Pocket Network · Agentic Access

Pocket Network Agentic Access

x-agentic-access generated

Pocket Network exposes 123 API operations that an AI agent could call, of which 69 are state-changing ‘acting’ operations. This is a recommended x-agentic-access execution contract — the scope, audience, consequence tier, short-lived token constraints, and escalation each action should carry before it is handed to an autonomous agent.

By consequence: 54 read, 67 write, and 2 physical.

Contracts are classified heuristically from the provider’s OpenAPI and refresh on every APIs.io network build; audience is bound per deployment. The model follows Curity’s Access Intelligence (apidays Munich 2026). Browse every provider’s agent contracts at agentic-access.apis.io.

BlockchainRPCDecentralizedWeb3EthereumEVMInfrastructure
Operations: 123 Acting: 69 Human-in-the-loop: 0 Method: generated

By consequence

read 54 write 67 physical 2

Highest-consequence actions

The physical and safety-critical operations an agent could invoke — the ones that most warrant scoped tokens, tight TTLs, and escalation. Full per-operation contracts are in the source below.

MethodPathConsequenceHuman-in-loop
POST /pocket.application.Msg/TransferApplication physical conditional
POST /pocket.application.Msg/TransferApplication physical conditional

Source

Agentic Access

Raw ↑
generated: '2026-07-15'
method: generated
source: openapi/path_openapi.yaml, openapi/poktroll_openapi.json, openapi/poktroll_openapi.yaml
description: Recommended x-agentic-access execution contracts, classified heuristically from
  the OpenAPI. A governance starting point for exposing this API to AI agents — review and bind
  audience per deployment. See research/curity/agentic-governance/.
summary:
  operations: 123
  by_action_class:
    acting: 69
    connected: 54
  by_consequence:
    write: 67
    read: 54
    physical: 2
  human_in_the_loop_required: 0
