Safello · Agentic Access

Safello Agentic Access

x-agentic-access generated

Safello exposes 52 API operations that an AI agent could call, of which 21 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: 31 read, 10 write, and 11 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.

CompanyFintechCryptocurrencyBitcoinBrokeragePaymentsSwedenTradingKYCBankID
Operations: 52 Acting: 21 Human-in-the-loop: 0 Method: generated

By consequence

read 31 write 10 physical 11

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 /v1/email physical conditional
POST /v1/order physical conditional
POST /v1/order/sell physical conditional
POST /v2/account/email physical conditional
POST /v2/compliance/verify/orders/buy physical conditional
POST /v2/compliance/verify/orders/sell physical conditional
POST /v2/orders/buy physical conditional
POST /v2/orders/cancel physical conditional
POST /v2/orders/sell physical conditional
POST /v2/orders/trade physical conditional
POST /v2/orders/{orderId}/edit physical conditional

Source

Agentic Access

Raw ↑
generated: '2026-07-21'
method: generated
source: openapi/safello-app-openapi.json, openapi/safello-institutional-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: 52
  by_action_class:
    connected: 31
    acting: 21
  by_consequence:
    read: 31
    write: 10
    physical: 11
  human_in_the_loop_required: 0
operations:
- path: /api/prices
  method: get
  operationId: getPriceHistory
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/rate
  method: get
  operationId: getPrice
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/auth
  method: post
  operationId: startAuth
  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/auth
  method: get
  operationId: checkAuthStatus
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/auth/user
  method: get
  operationId: getUser
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/system/acceptTerms
  method: post
  operationId: acceptTerms
  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/email
  method: post
  operationId: sendVerificationEmail
  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: /v1/email/verify
  method: put
  operationId: verifyEmail
  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/kyc/require
  method: get
  operationId: requireKyc
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/kyc
  method: get
  operationId: kycQuestions
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/kyc
  method: post
  operationId: answerKYC
  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/order
  method: post
  operationId: createBuyOrder
  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: /v1/order
  method: get
  operationId: checkOrderStatus
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/order/sell
  method: post
  operationId: createSellOrder
  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: /v1/wallet
  method: get
  operationId: getWallet
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v2/market/symbols/crypto
  method: get
  operationId: listCryptoSymbols
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - market
    token:
      max-ttl: 3600
    audit: none
- path: /v2/market/symbols/fiat
  method: get
  operationId: listFiatSymbols
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - market
    token:
      max-ttl: 3600
    audit: none
- path: /v2/market/symbols/pairs
  method: get
  operationId: listTradingPairs
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - market
    token:
      max-ttl: 3600
    audit: none
- path: /v2/market/chart/{pair}
  method: get
  operationId: getMarketChart
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - market
    token:
      max-ttl: 3600
    audit: none
- path: /v2/market/prices/rates/{crypto}
  method: get
  operationId: getPrice
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - market
    token:
      max-ttl: 3600
    audit: none
- path: /v2/market/prices/rates
  method: get
  operationId: getPrices
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - market
    token:
      max-ttl: 3600
    audit: none
- path: /v2/market/ticker/{pair}
  method: get
  operationId: getTradePairTicker
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - market
    token:
      max-ttl: 3600
    audit: none
- path: /v2/market/tickers
  method: get
  operationId: getTradePairTickers
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - market
    token:
      max-ttl: 3600
    audit: none
- path: /v2/market/best-performers
  method: get
  operationId: getBestPerformers
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - market
    token:
      max-ttl: 3600
    audit: none
- path: /v2/market/popular-cryptos
  method: get
  operationId: getPopularCryptos
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - market
    token:
      max-ttl: 3600
    audit: none
- path: /v2/market/ohlcv
  method: get
  operationId: getMarketCandlestickData
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - market
    token:
      max-ttl: 3600
    audit: none
- path: /v2/market/24h-data/{pair}
  method: get
  operationId: get24HDataForPair
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - market
    token:
      max-ttl: 3600
    audit: none
- path: /v2/market/order-book/{pair}
  method: get
  operationId: getTradePairOrderBook
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - market
    token:
      max-ttl: 3600
    audit: none
