Beamable Agentic Access
Beamable exposes 65 API operations that an AI agent could call, of which 36 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: 29 read, 34 write, 1 physical, and 1 safety-critical.
1 operation 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.
By consequence
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.
| Method | Path | Consequence | Human-in-loop |
|---|---|---|---|
| PUT | /basic/auth/token/revoke | safety-critical | required |
| POST | /basic/beamo/manifest/deploy | physical | conditional |
Source
Agentic Access
generated: '2026-07-15'
method: generated
source: openapi/beamable-leaderboards-openapi.yml, openapi/beamable-live-events-openapi.yml,
openapi/beamable-microservices-openapi.yml, openapi/beamable-player-accounts-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: 65
by_action_class:
connected: 29
acting: 36
by_consequence:
read: 29
write: 34
physical: 1
safety-critical: 1
human_in_the_loop_required: 1
operations:
- path: /basic/realms/customer/activate
method: get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /basic/realms/project/beamable
method: post
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- developer
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /basic/realms/customer/alias/available
method: get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /basic/realms/project
method: get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /basic/realms/project
method: post
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- developer
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /basic/realms/project
method: put
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- developer
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /basic/realms/project
method: delete
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- developer
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /basic/realms/customer/verify
method: post
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: /basic/realms/games
method: get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- tester
token:
max-ttl: 3600
audit: none
- path: /basic/realms/config
method: get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- tester
token:
max-ttl: 3600
audit: none
- path: /basic/realms/config
method: post
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- developer
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /basic/realms/config
method: put
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- developer
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /basic/realms/project/rename
method: put
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- developer
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /basic/realms/plans
method: get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- tester
token:
max-ttl: 3600
audit: none
- path: /basic/realms/plans
method: post
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- developer
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /basic/realms/client/defaults
method: get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /basic/realms/customer
method: get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- tester
token:
max-ttl: 3600
audit: none
- path: /basic/realms/customer
method: post
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: /basic/realms/admin/inflight/failures
method: get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- developer
token:
max-ttl: 3600
audit: none
- path: /basic/realms/admin/inflight/failures
method: delete
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- developer
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /basic/realms/launch-message
method: get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- tester
token:
max-ttl: 3600
audit: none
- path: /basic/realms/launch-message
method: post
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- developer
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /basic/realms/launch-message
method: delete
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- developer
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /basic/realms/is-customer
method: get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /basic/realms/admin/customer
method: get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- developer
token:
max-ttl: 3600
audit: none
- path: /basic/realms/game
method: get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- tester
token:
max-ttl: 3600
audit: none
- path: /basic/realms/game
method: post
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- developer
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /basic/realms/game
method: put
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- developer
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /basic/realms/project/promote
method: get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- tester
token:
max-ttl: 3600
audit: none
- path: /basic/realms/project/promote
method: post
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- developer
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /basic/realms/customers
method: get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /basic/realms/promotion
method: get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- tester
token:
max-ttl: 3600
audit: none
- path: /basic/realms/promotion
method: post
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- developer
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /object/event-players/{objectId}/claim-entitlements
method: post
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: /object/event-players/{objectId}/
method: get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /object/event-players/{objectId}/claim
method: post
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: /object/event-players/{objectId}/score
method: put
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: /basic/beamo/microservice/registrations
method: post
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- tester
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /basic/beamo/microservice/federation/traffic
method: put
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- developer
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /basic/beamo/microservice/federation/traffic
method: delete
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- developer
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /basic/beamo/image/urls
method: post
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- developer
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /basic/beamo/metricsUrl
method: post
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- tester
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /basic/beamo/microservice/secret
method: get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- admin
token:
max-ttl: 3600
audit: none
- path: /basic/beamo/queryLogs/result
method: post
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- tester
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /basic/beamo/storage/performance
method: get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- admin
token:
max-ttl: 3600
audit: none
- path: /basic/beamo/manifests
method: get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- tester
token:
max-ttl: 3600
audit: none
- path: /basic/beamo/templates
method: get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- tester
token:
max-ttl: 3600
audit: none
- path: /basic/beamo/queryLogs
method: post
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- tester
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /basic/beamo/queryLogs
method: delete
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- tester
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /basic/beamo/logsUrl
method: post
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- tester
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /basic/beamo/image/commit
method: put
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- developer
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /basic/beamo/uploadAPI
method: get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- tester
token:
max-ttl: 3600
audit: none
- path: /basic/beamo/status
method: get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- tester
token:
max-ttl: 3600
audit: none
- path: /basic/beamo/manifest/current
method: get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- tester
token:
max-ttl: 3600
audit: none
- path: /basic/beamo/manifest/pull
method: post
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- developer
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /basic/beamo/registry
method: get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- tester
token:
max-ttl: 3600
audit: none
- path: /basic/beamo/manifest/deploy
method: post
x-agentic-access:
action-class: acting
consequence: physical
subject: required
scope:
- developer
audience: null
token:
max-ttl: 300
exchange: true
purpose-required: true
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /basic/beamo/microservice/federation
method: post
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- tester
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /basic/beamo/storage/connection
method: get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- admin
token:
max-ttl: 3600
audit: none
- path: /basic/beamo/manifest
method: get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- tester
token:
max-ttl: 3600
audit: none
- path: /basic/beamo/manifest
method: post
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- developer
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /basic/auth/token/list
method: get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- developer
token:
max-ttl: 3600
audit: none
- path: /basic/auth/token
method: get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /basic/auth/token
method: post
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: /basic/auth/token/revoke
method: put
x-agentic-access:
action-class: acting
consequence: safety-critical
subject: required
scope:
- developer
audience: null
token:
max-ttl: 120
exchange: true
purpose-required: true
proof-of-possession: true
escalation:
human-in-the-loop: required
audit: required