Daytona · Schema

WebhookEvent

The type of event being sent

AIAgentsArtificial IntelligenceCloudCode ExecutionComputer UseDeveloper ToolsInfrastructureOpen SourceSandboxSecure Execution
View JSON Schema on GitHub

JSON Schema

daytona-webhook-schema.json Raw ↑
{
  "type": "string",
  "enum": [
    "sandbox.created",
    "sandbox.state.updated",
    "snapshot.created",
    "snapshot.state.updated",
    "snapshot.removed",
    "volume.created",
    "volume.state.updated"
  ],
  "description": "The type of event being sent",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/daytona-io/refs/heads/main/json-schema/daytona-webhook-schema.json",
  "title": "WebhookEvent"
}