Daytona · Authentication Profile

Daytona Authentication

Authentication

Daytona secures its APIs with http and openIdConnect across 2 declared security schemes, as derived from its OpenAPI definitions.

SandboxesSecure ExecutionAI AgentsCoding AgentsCode InterpreterSnapshotsMulti-RegionHIPAASOC 2GDPRPythonTypeScriptOpen SourceLSP
Methods: http, openIdConnect Schemes: 2 OAuth flows: API key in:

Security Schemes

bearer http
scheme: bearer
oauth2 openIdConnect

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/daytona-openapi.json
summary:
  types:
  - http
  - openIdConnect
schemes:
- name: bearer
  type: http
  scheme: bearer
  bearerFormat: JWT
  description: API Key access
  sources:
  - openapi/daytona-openapi.json
- name: oauth2
  type: openIdConnect
  openIdConnectUrl: http://localhost:3000/.well-known/openid-configuration
  sources:
  - openapi/daytona-openapi.json