Bolt · Agentic Access

Bolt Agentic Access

x-agentic-access generated

Bolt exposes 16 API operations that an AI agent could call, of which 14 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: 2 read, 7 write, and 7 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.

CheckoutPaymentseCommerceOne-Click CheckoutShopper NetworkFraud Protection
Operations: 16 Acting: 14 Human-in-the-loop: 0 Method: generated

By consequence

read 2 write 7 physical 7

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 /account/payment-methods physical conditional
DELETE /account/payment-methods/{id} physical conditional
POST /guest/payments physical conditional
POST /guest/payments/{id} physical conditional
POST /orders physical conditional
POST /payments physical conditional
POST /payments/{id} physical conditional

Source

Agentic Access

bolt-agentic-access.yml Raw ↑
generated: '2026-07-15'
method: generated
source: openapi/bolt-api-reference-openapi.yaml
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: 16
  by_action_class:
    connected: 2
    acting: 14
  by_consequence:
    read: 2
    write: 7
    physical: 7
  human_in_the_loop_required: 0
operations:
- path: /account
  method: get
  operationId: accountGet
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - bolt.account.manage
    - bolt.account.view
    token:
      max-ttl: 3600
    audit: none
- path: /account/addresses
  method: post
  operationId: accountAddressCreate
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - bolt.account.manage
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /account/addresses/{id}
  method: put
  operationId: accountAddressEdit
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - bolt.account.manage
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /account/addresses/{id}
  method: delete
  operationId: accountAddressDelete
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - bolt.account.manage
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /account/payment-methods
  method: post
  operationId: accountAddPaymentMethod
  x-agentic-access:
    action-class: acting
    consequence: physical
    subject: required
    scope:
    - bolt.account.manage
    audience: null
    token:
      max-ttl: 300
      exchange: true
      purpose-required: true
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /account/payment-methods/{id}
  method: delete
  operationId: accountPaymentMethodDelete
  x-agentic-access:
    action-class: acting
    consequence: physical
    subject: required
    scope:
    - bolt.account.manage
    audience: null
    token:
      max-ttl: 300
      exchange: true
      purpose-required: true
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /payments
  method: post
  operationId: paymentsInitialize
  x-agentic-access:
    action-class: acting
    consequence: physical
    subject: required
    scope:
    - bolt.account.manage
    audience: null
    token:
      max-ttl: 300
      exchange: true
      purpose-required: true
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /payments/{id}
  method: post
  operationId: paymentsAction
  x-agentic-access:
    action-class: acting
    consequence: physical
    subject: required
    scope:
    - bolt.account.manage
    audience: null
    token:
      max-ttl: 300
      exchange: true
      purpose-required: true
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /guest/payments
  method: post
  operationId: guestPaymentsInitialize
  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: /guest/payments/{id}
  method: post
  operationId: guestPaymentsAction
  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: /orders
  method: post
  operationId: ordersCreate
  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: /oauth/token
  method: post
  operationId: oauthGetToken
  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: /callbacks/accounts
  method: post
  operationId: callbackAccountUpsert
  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: /testing/accounts
  method: post
  operationId: testingAccountCreate
  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: /testing/accounts/phones
  method: get
  operationId: testingAccountPhoneGet
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /testing/credit-cards
  method: post
  operationId: testingCreditCardGet
  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