Daytona Sandbox Computer Use
Daytona Sandbox Computer Use. 44 operations. Lead operation: Search the AT-SPI tree for nodes matching a role/name/state filter and return a flat list.. Self-contained Naftiko capability covering one Daytona business surface.
Daytona Sandbox Computer Use is a Naftiko capability published by Daytona, one of 16 capabilities the APIs.io network indexes for this provider. It bundles 44 operations across the POST, GET, and DELETE methods.
The capability includes 21 read-only operations and 23 state-changing operations. Lead operation: Search the AT-SPI tree for nodes matching a role/name/state filter and return a flat list. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.
Tagged areas include Daytona, Computer-Use, Lsp, Info, and Server.
What You Can Do
MCP Tools
daytona-find-accessibility-nodes
Search the AT-SPI tree for nodes matching a role/name/state filter and return a flat list.
daytona-focus-an-accessibility-node
Move keyboard focus to the AT-SPI node identified by id (bus-name:object-path).
daytona-invoke-an-action-on-an-accessibility-node
Call an AT-SPI Action on the node. Leave action empty to invoke the node's primary (first) action.
daytona-set-the-value-of-an-accessibility-node
Write the given value to the node via EditableText.SetTextContents or, for numeric controls, Value.CurrentValue.
daytona-get-accessibility-tree
Fetch the AT-SPI accessibility tree for the focused application, a specific PID, or all registered applications.
daytona-get-display-information
Get information about all available displays
daytona-get-windows-information
Get information about all open windows
daytona-press-hotkey
Press a hotkey combination (e.g., ctrl+c, cmd+v)
daytona-press-key
Press a key with optional modifiers
daytona-type-text
Type text with optional delay between keystrokes
daytona-click-mouse-button
Click the mouse button at the specified coordinates
daytona-drag-mouse
Drag the mouse from start to end coordinates
daytona-move-mouse-cursor
Move the mouse cursor to the specified coordinates
daytona-get-mouse-position
Get the current mouse cursor position
daytona-scroll-mouse-wheel
Scroll the mouse wheel at the specified coordinates
daytona-get-computer-use-process-status
Get the status of all computer use processes
daytona-get-process-errors
Get errors for a specific computer use process
daytona-get-process-logs
Get logs for a specific computer use process
daytona-restart-specific-process
Restart a specific computer use process
daytona-get-specific-process-status
Check if a specific computer use process is running
daytona-list-all-recordings
Get a list of all recordings (active and completed)
daytona-start-a-new-recording
Start a new screen recording session
daytona-stop-a-recording
Stop an active screen recording session
daytona-get-recording-details
Get details of a specific recording by ID
daytona-delete-a-recording
Delete a recording file by ID
daytona-download-a-recording
Download a recording by providing its ID
daytona-take-a-screenshot
Take a screenshot of the entire screen
daytona-take-a-compressed-screenshot
Take a compressed screenshot of the entire screen
daytona-take-a-region-screenshot
Take a screenshot of a specific region of the screen
daytona-take-a-compressed-region-screenshot
Take a compressed screenshot of a specific region of the screen
daytona-start-computer-use-processes
Start all computer use processes and return their status
daytona-get-computer-use-status
Get the current status of the computer use system
daytona-stop-computer-use-processes
Stop all computer use processes and return their status
daytona-initialize-toolbox-server
Set the auth token and initialize telemetry for the toolbox server
daytona-get-code-completions
Get code completion suggestions from the LSP server
daytona-notify-document-closed
Notify the LSP server that a document has been closed
daytona-notify-document-opened
Notify the LSP server that a document has been opened
daytona-get-document-symbols
Get symbols (functions, classes, etc.) from a document
daytona-start-lsp-server
Start a Language Server Protocol server for the specified language
daytona-stop-lsp-server
Stop a Language Server Protocol server
daytona-get-workspace-symbols
Search for symbols across the entire workspace
daytona-get-user-home-directory
Get the current user home directory path.
daytona-get-version
Get the current daemon version
daytona-get-working-directory
Get the current working directory path. This is default directory used for running commands.