Odos · Agentic Access

Odos Agentic Access

x-agentic-access generated

Odos exposes 17 API operations that an AI agent could call, of which 6 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: 11 read and 6 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.

DEXAggregatorDeFiToken SwapsLiquidityRoutingBlockchainEVMWeb3
Operations: 17 Acting: 6 Human-in-the-loop: 0 Method: generated

By consequence

read 11 physical 6

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 /sor/assemble physical conditional
POST /sor/quote/v2 physical conditional
POST /sor/quote/v2/zap physical conditional
POST /sor/quote/v3 physical conditional
POST /sor/quote/v3/zap physical conditional
POST /sor/swap/v3 physical conditional

Source

Agentic Access

Raw ↑
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: 17
  by_action_class:
    connected: 11
    acting: 6
  by_consequence:
    read: 11
    physical: 6
  human_in_the_loop_required: 0
operations:
- path: /info/chains
  method: get
  operationId: get_chain_ids_info_chains_get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /info/contract-info/{version}/{chain_id}
  method: get
  operationId: get_contract_info_info_contract_info__version___chain_id__get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /info/router/{version}/{chain_id}
  method: get
  operationId: get_router_info_router__version___chain_id__get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /info/executor/{version}/{chain_id}
  method: get
  operationId: get_executor_info_executor__version___chain_id__get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /info/liquidity-sources/{chain_id}
  method: get
  operationId: get_liquidity_sources_info_liquidity_sources__chain_id__get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /info/market-intelligence
  method: get
  operationId: get_market_intelligence_info_market_intelligence_get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /info/tokens/{chain_id}
  method: get
  operationId: get_token_map_info_tokens__chain_id__get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /info/current-block/{chain_id}
  method: get
  operationId: get_current_block_info_current_block__chain_id__get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /sor/swap/v3
  method: post
  operationId: swap_v3_sor_swap_v3_post
  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: /sor/quote/v3
  method: post
  operationId: quote_v3_sor_quote_v3_post
  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: /sor/quote/v3/zap
  method: post
  operationId: quote_zap_v3_sor_quote_v3_zap_post
  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: /sor/quote/v2
  method: post
  operationId: quote_sor_quote_v2_post
  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: /sor/quote/v2/zap
  method: post
  operationId: quote_zap_sor_quote_v2_zap_post
  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: /sor/assemble
  method: post
  operationId: assemble_sor_assemble_post
  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: /pricing/currencies
  method: get
  operationId: get_currencies_pricing_currencies_get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /pricing/token/{chain_id}/{token_addr}
  method: get
  operationId: get_token_price_pricing_token__chain_id___token_addr__get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /pricing/token/{chain_id}
  method: get
  operationId: get_chain_token_prices_pricing_token__chain_id__get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none