Veem · Agentic Access

Veem Agentic Access

x-agentic-access generated

Veem exposes 50 API operations that an AI agent could call, of which 27 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: 23 read and 27 safety-critical.

27 operations are classed safety-critical and should require human-in-the-loop approval at runtime.

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.

PaymentsB2B PaymentsCross-Border PaymentsInvoicingWalletsFintechGlobal Payments
Operations: 50 Acting: 27 Human-in-the-loop: 27 Method: generated

By consequence

read 23 safety-critical 27

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 /veem/v1.0/payments/cryptowallet/payin safety-critical required
POST /veem/v1.0/payments/cryptowallet/payout safety-critical required
POST /veem/v1.0/payments/wallet/addFunds safety-critical required
POST /veem/v1.0/payments/wallet/withdraw safety-critical required
POST /veem/v1.2/account safety-critical required
POST /veem/v1.2/account/bank-account safety-critical required
PATCH /veem/v1.2/account/bank-account/{bankAccountId} safety-critical required
PATCH /veem/v1.2/account/{accountId} safety-critical required
POST /veem/v1.2/account/{accountId}/setting safety-critical required
POST /veem/v1.2/attachments safety-critical required
POST /veem/v1.2/beneficial-ownership safety-critical required
POST /veem/v1.2/claimless-payments safety-critical required
POST /veem/v1.2/contacts safety-critical required
POST /veem/v1.2/contacts/batch safety-critical required
POST /veem/v1.2/crypto-wallet/applications safety-critical required
PATCH /veem/v1.2/crypto-wallet/applications/{applicationId} safety-critical required
POST /veem/v1.2/crypto-wallet/applications/{applicationId}/add-currency safety-critical required
POST /veem/v1.2/exchangerates/quote/enhanced safety-critical required
POST /veem/v1.2/exchangerates/quote/enhanced-1 safety-critical required
POST /veem/v1.2/invoices safety-critical required
POST /veem/v1.2/invoices/{invoiceId}/approve safety-critical required
POST /veem/v1.2/invoices/{invoiceId}/cancel safety-critical required
POST /veem/v1.2/payments safety-critical required
POST /veem/v1.2/payments/{paymentId}/approve safety-critical required
POST /veem/v1.2/webhooks safety-critical required

Source

Agentic Access

Raw ↑
generated: '2026-07-21'
method: generated
source: openapi/veem-api-openapi.yml
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: 50
  by_action_class:
    acting: 27
    connected: 23
  by_consequence:
    safety-critical: 27
    read: 23
  human_in_the_loop_required: 27
operations:
- path: /veem/v1.2/account/bank-account
  method: post
  operationId: addBankAccountUsingPOST
  x-agentic-access:
    action-class: acting
    consequence: safety-critical
    subject: required
    audience: null
    token:
      max-ttl: 120
      exchange: true
      purpose-required: true
      proof-of-possession: true
    escalation:
      human-in-the-loop: required
    audit: required
- path: /veem/v1.2/crypto-wallet/applications/{applicationId}/add-currency
  method: post
  operationId: addCryptoWalletApplicationCurrency
  x-agentic-access:
    action-class: acting
    consequence: safety-critical
    subject: required
    audience: null
    token:
      max-ttl: 120
      exchange: true
      purpose-required: true
      proof-of-possession: true
    escalation:
      human-in-the-loop: required
    audit: required
- path: /veem/v1.2/invoices/{invoiceId}/approve
  method: post
  operationId: approveInvoiceUsingPOST_2
  x-agentic-access:
    action-class: acting
    consequence: safety-critical
    subject: required
    audience: null
    token:
      max-ttl: 120
      exchange: true
      purpose-required: true
      proof-of-possession: true
    escalation:
      human-in-the-loop: required
    audit: required
