Archbee · Agentic Access

Archbee Agentic Access

x-agentic-access generated

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

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

API DocumentationDocumentation PlatformKnowledge BaseTechnical WritingDeveloper DocsDeveloper PortalDocs as CodeOpenAPIModel Context ProtocolAI AgentsContent Management
Operations: 24 Acting: 19 Human-in-the-loop: 6 Method: generated

By consequence

read 5 write 19

Source

Agentic Access

Raw ↑
generated: '2026-09-04'
method: generated
source: openapi/archbee-public-api-openapi.yml
description: 'Recommended x-agentic-access execution contracts, classified from the Archbee Public API
  contract. Regenerated 2026-09-04: the previous version was classified against a fabricated scaffold
  spec describing operations Archbee does not ship (/spaces, /spaces/{spaceId}/pages). human-in-the-loop
  is set to required, not conditional, on the six operations whose effects Archbee documents as permanent
  — the API has no idempotency key, no dry-run mode and no reversal operation, so an agent cannot rehearse
  or undo any of them. A governance starting point; review and bind audience per deployment.'
summary:
  operations: 24
  by_action_class:
    connected: 5
    acting: 19
  by_consequence:
    read: 5
    write: 19
  human_in_the_loop_required: 6
operations:
- path: /access-control/request
  method: post
  operationId: requestMagicLinkAccess
  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
    reversible: not-documented
- path: /doc
  method: delete
  operationId: deleteDocument
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: required
      triggers:
      - destructive
      - irreversible
    audit: required
    reversible: false
- path: /doc
  method: get
  operationId: getDocument
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /doc
  method: post
  operationId: updateCreateDocument
  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
    reversible: not-documented
- path: /docs/search
  method: post
  operationId: searchDocument
  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
    reversible: not-documented
- path: /file-manager/file
  method: delete
  operationId: deleteAFileManagerFile
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: required
      triggers:
      - destructive
      - irreversible
    audit: required
    reversible: false
- path: /file-manager/files
  method: get
  operationId: listFileManagerFiles
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /file-manager/move
  method: post
  operationId: moveAFileManagerFile
  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
    reversible: not-documented
- path: /file-manager/replace
  method: post
  operationId: overwriteAFileManagerFile
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: required
      triggers:
      - destructive
      - irreversible
    audit: required
    reversible: false
- path: /import-content
  method: post
  operationId: importContent
  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
    reversible: not-documented
- path: /info-api-reference
  method: get
  operationId: infoOpenApiDocument
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /space-group/create
  method: post
  operationId: createSpaceGroup
  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
    reversible: not-documented
- path: /space-group/delete
  method: delete
  operationId: deleteSpaceGroup
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: required
      triggers:
      - destructive
      - irreversible
    audit: required
    reversible: false
- path: /space/clone
  method: post
  operationId: cloneSpace
  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
    reversible: not-documented
- path: /space/create
  method: post
  operationId: createSpace
  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
    reversible: not-documented
- path: /space/delete
  method: delete
  operationId: deleteSpace
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: required
      triggers:
      - destructive
      - irreversible
    audit: required
    reversible: false
- path: /space/publish
  method: post
  operationId: publishSpace
  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
    reversible: not-documented
- path: /space/update
  method: post
  operationId: updateSpace
  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
    reversible: not-documented
- path: /suggest-change/discard
  method: post
  operationId: discardSuggestionDocument
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: required
      triggers:
      - destructive
      - irreversible
    audit: required
    reversible: false
- path: /suggest-change/merge
  method: post
  operationId: mergeSuggestionIntoMainDocument
  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
    reversible: not-documented
- path: /sync-api-reference
  method: post
  operationId: syncOpenApiDocument
  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
    reversible: not-documented
- path: /team/display-rules
  method: get
  operationId: organizationDisplayRules
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /team/export
  method: get
  operationId: organizationExport
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /upload/file
  method: post
  operationId: uploadSingleFile
  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
    reversible: not-documented

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

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.