Daytona Agentic Access
Daytona exposes 238 API operations that an AI agent could call, of which 130 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: 108 read, 119 write, 2 physical, and 9 safety-critical.
9 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.
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 |
|---|---|---|---|
| POST | /sandbox/{sandboxIdOrName}/autostop/{interval} | safety-critical | required |
| DELETE | /sandbox/{sandboxIdOrName}/ssh-access | safety-critical | required |
| POST | /sandbox/{sandboxIdOrName}/stop | safety-critical | required |
| POST | /toolbox/{sandboxId}/toolbox/computeruse/stop | safety-critical | required |
| POST | /toolbox/{sandboxId}/toolbox/lsp/stop | safety-critical | required |
| POST | /webhooks/organizations/{organizationId}/app-portal-access | safety-critical | required |
| POST | /webhooks/organizations/{organizationId}/refresh-endpoints | safety-critical | required |
| POST | /workspace/{workspaceId}/autostop/{interval} | safety-critical | required |
| POST | /workspace/{workspaceId}/stop | safety-critical | required |
| POST | /admin/webhooks/organizations/{organizationId}/send | physical | conditional |
| POST | /toolbox/{sandboxId}/toolbox/git/checkout | physical | conditional |
Source
Agentic Access
generated: '2026-07-15'
method: generated
source: openapi/daytona-openapi.json
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: 238
by_action_class:
connected: 108
acting: 130
by_consequence:
read: 108
write: 119
safety-critical: 9
physical: 2
human_in_the_loop_required: 9
operations:
- path: /config
method: get
operationId: ConfigController_getConfig
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /api-keys
method: post
operationId: createApiKey
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- email
- openid
- profile
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /api-keys
method: get
operationId: listApiKeys
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- email
- openid
- profile
token:
max-ttl: 3600
audit: none
- path: /api-keys/current
method: get
operationId: getCurrentApiKey
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- email
- openid
- profile
token:
max-ttl: 3600
audit: none
- path: /api-keys/{name}
method: get
operationId: getApiKey
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- email
- openid
- profile
token:
max-ttl: 3600
audit: none
- path: /api-keys/{name}
method: delete
operationId: deleteApiKey
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- email
- openid
- profile
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /api-keys/{userId}/{name}
method: delete
operationId: deleteApiKeyForUser
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- email
- openid
- profile
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /organizations/invitations
method: get
operationId: listOrganizationInvitationsForAuthenticatedUser
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- email
- openid
- profile
token:
max-ttl: 3600
audit: none
- path: /organizations/invitations/count
method: get
operationId: getOrganizationInvitationsCountForAuthenticatedUser
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- email
- openid
- profile
token:
max-ttl: 3600
audit: none
- path: /organizations/invitations/{invitationId}/accept
method: post
operationId: acceptOrganizationInvitation
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- email
- openid
- profile
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /organizations/invitations/{invitationId}/decline
method: post
operationId: declineOrganizationInvitation
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- email
- openid
- profile
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /organizations
method: post
operationId: createOrganization
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- email
- openid
- profile
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /organizations
method: get
operationId: listOrganizations
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- email
- openid
- profile
token:
max-ttl: 3600
audit: none
- path: /organizations/{organizationId}/default-region
method: patch
operationId: setOrganizationDefaultRegion
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- email
- openid
- profile
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /organizations/{organizationId}
method: get
operationId: getOrganization
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- email
- openid
- profile
token:
max-ttl: 3600
audit: none
- path: /organizations/{organizationId}
method: delete
operationId: deleteOrganization
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- email
- openid
- profile
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /organizations/{organizationId}/usage
method: get
operationId: getOrganizationUsageOverview
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- email
- openid
- profile
token:
max-ttl: 3600
audit: none
- path: /organizations/{organizationId}/quota
method: patch
operationId: updateOrganizationQuota
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- email
- openid
- profile
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /organizations/{organizationId}/quota/{regionId}
method: patch
operationId: updateOrganizationRegionQuota
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- email
- openid
- profile
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /organizations/{organizationId}/leave
method: post
operationId: leaveOrganization
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- email
- openid
- profile
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /organizations/{organizationId}/suspend
method: post
operationId: suspendOrganization
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- email
- openid
- profile
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /organizations/{organizationId}/unsuspend
method: post
operationId: unsuspendOrganization
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- email
- openid
- profile
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /organizations/otel-config/by-sandbox-auth-token/{authToken}
method: get
operationId: getOrganizationOtelConfigBySandboxAuthToken
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- email
- openid
- profile
token:
max-ttl: 3600
audit: none
- path: /organizations/{organizationId}/otel-config
method: get
operationId: getOrganizationOtelConfig
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- email
- openid
- profile
token:
max-ttl: 3600
audit: none
- path: /organizations/{organizationId}/otel-config
method: put
operationId: updateOrganizationOtelConfig
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- email
- openid
- profile
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /organizations/{organizationId}/otel-config
method: delete
operationId: deleteOrganizationOtelConfig
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- email
- openid
- profile
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /organizations/{organizationId}/sandbox-default-limited-network-egress
method: post
operationId: updateSandboxDefaultLimitedNetworkEgress
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- email
- openid
- profile
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /organizations/{organizationId}/experimental-config
method: put
operationId: updateExperimentalConfig
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- email
- openid
- profile
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /organizations/{organizationId}/roles
method: post
operationId: createOrganizationRole
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- email
- openid
- profile
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /organizations/{organizationId}/roles
method: get
operationId: listOrganizationRoles
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- email
- openid
- profile
token:
max-ttl: 3600
audit: none
- path: /organizations/{organizationId}/roles/{roleId}
method: put
operationId: updateOrganizationRole
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- email
- openid
- profile
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /organizations/{organizationId}/roles/{roleId}
method: delete
operationId: deleteOrganizationRole
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- email
- openid
- profile
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /organizations/{organizationId}/users
method: get
operationId: listOrganizationMembers
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- email
- openid
- profile
token:
max-ttl: 3600
audit: none
- path: /organizations/{organizationId}/users/{userId}/access
method: post
operationId: updateAccessForOrganizationMember
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- email
- openid
- profile
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /organizations/{organizationId}/users/{userId}
method: delete
operationId: deleteOrganizationMember
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- email
- openid
- profile
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /organizations/{organizationId}/invitations
method: post
operationId: createOrganizationInvitation
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- email
- openid
- profile
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /organizations/{organizationId}/invitations
method: get
operationId: listOrganizationInvitations
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- email
- openid
- profile
token:
max-ttl: 3600
audit: none
- path: /organizations/{organizationId}/invitations/{invitationId}
method: put
operationId: updateOrganizationInvitation
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- email
- openid
- profile
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /organizations/{organizationId}/invitations/{invitationId}/cancel
method: post
operationId: cancelOrganizationInvitation
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- email
- openid
- profile
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /regions
method: get
operationId: listAvailableRegions
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- email
- openid
- profile
token:
max-ttl: 3600
audit: none
- path: /regions
method: post
operationId: createRegion
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- email
- openid
- profile
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /regions/{id}
method: get
operationId: getRegionById
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- email
- openid
- profile
token:
max-ttl: 3600
audit: none
- path: /regions/{id}
method: delete
operationId: deleteRegion
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- email
- openid
- profile
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /regions/{id}
method: patch
operationId: updateRegion
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- email
- openid
- profile
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /regions/{id}/regenerate-proxy-api-key
method: post
operationId: regenerateProxyApiKey
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- email
- openid
- profile
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /regions/{id}/regenerate-ssh-gateway-api-key
method: post
operationId: regenerateSshGatewayApiKey
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- email
- openid
- profile
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /regions/{id}/regenerate-snapshot-manager-credentials
method: post
operationId: regenerateSnapshotManagerCredentials
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- email
- openid
- profile
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /users/me
method: get
operationId: getAuthenticatedUser
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- email
- openid
- profile
token:
max-ttl: 3600
audit: none
- path: /users/account-providers
method: get
operationId: getAvailableAccountProviders
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- email
- openid
- profile
token:
max-ttl: 3600
audit: none
- path: /users/linked-accounts
method: post
operationId: linkAccount
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- email
- openid
- profile
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /users/linked-accounts/{provider}/{providerUserId}
method: delete
operationId: unlinkAccount
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- email
- openid
- profile
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /users/mfa/sms/enroll
method: post
operationId: enrollInSmsMfa
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- email
- openid
- profile
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /shared-regions
method: get
operationId: listSharedRegions
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /sandbox
method: get
operationId: listSandboxes
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- email
- openid
- profile
token:
max-ttl: 3600
audit: none
- path: /sandbox
method: post
operationId: createSandbox
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- email
- openid
- profile
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /sandbox/paginated
method: get
operationId: listSandboxesPaginated
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- email
- openid
- profile
token:
max-ttl: 3600
audit: none
- path: /sandbox/for-runner
method: get
operationId: getSandboxesForRunner
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- email
- openid
- profile
token:
max-ttl: 3600
audit: none
- path: /sandbox/{sandboxIdOrName}
method: get
operationId: getSandbox
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- email
- openid
- profile
token:
max-ttl: 3600
audit: none
- path: /sandbox/{sandboxIdOrName}
method: delete
operationId: deleteSandbox
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- email
- openid
- profile
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /sandbox/{sandboxIdOrName}/recover
method: post
operationId: recoverSandbox
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- email
- openid
- profile
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /sandbox/{sandboxIdOrName}/start
method: post
operationId: startSandbox
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- email
- openid
- profile
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /sandbox/{sandboxIdOrName}/stop
method: post
operationId: stopSandbox
x-agentic-access:
action-class: acting
consequence: safety-critical
subject: required
scope:
- email
- openid
- profile
audience: null
token:
max-ttl: 120
exchange: true
purpose-required: true
proof-of-possession: true
escalation:
human-in-the-loop: required
audit: required
- path: /sandbox/{sandboxIdOrName}/resize
method: post
operationId: resizeSandbox
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- email
- openid
- profile
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /sandbox/{sandboxIdOrName}/labels
method: put
operationId: replaceLabels
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- email
- openid
- profile
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /sandbox/{sandboxId}/state
method: put
operationId: updateSandboxState
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- email
- openid
- profile
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /sandbox/{sandboxIdOrName}/backup
method: post
operationId: createBackup
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- email
- openid
- profile
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /sandbox/{sandboxIdOrName}/snapshot
method: post
operationId: createSandboxSnapshot
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- email
- openid
- profile
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /sandbox/{sandboxIdOrName}/fork
method: post
operationId: forkSandbox
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- email
- openid
- profile
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /sandbox/{sandboxIdOrName}/forks
method: get
operationId: getSandboxForks
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- email
- openid
- profile
token:
max-ttl: 3600
audit: none
- path: /sandbox/{sandboxIdOrName}/parent
method: get
operationId: getSandboxParent
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- email
- openid
- profile
token:
max-ttl: 3600
audit: none
- path: /sandbox/{sandboxIdOrName}/ancestors
method: get
operationId: getSandboxAncestors
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- email
- openid
- profile
token:
max-ttl: 3600
audit: none
- path: /sandbox/{sandboxIdOrName}/public/{isPublic}
method: post
operationId: updatePublicStatus
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- email
- openid
- profile
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /sandbox/{sandboxId}/last-activity
method: post
operationId: updateLastActivity
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- email
- openid
- profile
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /sandbox/{sandboxIdOrName}/autostop/{interval}
method: post
operationId: setAutostopInterval
x-agentic-access:
action-class: acting
consequence: safety-critical
subject: required
scope:
- email
- openid
- profile
audience: null
token:
max-ttl: 120
exchange: true
purpose-required: true
proof-of-possession: true
escalation:
human-in-the-loop: required
audit: required
- path: /sandbox/{sandboxIdOrName}/autoarchive/{interval}
method: post
operationId: setAutoArchiveInterval
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- email
- openid
- profile
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /sandbox/{sandboxIdOrName}/autodelete/{interval}
method: post
operationId: setAutoDeleteInterval
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- email
- openid
- profile
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /sandbox/{sandboxIdOrName}/network-settings
method: post
operationId: updateNetworkSettings
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- email
- openid
- profile
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /sandbox/{sandboxIdOrName}/archive
method: post
operationId: archiveSandbox
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- email
- openid
- profile
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /sandbox/{sandboxIdOrName}/ports/{port}/preview-url
method: get
operationId: getPortPreviewUrl
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- email
- openid
- profile
token:
max-ttl: 3600
audit: none
- path: /sandbox/{sandboxIdOrName}/ports/{port}/signed-preview-url
method: get
operationId: getSignedPortPreviewUrl
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- email
- openid
- profile
token:
max-ttl: 3600
audit: none
- path: /sandbox/{sandboxIdOrName}/ports/{port}/signed-preview-url/{token}/expire
method: post
operationId: expireSignedPortPreviewUrl
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- email
- openid
- profile
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /sandbox/{sandboxIdOrName}/build-logs
method: get
operationId: getBuildLogs
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- email
- openid
- profile
token:
max-ttl: 3600
audit: none
- path: /sandbox/{sandboxIdOrName}/build-logs-url
method: get
operationId: getBuildLogsUrl
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- email
- openid
- profile
token:
max-ttl: 3600
audit: none
- path: /sandbox/{sandboxIdOrName}/ssh-access
method: post
operationId: createSshAccess
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- email
- openid
- profile
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /sandbox/{sandboxIdOrName}/ssh-access
method: delete
operationId: revokeSshAccess
x-agentic-access:
action-class: acting
consequence: safety-critical
subject: required
scope:
- email
- openid
- profile
audience: null
token:
max-ttl: 120
exchange: true
purpose-required: true
proof-of-possession: true
escalation:
human-in-the-loop: required
audit: required
- path: /sandbox/ssh-access/validate
method: get
operationId: validateSshAccess
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- email
- openid
- profile
token:
max-ttl: 3600
audit: none
- path: /sandbox/{sandboxId}/toolbox-proxy-url
method: get
operationId: getToolboxProxyUrl
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- email
- openid
- profile
token:
max-ttl: 3600
audit: none
- path: /sandbox/{sandboxId}/organization
method: get
operationId: getOrganizationBySandboxId
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- email
- openid
- profile
token:
max-ttl: 3600
audit: none
- path: /sandbox/{sandboxId}/region-quota
method: get
operationId: getRegionQuotaBySandboxId
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- email
- openid
- profile
token:
max-ttl: 3600
audit: none
- path: /runners
method: post
operationId: createRunner
x-agentic-access:
action-class: acting
# --- truncated at 32 KB (83 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/daytona/refs/heads/main/agentic-access/daytona-agentic-access.yml
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.
Call it yourself
curl for this page
curl "https://apis.io/api/v1/search?q=daytona-agentic-access&limit=10"
curl "https://apis.io/api/v1/tags/daytona-agentic-access"
Discovery needs no key. Ratings and market analysis are Pro.