Symbiotic · Agentic Access

Symbiotic Agentic Access

x-agentic-access generated

Symbiotic exposes 22 API operations that an AI agent could call, of which 1 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: 21 read and 1 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.

CompanyCrypto DefiRestakingShared SecurityStakingBlockchainWeb3Smart ContractsEthereumDeFi
Operations: 22 Acting: 1 Human-in-the-loop: 0 Method: generated

By consequence

read 21 write 1

Source

Agentic Access

Raw ↑
generated: '2026-07-21'
method: generated
source: openapi/symbiotic-relay-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: 22
  by_action_class:
    connected: 21
    acting: 1
  by_consequence:
    read: 21
    write: 1
  human_in_the_loop_required: 0
operations:
- path: /v1/aggregation/proof/{requestId}
  method: get
  operationId: SymbioticAPIService_GetAggregationProof
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/aggregation/proofs/epoch/{epoch}
  method: get
  operationId: SymbioticAPIService_GetAggregationProofsByEpoch
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/aggregation/status/{requestId}
  method: get
  operationId: SymbioticAPIService_GetAggregationStatus
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/committed/all
  method: get
  operationId: SymbioticAPIService_GetLastAllCommitted
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/committed/chain/{settlementChainId}
  method: get
  operationId: SymbioticAPIService_GetLastCommitted
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/epoch/current
  method: get
  operationId: SymbioticAPIService_GetCurrentEpoch
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/sign
  method: post
  operationId: SymbioticAPIService_SignMessage
  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/signature-request-ids/epoch/{epoch}
  method: get
  operationId: SymbioticAPIService_GetSignatureRequestIDsByEpoch
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/signature-request/{requestId}
  method: get
  operationId: SymbioticAPIService_GetSignatureRequest
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/signature-requests/epoch/{epoch}
  method: get
  operationId: SymbioticAPIService_GetSignatureRequestsByEpoch
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/signatures/epoch/{epoch}
  method: get
  operationId: SymbioticAPIService_GetSignaturesByEpoch
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/signatures/{requestId}
  method: get
  operationId: SymbioticAPIService_GetSignatures
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/stream/proofs
  method: get
  operationId: SymbioticAPIService_ListenProofs
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/stream/signatures
  method: get
  operationId: SymbioticAPIService_ListenSignatures
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/stream/validator-set
  method: get
  operationId: SymbioticAPIService_ListenValidatorSet
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/validator-set
  method: get
  operationId: SymbioticAPIService_GetValidatorSet
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/validator-set/custom-schedule/node-status
  method: get
  operationId: SymbioticAPIService_GetCustomScheduleNodeStatus
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/validator-set/header
  method: get
  operationId: SymbioticAPIService_GetValidatorSetHeader
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/validator-set/metadata
  method: get
  operationId: SymbioticAPIService_GetValidatorSetMetadata
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/validator/address/{address}
  method: get
  operationId: SymbioticAPIService_GetValidatorByAddress
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/validator/key/{keyTag}/{onChainKey}
  method: get
  operationId: SymbioticAPIService_GetValidatorByKey
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/validator/local
  method: get
  operationId: SymbioticAPIService_GetLocalValidator
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none