- path: /oauth2/bankid
  method: post
  operationId: startAuth
  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: /oauth2/token
  method: post
  operationId: obtainToken
  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: /v2/account/user
  method: get
  operationId: getUser
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - account.base
    - account.base:read
    token:
      max-ttl: 3600
    audit: none
- path: /v2/account/terms
  method: put
  operationId: acceptTerms
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - account.base
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /v2/account/email
  method: post
  operationId: sendVerificationEmail
  x-agentic-access:
    action-class: acting
    consequence: physical
    subject: required
    scope:
    - account.base
    audience: null
    token:
      max-ttl: 300
      exchange: true
      purpose-required: true
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /v2/account/email
  method: put
  operationId: verifyEmail
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - account.base
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /v2/account/kyc
  method: get
  operationId: requireKyc
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - account.base
    - account.base:read
    token:
      max-ttl: 3600
    audit: none
- path: /v2/account/kyc-questions
  method: get
  operationId: kycQuestions
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - account.base
    - account.base:read
    token:
      max-ttl: 3600
    audit: none
- path: /v2/account/kyc-questions
  method: post
  operationId: answerKyc
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - account.base
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /v2/account/bank-account
  method: get
  operationId: getBankAccounts
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - account.bank-account
    - account.bank-account:read
    token:
      max-ttl: 3600
    audit: none
- path: /v2/account/bank-account
  method: put
  operationId: addBankAccount
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - account.bank-account
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /v2/orders
  method: get
  operationId: listOrders
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - order
    - order:read
    token:
      max-ttl: 3600
    audit: none
- path: /v2/orders/buy
  method: post
  operationId: createBuyOrder
  x-agentic-access:
    action-class: acting
    consequence: physical
    subject: required
    scope:
    - order
    audience: null
    token:
      max-ttl: 300
      exchange: true
      purpose-required: true
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /v2/orders/trade
  method: post
  operationId: createTradeOrder
  x-agentic-access:
    action-class: acting
    consequence: physical
    subject: required
    scope:
    - order
    audience: null
    token:
      max-ttl: 300
      exchange: true
      purpose-required: true
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /v2/orders/cancel
  method: post
  operationId: cancelTradeOrder
  x-agentic-access:
    action-class: acting
    consequence: physical
    subject: required
    scope:
    - order
    audience: null
    token:
      max-ttl: 300
      exchange: true
      purpose-required: true
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /v2/orders/{orderId}/edit
  method: post
  operationId: editTradeOrder
  x-agentic-access:
    action-class: acting
    consequence: physical
    subject: required
    scope:
    - order
    audience: null
    token:
      max-ttl: 300
      exchange: true
      purpose-required: true
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /v2/orders/sell
  method: post
  operationId: createSellOrder
  x-agentic-access:
    action-class: acting
    consequence: physical
    subject: required
    scope:
    - order
    audience: null
    token:
      max-ttl: 300
      exchange: true
      purpose-required: true
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /v2/orders/{orderId}
  method: get
  operationId: checkOrderStatus
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - order
    - order:read
    token:
      max-ttl: 3600
    audit: none
- path: /v2/orders/fees
  method: get
  operationId: getFees
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - order
    - order:read
    token:
      max-ttl: 3600
    audit: none
- path: /v2/wallet
  method: get
  operationId: getWallet
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - wallet
    token:
      max-ttl: 3600
    audit: none
- path: /v2/wallet/performance
  method: get
  operationId: getWalletPerformance
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - wallet
    token:
      max-ttl: 3600
    audit: none
- path: /v2/wallet/performance-history
  method: get
  operationId: getWalletPerformanceHistory
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - wallet
    token:
      max-ttl: 3600
    audit: none
- path: /v2/compliance/verify/orders/sell
  method: post
  operationId: verifySellOrderCompliance
  x-agentic-access:
    action-class: acting
    consequence: physical
    subject: required
    scope:
    - order
    audience: null
    token:
      max-ttl: 300
      exchange: true
      purpose-required: true
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /v2/compliance/verify/orders/buy
  method: post
  operationId: verifyBuyOrderCompliance
  x-agentic-access:
    action-class: acting
    consequence: physical
    subject: required
    scope:
    - order
    audience: null
    token:
      max-ttl: 300
      exchange: true
      purpose-required: true
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required

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=safello-agentic-access&limit=10"
Everything under a tag
curl "https://apis.io/api/v1/tags/safello-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.