- path: /veem/v1.2/payments/{paymentId}/approve
  method: post
  operationId: approvePaymentUsingPOST_2
  x-agentic-access:
    action-class: acting
    consequence: safety-critical
    subject: required
    audience: null
    token:
      max-ttl: 120
      exchange: true
      purpose-required: true
      proof-of-possession: true
    escalation:
      human-in-the-loop: required
    audit: required
- path: /veem/v1.2/invoices/{invoiceId}/cancel
  method: post
  operationId: cancelInvoiceUsingPOST_2
  x-agentic-access:
    action-class: acting
    consequence: safety-critical
    subject: required
    audience: null
    token:
      max-ttl: 120
      exchange: true
      purpose-required: true
      proof-of-possession: true
    escalation:
      human-in-the-loop: required
    audit: required
- path: /veem/v1.2/account
  method: post
  operationId: createAccountUsingPOST
  x-agentic-access:
    action-class: acting
    consequence: safety-critical
    subject: required
    audience: null
    token:
      max-ttl: 120
      exchange: true
      purpose-required: true
      proof-of-possession: true
    escalation:
      human-in-the-loop: required
    audit: required
- path: /veem/v1.2/beneficial-ownership
  method: post
  operationId: createBoiUsingPOST
  x-agentic-access:
    action-class: acting
    consequence: safety-critical
    subject: required
    audience: null
    token:
      max-ttl: 120
      exchange: true
      purpose-required: true
      proof-of-possession: true
    escalation:
      human-in-the-loop: required
    audit: required
- path: /veem/v1.2/beneficial-ownership
  method: get
  operationId: getBoiUsingGET
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /veem/v1.2/claimless-payments
  method: post
  operationId: createClaimLessPaymentUsingPOST
  x-agentic-access:
    action-class: acting
    consequence: safety-critical
    subject: required
    audience: null
    token:
      max-ttl: 120
      exchange: true
      purpose-required: true
      proof-of-possession: true
    escalation:
      human-in-the-loop: required
    audit: required
- path: /veem/v1.2/contacts/batch
  method: post
  operationId: createContactsUsingPOST_2
  x-agentic-access:
    action-class: acting
    consequence: safety-critical
    subject: required
    audience: null
    token:
      max-ttl: 120
      exchange: true
      purpose-required: true
      proof-of-possession: true
    escalation:
      human-in-the-loop: required
    audit: required
- path: /veem/v1.2/contacts
  method: post
  operationId: createContactUsingPOST_2
  x-agentic-access:
    action-class: acting
    consequence: safety-critical
    subject: required
    audience: null
    token:
      max-ttl: 120
      exchange: true
      purpose-required: true
      proof-of-possession: true
    escalation:
      human-in-the-loop: required
    audit: required
- path: /veem/v1.2/contacts
  method: get
  operationId: getContactsUsingGET_2
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /veem/v1.2/crypto-wallet/applications
  method: post
  operationId: createCryptoWalletApplication
  x-agentic-access:
    action-class: acting
    consequence: safety-critical
    subject: required
    audience: null
    token:
      max-ttl: 120
      exchange: true
      purpose-required: true
      proof-of-possession: true
    escalation:
      human-in-the-loop: required
    audit: required
- path: /veem/v1.0/payments/cryptowallet/payin
  method: post
  operationId: createCryptoWalletPayin
  x-agentic-access:
    action-class: acting
    consequence: safety-critical
    subject: required
    audience: null
    token:
      max-ttl: 120
      exchange: true
      purpose-required: true
      proof-of-possession: true
    escalation:
      human-in-the-loop: required
    audit: required
- path: /veem/v1.0/payments/cryptowallet/payout
  method: post
  operationId: createCryptoWalletPayout
  x-agentic-access:
    action-class: acting
    consequence: safety-critical
    subject: required
    audience: null
    token:
      max-ttl: 120
      exchange: true
      purpose-required: true
      proof-of-possession: true
    escalation:
      human-in-the-loop: required
    audit: required