operations:
- path: /v1
  method: post
  operationId: 1handleServiceRequest
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /healthz
  method: get
  operationId: 2healthCheck
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /disqualified_endpoints
  method: get
  operationId: 3disqualifiedEndpoints
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /pocket.application.Msg/DelegateToGateway
  method: post
  operationId: GithubCompoktNetworkpoktrollMsg_DelegateToGateway
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /pocket.application.Msg/StakeApplication
  method: post
  operationId: GithubCompoktNetworkpoktrollMsg_StakeApplication
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /pocket.application.Msg/TransferApplication
  method: post
  operationId: GithubCompoktNetworkpoktrollMsg_TransferApplication
  x-agentic-access:
    action-class: acting
    consequence: physical
    subject: required
    audience: null
    token:
      max-ttl: 300
      exchange: true
      purpose-required: true
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /pocket.application.Msg/UndelegateFromGateway
  method: post
  operationId: GithubCompoktNetworkpoktrollMsg_UndelegateFromGateway
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /pocket.application.Msg/UnstakeApplication
  method: post
  operationId: GithubCompoktNetworkpoktrollMsg_UnstakeApplication
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /pocket.application.Msg/UpdateParam
  method: post
  operationId: GithubCompoktNetworkpoktrollMsg_UpdateParam
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /pocket.application.Msg/UpdateParams
  method: post
  operationId: GithubCompoktNetworkpoktrollMsg_UpdateParams
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /pocket.gateway.Msg/StakeGateway
  method: post
  operationId: GithubCompoktNetworkpoktrollMsg_StakeGateway
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /pocket.gateway.Msg/UnstakeGateway
  method: post
  operationId: GithubCompoktNetworkpoktrollMsg_UnstakeGateway
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /pocket.gateway.Msg/UpdateParam
  method: post
  operationId: GithubCompoktNetworkpoktrollMsg_UpdateParamMixin10
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /pocket.gateway.Msg/UpdateParams
  method: post
  operationId: GithubCompoktNetworkpoktrollMsg_UpdateParamsMixin10
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /pocket.migration.Msg/ClaimMorseAccount
  method: post
  operationId: GithubCompoktNetworkpoktrollMsg_ClaimMorseAccount
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /pocket.migration.Msg/ClaimMorseApplication
  method: post
  operationId: GithubCompoktNetworkpoktrollMsg_ClaimMorseApplication
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /pocket.migration.Msg/ClaimMorseSupplier
  method: post
  operationId: GithubCompoktNetworkpoktrollMsg_ClaimMorseSupplier
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /pocket.migration.Msg/ImportMorseClaimableAccounts
  method: post
  operationId: GithubCompoktNetworkpoktrollMsg_ImportMorseClaimableAccounts
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /pocket.migration.Msg/RecoverMorseAccount
  method: post
  operationId: GithubCompoktNetworkpoktrollMsg_RecoverMorseAccount
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /pocket.migration.Msg/UpdateParams
  method: post
  operationId: GithubCompoktNetworkpoktrollMsg_UpdateParamsMixin18
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /pocket.proof.Msg/CreateClaim
  method: post
  operationId: GithubCompoktNetworkpoktrollMsg_CreateClaim
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /pocket.proof.Msg/SubmitProof
  method: post
  operationId: GithubCompoktNetworkpoktrollMsg_SubmitProof
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /pocket.proof.Msg/UpdateParam
  method: post
  operationId: GithubCompoktNetworkpoktrollMsg_UpdateParamMixin23
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /pocket.proof.Msg/UpdateParams
  method: post
  operationId: GithubCompoktNetworkpoktrollMsg_UpdateParamsMixin23
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /pocket.service.Msg/AddService
  method: post
  operationId: GithubCompoktNetworkpoktrollMsg_AddService
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /pocket.service.Msg/UpdateParam
  method: post
  operationId: GithubCompoktNetworkpoktrollMsg_UpdateParamMixin31
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /pocket.service.Msg/UpdateParams
  method: post
  operationId: GithubCompoktNetworkpoktrollMsg_UpdateParamsMixin31
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /pocket.session.Msg/UpdateParam
  method: post
  operationId: GithubCompoktNetworkpoktrollMsg_UpdateParamMixin35
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /pocket.session.Msg/UpdateParams
  method: post
  operationId: GithubCompoktNetworkpoktrollMsg_UpdateParamsMixin35
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /pocket.shared.Msg/UpdateParam
  method: post
  operationId: GithubCompoktNetworkpoktrollMsg_UpdateParamMixin42
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /pocket.shared.Msg/UpdateParams
  method: post
  operationId: GithubCompoktNetworkpoktrollMsg_UpdateParamsMixin42
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /pocket.supplier.Msg/StakeSupplier
  method: post
  operationId: GithubCompoktNetworkpoktrollMsg_StakeSupplier
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /pocket.supplier.Msg/UnstakeSupplier
  method: post
  operationId: GithubCompoktNetworkpoktrollMsg_UnstakeSupplier
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /pocket.supplier.Msg/UpdateParam
  method: post
  operationId: GithubCompoktNetworkpoktrollMsg_UpdateParamMixin47
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /pocket.supplier.Msg/UpdateParams
  method: post
  operationId: GithubCompoktNetworkpoktrollMsg_UpdateParamsMixin47
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /pocket.tokenomics.Msg/UpdateParam
  method: post
  operationId: GithubCompoktNetworkpoktrollMsg_UpdateParamMixin52
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /pocket.tokenomics.Msg/UpdateParams
  method: post
  operationId: GithubCompoktNetworkpoktrollMsg_UpdateParamsMixin52
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /pokt-network/poktroll/application/application
  method: get
  operationId: GithubCompoktNetworkpoktrollQuery_AllApplications
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /pokt-network/poktroll/application/application/{address}
  method: get
  operationId: GithubCompoktNetworkpoktrollQuery_Application
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /pokt-network/poktroll/application/params
  method: get
  operationId: GithubCompoktNetworkpoktrollQuery_Params
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /pokt-network/poktroll/gateway/gateway
  method: get
  operationId: GithubCompoktNetworkpoktrollQuery_AllGateways
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /pokt-network/poktroll/gateway/gateway/{address}
  method: get
  operationId: GithubCompoktNetworkpoktrollQuery_Gateway
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /pokt-network/poktroll/gateway/params
  method: get
  operationId: GithubCompoktNetworkpoktrollQuery_ParamsMixin9
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /pokt-network/poktroll/migration/morse_claimable_account
  method: get
  operationId: GithubCompoktNetworkpoktrollQuery_MorseClaimableAccountAll
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /pokt-network/poktroll/migration/morse_claimable_account/{address}
  method: get
  operationId: GithubCompoktNetworkpoktrollQuery_MorseClaimableAccount
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /pokt-network/poktroll/migration/params
  method: get
  operationId: GithubCompoktNetworkpoktrollQuery_ParamsMixin17
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /pokt-network/poktroll/proof/claim
  method: get
  operationId: GithubCompoktNetworkpoktrollQuery_AllClaims
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /pokt-network/poktroll/proof/claim/{session_id}/{supplier_operator_address}
  method: get
  operationId: GithubCompoktNetworkpoktrollQuery_Claim
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /pokt-network/poktroll/proof/params
  method: get
  operationId: GithubCompoktNetworkpoktrollQuery_ParamsMixin22
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /pokt-network/poktroll/proof/proof
  method: get
  operationId: GithubCompoktNetworkpoktrollQuery_AllProofs
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /pokt-network/poktroll/proof/proof/{session_id}/{supplier_operator_address}
  method: get
  operationId: GithubCompoktNetworkpoktrollQuery_Proof
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /pokt-network/poktroll/service/params
  method: get
  operationId: GithubCompoktNetworkpoktrollQuery_ParamsMixin28
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /pokt-network/poktroll/service/relay_mining_difficulty
  method: get
  operationId: GithubCompoktNetworkpoktrollQuery_RelayMiningDifficultyAll
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /pokt-network/poktroll/service/relay_mining_difficulty/{serviceId}
  method: get
  operationId: GithubCompoktNetworkpoktrollQuery_RelayMiningDifficulty
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /pokt-network/poktroll/service/service
  method: get
  operationId: GithubCompoktNetworkpoktrollQuery_AllServices
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /pokt-network/poktroll/service/service/{id}
  method: get
  operationId: GithubCompoktNetworkpoktrollQuery_Service
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /pokt-network/poktroll/session/get_session
  method: get
  operationId: GithubCompoktNetworkpoktrollQuery_GetSession
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /pokt-network/poktroll/session/params
  method: get
  operationId: GithubCompoktNetworkpoktrollQuery_ParamsMixin34
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /pokt-network/poktroll/shared/params
  method: get
  operationId: GithubCompoktNetworkpoktrollQuery_ParamsMixin39
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /pokt-network/poktroll/supplier/params
  method: get
  operationId: GithubCompoktNetworkpoktrollQuery_ParamsMixin46
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /pokt-network/poktroll/supplier/supplier
  method: get
  operationId: GithubCompoktNetworkpoktrollQuery_AllSuppliers
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /pokt-network/poktroll/supplier/supplier/{operator_address}
  method: get
  operationId: GithubCompoktNetworkpoktrollQuery_Supplier
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /pokt-network/poktroll/tokenomics/params
  method: get
  operationId: GithubCompoktNetworkpoktrollQuery_ParamsMixin51
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /pocket.application.Msg/DelegateToGateway
  method: post
  operationId: GithubCompoktNetworkpoktrollMsg_DelegateToGateway
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /pocket.application.Msg/StakeApplication
  method: post
  operationId: GithubCompoktNetworkpoktrollMsg_StakeApplication
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /pocket.application.Msg/TransferApplication
  method: post
  operationId: GithubCompoktNetworkpoktrollMsg_TransferApplication
  x-agentic-access:
    action-class: acting
    consequence: physical
    subject: required
    audience: null
    token:
      max-ttl: 300
      exchange: true
      purpose-required: true
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /pocket.application.Msg/UndelegateFromGateway
  method: post
  operationId: GithubCompoktNetworkpoktrollMsg_UndelegateFromGateway
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /pocket.application.Msg/UnstakeApplication
  method: post
  operationId: GithubCompoktNetworkpoktrollMsg_UnstakeApplication
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /pocket.application.Msg/UpdateParam
  method: post
  operationId: GithubCompoktNetworkpoktrollMsg_UpdateParam
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /pocket.application.Msg/UpdateParams
  method: post
  operationId: GithubCompoktNetworkpoktrollMsg_UpdateParams
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /pocket.gateway.Msg/StakeGateway
  method: post
  operationId: GithubCompoktNetworkpoktrollMsg_StakeGateway
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /pocket.gateway.Msg/UnstakeGateway
  method: post
  operationId: GithubCompoktNetworkpoktrollMsg_UnstakeGateway
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /pocket.gateway.Msg/UpdateParam
  method: post
  operationId: GithubCompoktNetworkpoktrollMsg_UpdateParamMixin10
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /pocket.gateway.Msg/UpdateParams
  method: post
  operationId: GithubCompoktNetworkpoktrollMsg_UpdateParamsMixin10
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /pocket.migration.Msg/ClaimMorseAccount
  method: post
  operationId: GithubCompoktNetworkpoktrollMsg_ClaimMorseAccount
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /pocket.migration.Msg/ClaimMorseApplication
  method: post
  operationId: GithubCompoktNetworkpoktrollMsg_ClaimMorseApplication
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /pocket.migration.Msg/ClaimMorseSupplier
  method: post
  operationId: GithubCompoktNetworkpoktrollMsg_ClaimMorseSupplier
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /pocket.migration.Msg/ImportMorseClaimableAccounts
  method: post
  operationId: GithubCompoktNetworkpoktrollMsg_ImportMorseClaimableAccounts
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /pocket.migration.Msg/RecoverMorseAccount
  method: post
  operationId: GithubCompoktNetworkpoktrollMsg_RecoverMorseAccount
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /pocket.migration.Msg/UpdateParams
  method: post
  operationId: GithubCompoktNetworkpoktrollMsg_UpdateParamsMixin18
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /pocket.proof.Msg/CreateClaim
  method: post
  operationId: GithubCompoktNetworkpoktrollMsg_CreateClaim
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /pocket.proof.Msg/SubmitProof
  method: post
  operationId: GithubCompoktNetworkpoktrollMsg_SubmitProof
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /pocket.proof.Msg/UpdateParam
  method: post
  operationId: GithubCompoktNetworkpoktrollMsg_UpdateParamMixin23
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /pocket.proof.Msg/UpdateParams
  method: post
  operationId: GithubCompoktNetworkpoktrollMsg_UpdateParamsMixin23
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /pocket.service.Msg/AddService
  method: post
  operationId: GithubCompoktNetworkpoktrollMsg_AddService
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /pocket.service.Msg/UpdateParam
  method: post
  operationId: GithubCompoktNetworkpoktrollMsg_UpdateParamMixin31
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /pocket.service.Msg/UpdateParams
  method: post
  operationId: GithubCompoktNetworkpoktrollMsg_UpdateParamsMixin31
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /pocket.session.Msg/UpdateParam
  method: post
  operationId: GithubCompoktNetworkpoktrollMsg_UpdateParamMixin35
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /pocket.session.Msg/UpdateParams
  method: post
  operationId: GithubCompoktNetworkpoktrollMsg_UpdateParamsMixin35
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /pocket.shared.Msg/UpdateParam
  method: post
  operationId: GithubCompoktNetworkpoktrollMsg_UpdateParamMixin42
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /pocket.shared.Msg/UpdateParams
  method: post
  operationId: GithubCompoktNetworkpoktrollMsg_UpdateParamsMixin42
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /pocket.supplier.Msg/StakeSupplier
  method: post
  operationId: GithubCompoktNetworkpoktrollMsg_StakeSupplier
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
  

# --- truncated at 32 KB (40 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/pokt/refs/heads/main/agentic-access/pokt-agentic-access.yml

Work with this as data

Every access contract here is available over the APIs.io API and to AI agents over MCP. Agentic Access is not yet its own endpoint on the v1 API. Reach it through catalog search and the tag graph, or the MCP server.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for agentic access

3 MCP tools reach this
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
Search the catalog
curl "https://apis.io/api/v1/search?q=pokt-agentic-access&limit=10"
Everything under a tag
curl "https://apis.io/api/v1/tags/pokt-agentic-access"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.