bexio · Agentic Access

bexio Agentic Access

x-agentic-access generated

bexio exposes 20 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: 8 read and 12 write.

12 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.

AccountingERPInvoicingSMBSwitzerland
Operations: 20 Acting: 12 Human-in-the-loop: 12 Method: generated

By consequence

read 8 write 12

Source

Agentic Access

Raw ↑
generated: '2026-07-17'
method: generated
source: openapi/bexio-openapi.yml
description: Recommended x-agentic-access execution contracts, classified heuristically from
  the modeled OpenAPI. A governance starting point for exposing this API to AI agents - review
  and bind audience per deployment. bexio writes affect real financial records (invoices,
  journal entries, payroll), so write operations default to human-in-the-loop required.
  See research/curity/agentic-governance/.
summary:
  operations: 20
  by_action_class:
    acting: 12
    connected: 8
  by_consequence:
    write: 12
    read: 8
  human_in_the_loop_required: 12
operations:
- path: /contact
  method: get
  operationId: listContacts
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /contact
  method: post
  operationId: createContact
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: required
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /contact/{id}
  method: get
  operationId: getContact
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /contact/{id}
  method: post
  operationId: updateContact
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: required
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /contact/{id}
  method: delete
  operationId: deleteContact
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: required
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /kb_offer
  method: get
  operationId: listOffers
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /kb_offer
  method: post
  operationId: createOffer
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: required
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /kb_order
  method: get
  operationId: listOrders
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /kb_order
  method: post
  operationId: createOrder
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: required
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /kb_invoice
  method: get
  operationId: listInvoices
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /kb_invoice
  method: post
  operationId: createInvoice
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: required
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /kb_invoice/{id}
  method: get
  operationId: getInvoice
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /kb_invoice/{id}/pdf
  method: get
  operationId: getInvoicePdf
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /article
  method: get
  operationId: listArticles
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /article
  method: post
  operationId: createArticle
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: required
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /accounting/manual_entries
  method: post
  operationId: createManualEntry
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: required
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /pr_project
  method: post
  operationId: createProject
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: required
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /timesheet
  method: post
  operationId: createTimesheet
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: required
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /files
  method: post
  operationId: uploadFile
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: required
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /banking/accounts
  method: get
  operationId: listBankAccounts
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none