- path: /veem/v1.2/invoices
  method: post
  operationId: createInvoiceUsingPOST_2
  x-agentic-access:
    action-class: acting
    consequence: safety-critical
    subject: required
    audience: null
    token:
      max-ttl: 120
      exchange: true
      purpose-required: true
      proof-of-possession: true
    escalation:
      human-in-the-loop: required
    audit: required
- path: /veem/v1.2/account/{accountId}/setting
  method: post
  operationId: createOrUpdateAccountSettingsUsingPOST
  x-agentic-access:
    action-class: acting
    consequence: safety-critical
    subject: required
    audience: null
    token:
      max-ttl: 120
      exchange: true
      purpose-required: true
      proof-of-possession: true
    escalation:
      human-in-the-loop: required
    audit: required
- path: /veem/v1.2/payments
  method: post
  operationId: createPaymentUsingPOST_2
  x-agentic-access:
    action-class: acting
    consequence: safety-critical
    subject: required
    audience: null
    token:
      max-ttl: 120
      exchange: true
      purpose-required: true
      proof-of-possession: true
    escalation:
      human-in-the-loop: required
    audit: required
- path: /veem/v1.2/webhooks
  method: post
  operationId: createWebhookUsingPOST_2
  x-agentic-access:
    action-class: acting
    consequence: safety-critical
    subject: required
    audience: null
    token:
      max-ttl: 120
      exchange: true
      purpose-required: true
      proof-of-possession: true
    escalation:
      human-in-the-loop: required
    audit: required
- path: /veem/v1.2/webhooks
  method: get
  operationId: getWebhooksUsingGET_2
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /veem/v1.2/webhooks/{webhookId}
  method: delete
  operationId: deleteWebhookUsingDELETE_2
  x-agentic-access:
    action-class: acting
    consequence: safety-critical
    subject: required
    audience: null
    token:
      max-ttl: 120
      exchange: true
      purpose-required: true
      proof-of-possession: true
    escalation:
      human-in-the-loop: required
    audit: required
- path: /veem/v1.2/webhooks/{webhookId}
  method: get
  operationId: getWebhookUsingGET_2
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /veem/v1.2/webhooks/{webhookId}
  method: patch
  operationId: updateWebhookUsingPATCH_2
  x-agentic-access:
    action-class: acting
    consequence: safety-critical
    subject: required
    audience: null
    token:
      max-ttl: 120
      exchange: true
      purpose-required: true
      proof-of-possession: true
    escalation:
      human-in-the-loop: required
    audit: required
- path: /veem/v1.2/attachments
  method: get
  operationId: downloadAttachmentUsingGET_2
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /veem/v1.2/attachments
  method: post
  operationId: uploadAttachmentUsingPOST_2
  x-agentic-access:
    action-class: acting
    consequence: safety-critical
    subject: required
    audience: null
    token:
      max-ttl: 120
      exchange: true
      purpose-required: true
      proof-of-possession: true
    escalation:
      human-in-the-loop: required
    audit: required
- path: /veem/v1.2/account/{accountId}
  method: patch
  operationId: editAccountUsingPATCH
  x-agentic-access:
    action-class: acting
    consequence: safety-critical
    subject: required
    audience: null
    token:
      max-ttl: 120
      exchange: true
      purpose-required: true
      proof-of-possession: true
    escalation:
      human-in-the-loop: required
    audit: required
- path: /veem/v1.2/account/{accountId}
  method: get
  operationId: getAccountUsingGET
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /veem/v1.2/account/bank-account/{bankAccountId}
  method: patch
  operationId: editBankAccountUsingPATCH
  x-agentic-access:
    action-class: acting
    consequence: safety-critical
    subject: required
    audience: null
    token:
      max-ttl: 120
      exchange: true
      purpose-required: true
      proof-of-possession: true
    escalation:
      human-in-the-loop: required
    audit: required
