Tabby · Agentic Access

Tabby Agentic Access

x-agentic-access generated

Tabby exposes 19 API operations that an AI agent could call, of which 12 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: 7 read, 7 write, and 5 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.

BNPLBuy Now Pay LaterConsumer FinanceE-commerceFintechInstallmentsMENAPaymentsSaudi ArabiaUAE
Operations: 19 Acting: 12 Human-in-the-loop: 0 Method: generated

By consequence

read 7 write 7 physical 5

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 /api/v2/checkout physical conditional
PUT /api/v2/payments/{id} physical conditional
POST /api/v2/payments/{id}/captures physical conditional
POST /api/v2/payments/{id}/close physical conditional
POST /api/v2/payments/{id}/refunds physical conditional

Source

Agentic Access

Raw ↑
generated: '2026-07-15'
method: generated
source: openapi/tabby-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: 19
  by_action_class:
    acting: 12
    connected: 7
  by_consequence:
    physical: 5
    read: 7
    write: 7
  human_in_the_loop_required: 0
operations:
- path: /api/v2/checkout
  method: post
  operationId: postCheckoutSession
  x-agentic-access:
    action-class: acting
    consequence: physical
    subject: required
    scope:
    - secret_key
    audience: null
    token:
      max-ttl: 300
      exchange: true
      purpose-required: true
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /api/v2/checkout/{id}
  method: get
  operationId: getCheckoutSession
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - secret_key
    token:
      max-ttl: 3600
    audit: none
- path: /api/v2/payments/{id}
  method: get
  operationId: getPayment
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - secret_key
    token:
      max-ttl: 3600
    audit: none
- path: /api/v2/payments/{id}
  method: put
  operationId: putPayment
  x-agentic-access:
    action-class: acting
    consequence: physical
    subject: required
    scope:
    - secret_key
    audience: null
    token:
      max-ttl: 300
      exchange: true
      purpose-required: true
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /api/v2/payments/{id}/captures
  method: post
  operationId: postPaymentCapture
  x-agentic-access:
    action-class: acting
    consequence: physical
    subject: required
    scope:
    - secret_key
    audience: null
    token:
      max-ttl: 300
      exchange: true
      purpose-required: true
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /api/v2/payments/{id}/refunds
  method: post
  operationId: postPaymentRefund
  x-agentic-access:
    action-class: acting
    consequence: physical
    subject: required
    scope:
    - secret_key
    audience: null
    token:
      max-ttl: 300
      exchange: true
      purpose-required: true
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /api/v2/payments/{id}/close
  method: post
  operationId: closePayment
  x-agentic-access:
    action-class: acting
    consequence: physical
    subject: required
    scope:
    - secret_key
    audience: null
    token:
      max-ttl: 300
      exchange: true
      purpose-required: true
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /api/v2/payments
  method: get
  operationId: getPayments
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - secret_key
    token:
      max-ttl: 3600
    audit: none
- path: /api/v1/webhooks
  method: post
  operationId: postWebhook
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - secret_key
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /api/v1/webhooks
  method: get
  operationId: getWebhooks
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - secret_key
    token:
      max-ttl: 3600
    audit: none
- path: /api/v1/webhooks/{id}
  method: get
  operationId: getWebhook
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - secret_key
    token:
      max-ttl: 3600
    audit: none
- path: /api/v1/webhooks/{id}
  method: put
  operationId: putWebhook
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - secret_key
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /api/v1/webhooks/{id}
  method: delete
  operationId: deleteWebhook
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - secret_key
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /api/v1/disputes
  method: get
  operationId: getDisputes
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - secret_key
    token:
      max-ttl: 3600
    audit: none
- path: /api/v1/disputes/{disputeId}
  method: get
  operationId: getDispute
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - secret_key
    token:
      max-ttl: 3600
    audit: none
- path: /api/v1/disputes/{disputeId}/provide-evidence
  method: post
  operationId: postDisputeProvideEvidence
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - secret_key
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /api/v1/disputes/approve
  method: post
  operationId: postDisputesApprove
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - secret_key
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /api/v1/disputes/challenge
  method: post
  operationId: postDisputesChallenge
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - secret_key
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /api/v1/disputes/attachments/upload
  method: post
  operationId: postUploadAttachment
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - secret_key
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required