Daytona Sandbox Process Execution
Daytona Sandbox Process Execution. 24 operations. Lead operation: Get a list of all currently active ports. Self-contained Naftiko capability covering one Daytona business surface.
Daytona Sandbox Process Execution is a Naftiko capability published by Daytona, one of 16 capabilities the APIs.io network indexes for this provider. It bundles 24 operations across the GET, POST, and DELETE methods.
The capability includes 13 read-only operations and 11 state-changing operations. Lead operation: Get a list of all currently active ports. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.
Tagged areas include Daytona, Process, Interpreter, and Port.
What You Can Do
MCP Tools
daytona-get-active-ports
Get a list of all currently active ports
daytona-check-if-port-is-in-use
Check if a specific port is currently in use
daytona-execute-code
Execute Python, JavaScript, or TypeScript code and return output, exit code, and artifacts
daytona-execute-a-command
Execute a shell command and return the output and exit code
daytona-list-all-user-created-interpreter-contexts
Returns information about all user-created interpreter contexts (excludes default context)
daytona-create-a-new-interpreter-context
Creates a new isolated interpreter context with optional working directory and language
daytona-delete-an-interpreter-context
Deletes an interpreter context and shuts down its worker process
daytona-execute-code-in-an-interpreter-context
Executes code in a specified context (or default context if not specified) via WebSocket streaming
daytona-list-all-pty-sessions
Get a list of all active pseudo-terminal sessions
daytona-create-a-new-pty-session
Create a new pseudo-terminal session with specified configuration
daytona-get-pty-session-information
Get detailed information about a specific pseudo-terminal session
daytona-delete-a-pty-session
Delete a pseudo-terminal session and terminate its process
daytona-connect-to-pty-session-via-websocket
Establish a WebSocket connection to interact with a pseudo-terminal session
daytona-resize-a-pty-session
Resize the terminal dimensions of a pseudo-terminal session
daytona-list-all-sessions
Get a list of all active shell sessions
daytona-create-a-new-session
Create a new shell session for command execution
daytona-get-entrypoint-session-details
Get details of an entrypoint session including its commands
daytona-get-entrypoint-logs
Get logs for a sandbox entrypoint session. Returns JSON with separated stdout/stderr for SDK >= 0.161.0, plain text otherwise. Supports WebSocket streaming.
daytona-get-session-details
Get details of a specific session including its commands
daytona-delete-a-session
Delete an existing shell session
daytona-get-session-command-details
Get details of a specific command within a session
daytona-send-input-to-command
Send input data to a running command in a session for interactive execution
daytona-get-session-command-logs
Get logs for a specific command within a session. Returns JSON with separated stdout/stderr for SDK >= 0.167.0, plain text otherwise. Supports WebSocket streaming.
daytona-execute-command-in-session
Execute a command within an existing shell session