Daytona · Capability
Daytona Sandbox Preview
Daytona Sandbox Preview. 4 operations. Lead operation: Check if sandbox is public. Self-contained Naftiko capability covering one Daytona business surface.
Daytona Sandbox Preview is a Naftiko capability published by Daytona, one of 16 capabilities the APIs.io network indexes for this provider. It bundles 4 operations across the GET method rooted at /v1/preview.
The capability includes 4 read-only operations. Lead operation: Check if sandbox is public. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.
Tagged areas include Daytona and Preview.
What You Can Do
GET
Issandboxpublic
— Check if sandbox is public
/v1/preview/{sandboxId}/public
GET
Isvalidauthtoken
— Check if sandbox auth token is valid
/v1/preview/{sandboxId}/validate/{authToken}
GET
Hassandboxaccess
— Check if user has access to the sandbox
/v1/preview/{sandboxId}/access
GET
Getsandboxidfromsignedpreviewurltoken
— Get sandbox ID from signed preview URL token
/v1/preview/{signedPreviewToken}/{port}/sandbox-id
MCP Tools
daytona-check-if-sandbox-is-public
Check if sandbox is public
read-only
idempotent
daytona-check-if-sandbox-auth-token-is-valid
Check if sandbox auth token is valid
read-only
idempotent
daytona-check-if-user-has-access-to-the-sandbox
Check if user has access to the sandbox
read-only
idempotent
daytona-get-sandbox-id-from-signed-preview-url-token
Get sandbox ID from signed preview URL token
read-only
idempotent