- path: /veem/v1.2/contacts/batch/{batchId}
  method: get
  operationId: getContactBatchUsingGET_2
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /veem/v1.2/contacts/{contactId}
  method: get
  operationId: getContactUsingGET_2
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /veem/public/v1.2/country-currency-map
  method: get
  operationId: getCountryCurrencyMapUsingGET_2
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /veem/v1.2/crypto-wallet/applications/{applicationId}
  method: get
  operationId: getCryptoWalletApplication
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /veem/v1.2/crypto-wallet/applications/{applicationId}
  method: patch
  operationId: patchCryptoWalletApplication
  x-agentic-access:
    action-class: acting
    consequence: safety-critical
    subject: required
    audience: null
    token:
      max-ttl: 120
      exchange: true
      purpose-required: true
      proof-of-possession: true
    escalation:
      human-in-the-loop: required
    audit: required
- path: /veem/v1.2/crypto-wallet/applications/{applicationId}/routes/{routeId}
  method: get
  operationId: getCryptoWalletApplicationRoute
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /veem/v1.2/crypto-wallet/applications/{applicationId}/routes
  method: get
  operationId: getCryptoWalletApplicationRoutes
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /veem/v1.2/crypto-wallet/balance/{fundingMethodId}
  method: get
  operationId: getCryptoWalletBalanceById
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /veem/v1.2/crypto-wallet/balance
  method: get
  operationId: getCryptoWalletBalances
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /veem/v1.2/crypto-wallet/details
  method: get
  operationId: getCryptoWalletDetails
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /veem/v1.2/crypto-wallet/details/{fundingMethodId}
  method: get
  operationId: getCryptoWalletDetailsById
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /veem/v1.2/crypto-wallet
  method: get
  operationId: getCryptoWallets
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /veem/v1.2/crypto-wallet/transactions/{fundingMethodId}
  method: get
  operationId: getCryptoWalletTransactions
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /veem/v1.2/wallets
  method: get
  operationId: getFundingMethodsUsingGET_3
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /veem/v1.2/wallets/{walletId}
  method: get
  operationId: getFundingMethodsUsingGET_6
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /veem/v1.2/invoices/{invoiceId}
  method: get
  operationId: getInvoiceUsingGET_2
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /veem/v1.2/payments/{paymentId}
  method: get
  operationId: getPaymentUsingGET_2
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /veem/v1.2/exchangerates/quote/enhanced-1
  method: post
  operationId: getQuoteEnhancedUsingPOST-1
  x-agentic-access:
    action-class: acting
    consequence: safety-critical
    subject: required
    audience: null
    token:
      max-ttl: 120
      exchange: true
      purpose-required: true
      proof-of-possession: true
    escalation:
      human-in-the-loop: required
    audit: required
- path: /veem/v1.2/exchangerates/quote/enhanced
  method: post
  operationId: getQuoteEnhancedUsingPOST
  x-agentic-access:
    action-class: acting
    consequence: safety-critical
    subject: required
    audience: null
    token:
      max-ttl: 120
      exchange: true
      purpose-required: true
      proof-of-possession: true
    escalation:
      human-in-the-loop: required
    audit: required
- path: /veem/v1.2/customers
  method: get
  operationId: searchCustomersUsingGET_2
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /veem/v1.0/payments/wallet/addFunds
  method: post
  operationId: walletAddFundsUsingPOST
  x-agentic-access:
    action-class: acting
    consequence: safety-critical
    subject: required
    audience: null
    token:
      max-ttl: 120
      exchange: true
      purpose-required: true
      proof-of-possession: true
    escalation:
      human-in-the-loop: required
    audit: required
- path: /veem/v1.0/payments/wallet/withdraw
  method: post
  operationId: walletWithdrawUsingPOST
  x-agentic-access:
    action-class: acting
    consequence: safety-critical
    subject: required
    audience: null
    token:
      max-ttl: 120
      exchange: true
      purpose-required: true
      proof-of-possession: true
    escalation:
      human-in-the-loop: required
    audit: required