Tezos Agentic Access
Tezos exposes 288 API operations that an AI agent could call, of which 3 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: 285 read and 3 write.
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.
By consequence
Source
Agentic Access
generated: '2026-07-15'
method: generated
source: openapi/openapi.json
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: 288
by_action_class:
connected: 285
acting: 3
by_consequence:
read: 285
write: 3
human_in_the_loop_required: 0
operations:
- path: /v1/accounts
method: get
operationId: Accounts_Get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/accounts/activity
method: get
operationId: Accounts_GetActivity
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/accounts/count
method: get
operationId: Accounts_GetCount
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/accounts/{address}
method: get
operationId: Accounts_GetByAddress
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/accounts/{address}/contracts
method: get
operationId: Accounts_GetContracts
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/accounts/{address}/delegators
method: get
operationId: Accounts_GetDelegators
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/accounts/{address}/counter
method: get
operationId: Accounts_GetCounter
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/accounts/{address}/balance
method: get
operationId: Accounts_GetBalance
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/accounts/{address}/balance_history/{level}
method: get
operationId: Accounts_GetBalanceAtLevel
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/accounts/{address}/balance_history/{datetime}
method: get
operationId: Accounts_GetBalanceAtDate
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/accounts/{address}/balance_history
method: get
operationId: Accounts_GetBalanceHistory
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/accounts/{address}/report
method: get
operationId: Accounts_GetBalanceReport
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/bigmaps/count
method: get
operationId: BigMaps_GetBigMapsCount
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/bigmaps
method: get
operationId: BigMaps_GetBigMaps
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/bigmaps/keys
method: get
operationId: BigMaps_GetBigMapKeys
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/bigmaps/updates/count
method: get
operationId: BigMaps_GetBigMapUpdates
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/bigmaps/updates
method: get
operationId: BigMaps_GetBigMapUpdates2
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/bigmaps/{id}
method: get
operationId: BigMaps_GetBigMapById
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/bigmaps/{id}/type
method: get
operationId: BigMaps_GetBigMapType
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/bigmaps/{id}/keys
method: get
operationId: BigMaps_GetKeys
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/bigmaps/{id}/keys/{key}
method: get
operationId: BigMaps_GetKey
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/bigmaps/{id}/keys/{key}/updates
method: get
operationId: BigMaps_GetKeyUpdates
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/bigmaps/{id}/historical_keys/{level}
method: get
operationId: BigMaps_GetHistoricalKeys
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/bigmaps/{id}/historical_keys/{level}/{key}
method: get
operationId: BigMaps_GetKey2
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/blocks/count
method: get
operationId: Blocks_GetCount
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/blocks
method: get
operationId: Blocks_Get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/blocks/{hash}
method: get
operationId: Blocks_GetByHash
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/blocks/{level}
method: get
operationId: Blocks_GetByLevel
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/blocks/{level}/timestamp
method: get
operationId: Blocks_GetByLevel2
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/blocks/{timestamp}
method: get
operationId: Blocks_GetByDate
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/blocks/{timestamp}/level
method: get
operationId: Blocks_GetByDate2
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/commitments/{address}
method: get
operationId: Commitments_Get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/commitments
method: get
operationId: Commitments_GetAll
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/commitments/count
method: get
operationId: Commitments_GetCount
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/constants
method: get
operationId: Constants_Get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/constants/{address}
method: get
operationId: Constants_GetByAddress
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/constants/count
method: get
operationId: Constants_GetCount
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/contracts
method: get
operationId: Contracts_Get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/contracts/count
method: get
operationId: Contracts_GetCount
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/contracts/{address}
method: get
operationId: Contracts_GetByAddress
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/contracts/{address}/same
method: get
operationId: Contracts_GetSame
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/contracts/{address}/similar
method: get
operationId: Contracts_GetSimilar
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/contracts/{address}/code
method: get
operationId: Contracts_GetCode
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/contracts/{address}/interface
method: get
operationId: Contracts_GetInterface
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/contracts/{address}/entrypoints
method: get
operationId: Contracts_GetEntrypoints
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/contracts/{address}/entrypoints/{name}
method: get
operationId: Contracts_GetEntrypointByName
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/contracts/{address}/views
method: get
operationId: Contracts_GetContractViews
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/contracts/{address}/views/{name}
method: get
operationId: Contracts_GetContractViewByName
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/contracts/{address}/entrypoints/{name}/build
method: get
operationId: Contracts_BuildEntrypointParametersGET
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/contracts/{address}/entrypoints/{name}/build
method: post
operationId: Contracts_BuildEntrypointParametersPOST
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: /v1/contracts/{address}/storage
method: get
operationId: Contracts_GetStorage
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/contracts/{address}/storage/schema
method: get
operationId: Contracts_GetStorageSchema
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/contracts/{address}/storage/history
method: get
operationId: Contracts_GetStorageHistory
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/contracts/{address}/storage/raw
method: get
operationId: Contracts_GetRawStorage
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/contracts/{address}/storage/raw/schema
method: get
operationId: Contracts_GetRawStorageSchema
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/contracts/{address}/storage/raw/history
method: get
operationId: Contracts_GetRawStorageHistory
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/contracts/{address}/bigmaps
method: get
operationId: Contracts_GetBigMaps
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/contracts/{address}/bigmaps/{name}
method: get
operationId: Contracts_GetBigMapByName
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/contracts/{address}/bigmaps/{name}/keys
method: get
operationId: Contracts_GetBigMapByNameKeys
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/contracts/{address}/bigmaps/{name}/keys/{key}
method: get
operationId: Contracts_GetKey
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/contracts/{address}/bigmaps/{name}/keys/{key}/updates
method: get
operationId: Contracts_GetKeyUpdates
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/contracts/{address}/bigmaps/{name}/historical_keys/{level}
method: get
operationId: Contracts_GetHistoricalKeys
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/contracts/{address}/bigmaps/{name}/historical_keys/{level}/{key}
method: get
operationId: Contracts_GetKey2
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/cycles/count
method: get
operationId: Cycles_GetCount
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/cycles
method: get
operationId: Cycles_Get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/cycles/{index}
method: get
operationId: Cycles_GetByIndex
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/delegates
method: get
operationId: Delegates_Get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/delegates/count
method: get
operationId: Delegates_GetCount
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/delegates/{address}
method: get
operationId: Delegates_GetByAddress
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/domains/count
method: get
operationId: Domains_GetCount
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/domains
method: get
operationId: Domains_Get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/domains/{name}
method: get
operationId: Domains_GetByName
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/contracts/events/count
method: get
operationId: Events_GetContractEventsCount
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/contracts/events
method: get
operationId: Events_GetContractEvents
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/head
method: get
operationId: Head_Get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/helpers/inject
method: post
operationId: Helpers_PostInject
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: /v1/helpers/view/{contract}/{name}
method: post
operationId: Helpers_PostRunScriptView
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: /v1/operations/{hash}
method: get
operationId: Operations_GetByHash
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/operations/{hash}/{counter}
method: get
operationId: Operations_GetByHashCounter
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/operations/{hash}/{counter}/{nonce}
method: get
operationId: Operations_GetByHashCounterNonce
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/operations/{hash}/status
method: get
operationId: Operations_GetStatus
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/operations/attestations
method: get
operationId: Operations_GetAttestations
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/operations/attestations/{hash}
method: get
operationId: Operations_GetAttestationByHash
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/operations/attestations/count
method: get
operationId: Operations_GetAttestationsCount
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/operations/preattestations
method: get
operationId: Operations_GetPreattestations
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/operations/preattestations/{hash}
method: get
operationId: Operations_GetPreattestationByHash
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/operations/preattestations/count
method: get
operationId: Operations_GetPreattestationsCount
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/operations/ballots
method: get
operationId: Operations_GetBallots
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/operations/ballots/{hash}
method: get
operationId: Operations_GetBallotByHash
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/operations/ballots/count
method: get
operationId: Operations_GetBallotsCount
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/operations/proposals
method: get
operationId: Operations_GetProposals
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/operations/proposals/{hash}
method: get
operationId: Operations_GetProposalByHash
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/operations/proposals/count
method: get
operationId: Operations_GetProposalsCount
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/operations/activations
method: get
operationId: Operations_GetActivations
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/operations/activations/{hash}
method: get
operationId: Operations_GetActivationByHash
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/operations/activations/count
method: get
operationId: Operations_GetActivationsCount
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/operations/dal_entrapment_evidence
method: get
operationId: Operations_GetDalEntrapmentEvidenceOps
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/operations/dal_entrapment_evidence/{hash}
method: get
operationId: Operations_GetDalEntrapmentEvidenceOpsByHash
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/operations/dal_entrapment_evidence/count
method: get
operationId: Operations_GetDalEntrapmentEvidenceOpsCount
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/operations/double_baking
method: get
operationId: Operations_GetDoubleBaking
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/operations/double_baking/{hash}
method: get
operationId: Operations_GetDoubleBakingByHash
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/operations/double_baking/count
method: get
operationId: Operations_GetDoubleBakingCount
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/operations/double_consensus
method: get
operationId: Operations_GetDoubleConsensus
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/operations/double_consensus/{hash}
method: get
operationId: Operations_GetDoubleConsensusByHash
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/operations/double_consensus/count
method: get
operationId: Operations_GetDoubleConsensusCount
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/operations/nonce_revelations
method: get
operationId: Operations_GetNonceRevelations
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/operations/nonce_revelations/{hash}
method: get
operationId: Operations_GetNonceRevelationByHash
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/operations/nonce_revelations/count
method: get
operationId: Operations_GetNonceRevelationsCount
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/operations/vdf_revelations
method: get
operationId: Operations_GetVdfRevelations
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/operations/vdf_revelations/{hash}
method: get
operationId: Operations_GetVdfRevelationByHash
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/operations/vdf_revelations/count
method: get
operationId: Operations_GetVdfRevelationsCount
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/operations/drain_delegate
method: get
operationId: Operations_GetDrainDelegateOps
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/operations/drain_delegate/{hash}
method: get
operationId: Operations_GetDrainDelegateByHash
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/operations/drain_delegate/count
method: get
operationId: Operations_GetDrainDelegateOpsCount
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/operations/delegations
method: get
operationId: Operations_GetDelegations
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/operations/delegations/{hash}
method: get
operationId: Operations_GetDelegationByHash
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/operations/delegations/{hash}/status
method: get
operationId: Operations_GetDelegationStatus
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/operations/delegations/count
method: get
operationId: Operations_GetDelegationsCount
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/operations/originations
method: get
operationId: Operations_GetOriginations
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/operations/originations/{hash}
method: get
operationId: Operations_GetOriginationByHash
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/operations/originations/{hash}/status
method: get
operationId: Operations_GetOriginationStatus
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/operations/originations/count
method: get
operationId: Operations_GetOriginationsCount
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/operations/transactions
method: get
operationId: Operations_GetTransactions
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/operations/transactions/{hash}
method: get
operationId: Operations_GetTransactionByHash
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/operations/transactions/{hash}/{counter}
method: get
operationId: Operations_GetTransactionByHashCounter
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/operations/transactions/{hash}/{counter}/{nonce}
method: get
operationId: Operations_GetTransactionByHashCounterNonce
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/operations/transactions/{hash}/status
method: get
operationId: Operations_GetTransactionStatus
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/operations/transactions/count
method: get
operationId: Operations_GetTransactionsCount
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/operations/reveals
method: get
operationId: Operations_GetReveals
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/operations/reveals/{hash}
method: get
operationId: Operations_GetRevealByHash
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/operations/reveals/{hash}/status
method: get
operationId: Operations_GetRevealStatus
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/operations/reveals/count
method: get
operationId: Operations_GetRevealsCount
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/operations/register_constants
method: get
operationId: Operations_GetRegisterConstants
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/operations/register_constants/{hash}
method: get
operationId: Operations_GetRegisterConstantByHash
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/operations/register_constants/{hash}/status
method: get
operationId: Operations_GetRegisterConstantStatus
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/operations/register_constants/count
method: get
operationId: Operations_GetRegisterConstantsCount
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/operations/set_deposits_limits
method: get
operationId: Operations_GetSetDepositsLimits
x-agentic-access:
action-class: connected
consequence: rea
# --- truncated at 32 KB (67 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/tezos/refs/heads/main/agentic-access/tezos-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.
Call it yourself
curl for this page
curl "https://apis.io/api/v1/search?q=tezos-agentic-access&limit=10"
curl "https://apis.io/api/v1/tags/tezos-agentic-access"
Discovery needs no key. Ratings and market analysis are Pro.