# Daytona — MCP server on mcp.ai > Connect your Daytona account and use 114 tools for developer tools straight from your AI agent. Connect in one click, no API key needed. Daytona is a development environment management platform that provides cloud-based development workspaces with API access for automation. By: mcp.ai · official Page: https://mcp.ai/daytona ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_daytona?ms=1787293560000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/daytona/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/daytona/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/daytona/skill.md Postman collection (v2.1): https://mcp.ai/daytona/postman.json ## Tools - daytona_archive_sandbox(sandboxIdOrName: string) — Archives a sandbox in the Daytona platform. Use this action when you need to archive a sandbox that is no longer needed but should be preserved for future reference. The sandbox will be marked as arch - daytona_cancel_organization_invitation(invitationId: string, organizationId: string) — Cancels a pending organization invitation. Use when you need to revoke an invitation that has been sent but not yet accepted by the recipient. This action is irreversible — once an invitation is cance - daytona_checkout_git(path: string, branch: string, sandboxId: string) — [DEPRECATED] Checkout a branch or commit in a git repository within a sandbox. Use this action when you need to switch branches or checkout a specific commit in a git repository that exists within a s - daytona_clone_repository(url: string, path: string, branch?: string, password?: string, username?: string, commit_id?: string, sandboxId: string) — Clones a Git repository into a sandbox toolbox. Use this action when you need to clone a public or private Git repository into a specific directory within a sandbox. Supports optional branch selection - daytona_create_api_key(name: string, expiresAt?: string, permissions: string[]) — Creates a new API key for the organization. Use when you need to generate a new API key that can be used to authenticate API requests. The created API key value is only returned once in the response a - daytona_create_backup(sandboxIdOrName: string) — Initiates a backup operation for an existing sandbox environment. Use this action when you need to create a point-in-time snapshot of a sandbox that can be used for restoration or cloning purposes. Th - daytona_create_folder_files(mode: string, path: string, sandboxId: string) — Creates a new folder inside a sandbox's filesystem. Use this action when you need to create a directory within a running sandbox's filesystem. This is useful for organizing files, preparing directory - daytona_create_organization(name: string, defaultRegionId: string) — Creates a new organization in Daytona. Use this action when you need to set up a new organization with a specific name and default region configuration. This action creates a top-level organization en - daytona_create_organization_invitation(role: string, email: string, expiresAt?: string, organizationId: string, assignedRoleIds: string[]) — Creates an invitation to join an organization with specified roles and permissions. The invitation will be sent to the provided email address. Use this action when you need to invite a new member to a - daytona_create_organization_role(name: string, description: string, permissions: string[], organizationId: string) — Creates a new organization role with specified permissions. Use this action when you need to define custom roles for organization members, allowing fine-grained control over what resources they can ac - daytona_create_process_session(sandboxId: string, sessionId: string) — Creates a new session in the sandbox for process management. Use this action when you need to establish a new process session within a running sandbox environment. This enables managing process execut - daytona_create_pty_session(id: string, cwd?: string, cols?: integer, envs?: object, rows?: integer, lazyStart?: boolean, sandboxId: string) — Creates a new PTY (pseudo-terminal) session in a sandbox. Use this action when you need to establish an interactive terminal session within a running sandbox environment. This enables real-time comman - daytona_create_registry(url: string, name: string, project?: string, password: string, username: string) — Creates a new Docker registry for the organization. Use when you need to register a new container registry (such as Docker Hub, GCR, ECR, or other Docker registries) so that Daytona can pull images fr - daytona_create_sandbox(cpu?: integer, env?: object, gpu?: integer, disk?: integer, name?: string, user?: string, labels?: object, memory?: integer, public?: boolean, target?: string, gpuType?: string[], volumes?: object[], snapshot?: string, buildInfo?: object, linkedSandbox?: string, networkBlockAll?: boolean, autoStopInterval?: integer, networkAllowList?: string, autoDeleteInterval?: integer, autoArchiveInterval?: integer) — Creates a new sandbox environment for development or testing purposes. Use this action when you need to provision a new isolated environment with configurable compute resources (CPU, memory, GPU), net - daytona_create_snapshot(cpu?: integer, gpu?: integer, disk?: integer, name: string, memory?: integer, gpuType?: string[], regionId?: string, buildInfo?: object, imageName?: string, entrypoint?: string[], sandboxClass?: string) — Creates a new snapshot resource that can be used as a base image for sandboxes. Use this action when you need to create a new snapshot with specific compute resources (CPU, memory, GPU, disk) and a co - daytona_create_ssh_access(sandboxIdOrName: string, expiresInMinutes?: integer) — Creates SSH access credentials for a sandbox environment. Use this action when you need to establish an SSH connection to a sandbox for administrative tasks, file transfers, or development operations. - daytona_create_volume(name: string) — Creates a new volume for storing data that can be attached to sandboxes. Use this action when you need to provision persistent storage for your sandbox environments. Volumes persist data across sandbo - daytona_deactivate_snapshot(id: string) — Deactivates a snapshot in the Daytona platform. Use this action when you need to deactivate a snapshot that is currently active. This will stop the snapshot from being used for new sandbox creations. - daytona_delete_api_key(name: string) — Deletes an API key by its name. Use when you need to revoke access for an API key that is no longer needed or has been compromised. This action is irreversible — once an API key is deleted, it cannot - daytona_delete_api_key_user(name: string, userId: string) — Deletes an API key for a specific user. Use when you need to remove an existing API key associated with a user account, such as when cleaning up unused credentials or revoking access. This action is i - daytona_delete_files(path: string, recursive?: boolean, sandboxId: string) — Deletes a file inside a sandbox by its path. Use when you need to permanently remove a file from a sandbox that is no longer needed. This action is irreversible — once a file is deleted, it cannot be - daytona_delete_git_branch(name: string, path: string, sandboxId: string) — Deletes a branch from a git repository inside a sandbox by its name. Use when you need to permanently remove a git branch that is no longer needed. This action is irreversible — once a branch is delet - daytona_delete_organization(organizationId: string) — Deletes an organization. Use when you need to permanently remove an organization from the system, including all associated data, members, and resources. This action is irreversible — once an organizat - daytona_delete_organization_otel_config(organizationId: string) — Deletes the OpenTelemetry (OTEL) configuration for an organization. Use this action when you need to remove the OpenTelemetry settings that were previously configured for an organization's observabili - daytona_delete_organization_role(roleId: string, organizationId: string) — Deletes an organization role. Use when you need to permanently remove a role from an organization, such as cleaning up unused custom roles or removing roles that are no longer needed. This action is i - daytona_delete_pty_session(sandboxId: string, sessionId: string) — Deletes a PTY session and terminates the associated process. Use this action when you need to clean up an active PTY session that is no longer needed. This will terminate any process running in that s - daytona_delete_recording(id: string) — Deletes a recording from the Daytona platform by its ID. Use when you need to permanently remove a recording that is no longer needed. This action is irreversible — once a recording is deleted, it can - daytona_delete_registry(id: string) — Deletes a Docker registry from the Daytona platform. Use when you need to remove an existing Docker registry configuration. This is an irreversible operation — once a registry is deleted, it cannot be - daytona_delete_sandbox(sandboxIdOrName: string) — Deletes a sandbox from the Daytona platform by its ID or name. Use when you need to permanently remove a sandbox that is no longer needed. This action is irreversible — once a sandbox is deleted, it c - daytona_delete_session(sandboxId: string, sessionId: string) — Deletes a session from the Daytona platform by its ID. Use when you need to permanently remove a session that is no longer needed. This action is irreversible — once a session is deleted, it cannot be - daytona_delete_snapshot(id: string) — Deletes a snapshot from the Daytona platform by its ID. Use when you need to permanently remove a snapshot that is no longer needed. This action is irreversible — once a snapshot is deleted, it cannot - daytona_delete_volume(volumeId: string) — Deletes a volume from the Daytona platform by its ID. Use when you need to permanently remove a volume that is no longer needed. This action is irreversible — once a volume is deleted, it cannot be re - daytona_download_file_deprecated(path: string, sandboxId: string) — [DEPRECATED] Downloads a file from a sandbox's toolbox filesystem. Use this action when you need to retrieve a file from the sandbox's toolbox. Note: This endpoint is deprecated. Consider using an alt - daytona_download_files(paths: string[], sandboxId: string) — Downloads multiple files from a sandbox as a multipart/form-data bundle. Use this action when you need to retrieve multiple files from a sandbox in a single operation. The files are returned as a stre - daytona_enroll_in_sms_mfa() — Enrolls the authenticated user in SMS-based multi-factor authentication. Use when you need to enable SMS-based MFA for the authenticated user account. This action initiates the enrollment process and - daytona_execute_command(cwd?: string, envs?: object, command: string, timeout?: integer, sandboxId: string) — Executes a shell command within a running sandbox via the toolbox proxy. Use this action when you need to run shell commands, scripts, or any executable commands inside a sandbox environment. This is - daytona_expire_signed_port_preview_url(port: integer, token: string, sandboxIdOrName: string) — Expires a signed preview URL for a sandbox port. Use this action when you need to immediately invalidate a signed preview URL for a specific port on a sandbox, revoking access for anyone holding the t - daytona_find_in_files_deprecated(path: string, pattern: string, sandboxId: string) — [DEPRECATED] Searches for text or patterns in files within a sandbox. Use this action when you need to find occurrences of a specific text or pattern across files in a sandbox. This is useful for code - daytona_focus_accessibility_node(id: string, sandboxId: string) — Focuses an accessibility node in a sandbox's computer use system. Use this action when you need to programmatically set focus to a specific accessibility node within a sandbox's desktop environment. T - daytona_get_api_key(name: string) — Retrieves an API key by its name. Use when you need to retrieve details about a specific API key, including its creation date, expiration, permissions, and usage statistics. This is a read-only operat - daytona_get_available_account_providers() — Retrieves all available account providers that can be used to authenticate and link accounts. Use when you need to discover which account providers (such as GitHub, GitLab, Google) are available for l - daytona_get_build_logs_url(sandboxIdOrName: string) — Retrieves the build logs URL for a specific sandbox by its ID or name. Use this action when you need to access build logs for a sandbox, such as during troubleshooting build failures, monitoring build - daytona_get_commit_history(path: string, sandboxId: string) — Gets commit history from a repository in a sandbox toolbox. Use this action when you need to retrieve the commit history including: - Commit hash - Author name and email - Commit message - Timestamp T - daytona_get_computer_use_status(sandboxId: string) — Retrieves the status of all VNC desktop processes in a sandbox. Use this action when you need to check the current state of all VNC desktop processes running within a sandbox. The status can indicate - daytona_get_config() — Retrieves the Daytona platform configuration including URLs, OIDC settings, analytics, rate limits, and other platform-level settings. Use this action when you need to fetch the current Daytona config - daytona_get_display_info(sandboxId: string) — Retrieves information about displays connected to a sandbox. Use this action when you need to get information about all displays connected to a sandbox, including their dimensions, positions, and acti - daytona_get_entrypoint_logs(follow?: boolean, sandboxId: string) — Retrieves entrypoint logs for a sandbox session. Use this action when you need to fetch the stdout, stderr, and combined output logs from an entrypoint process running within a sandbox. This is useful - daytona_get_file_info(path: string, sandboxId: string) — [DEPRECATED] Gets file info inside a sandbox toolbox. Use this action when you need to retrieve detailed information about a specific file or directory within a sandbox toolbox, including its size, pe - daytona_get_git_history_deprecated(path: string, sandboxId: string) — [DEPRECATED] Get commit history from a git repository in a sandbox toolbox. Use this action when you need to retrieve the commit history of a git repository within a sandbox toolbox. This is a read-on - daytona_get_has_sandbox_access(sandboxId: string) — Checks if the authenticated user has access to a specific sandbox. Use this action when you need to verify whether the current user has permission to access a particular sandbox before performing furt - daytona_get_health() — Retrieves the current health status of the Daytona service. Use when you need to verify that the Daytona API is running and accessible. This action is read-only and does not modify any data. This acti - daytona_get_organization(organization_id: string) — Retrieves detailed information about an organization by its unique identifier. Use when you need to fetch organization settings, rate limits, sandbox configurations, suspension status, OpenTelemetry s - daytona_get_organization_audit_logs(to?: string, from?: string, page?: integer, limit?: integer, nextToken?: string, organizationId: string) — Retrieves audit logs for an organization. Use when you need to track user activities, monitor security events, investigate incidents, or meet compliance requirements. This action supports both page-ba - daytona_get_organization_invitations_count_user() — Retrieves the count of organization invitations for the authenticated user. Use this action when you need to check how many organization invitations are pending for the currently authenticated user. T - daytona_get_organization_usage_overview(organizationId: string) — Retrieves the current usage overview for an organization, including CPU, memory, disk, snapshot, and volume usage metrics across all regions. Use this action when you need to check an organization's c - daytona_get_process_status(sandboxId: string, processName: string) — Retrieves the status of a specific VNC process in a sandbox. Use this action when you need to check if a particular VNC process (such as xfce4) is currently running within a sandbox. This is useful fo - daytona_get_project_dir_deprecated(sandboxId: string) — [DEPRECATED] Gets the project directory path within a sandbox toolbox. Use this action when you need to retrieve the project directory path for a specific sandbox toolbox. This is a read-only operatio - daytona_get_pty_session(sandboxId: string, sessionId: string) — Retrieves information about a PTY (pseudo-terminal) session in a sandbox. Use this action when you need to fetch details about a specific PTY session within a sandbox, including its configuration (ter - daytona_get_push_access() — Retrieves temporary storage access credentials for pushing objects to object storage. Use this action when you need to upload or push objects to the Daytona object storage service. The returned creden - daytona_get_registry(id: string) — Retrieves details of a specific Docker registry by its unique identifier. Use this action when you need to fetch information about a particular Docker registry, including its URL, credentials, project - daytona_get_sandbox(verbose?: boolean, sandboxIdOrName: string) — Retrieves details of a specific sandbox by its ID or name. Use this action when you need to fetch detailed information about a particular sandbox, including its configuration, state, resource quotas, - daytona_get_session_command_logs(follow?: boolean, commandId: string, sandboxId: string, sessionId: string) — Retrieves logs for a specific command executed within a session. Use this action when you need to fetch the log output of a command that was executed in a sandbox session. The endpoint returns the com - daytona_get_session_deprecated(sandboxId: string, sessionId: string) — [DEPRECATED] Retrieves details of a specific session in a sandbox toolbox. Use this action when you need to fetch information about a particular session, including its ID and the commands that have be - daytona_get_snapshot(id: string) — Retrieves details of a specific snapshot by its ID or name. Use this action when you need to fetch detailed information about a particular snapshot, including its configuration, state, resource quotas - daytona_get_snapshot_build_logs(id: string, follow?: boolean) — Retrieves build logs for a specific snapshot. Use this action when you need to access build logs for a snapshot, such as during troubleshooting build failures, monitoring build progress, or retrieving - daytona_get_toolbox_proxy_url(sandboxIdOrName: string) — Retrieves the toolbox proxy URL for a sandbox by its ID or name. Use this action when you need to access the toolbox interface of a sandbox, enabling command execution and file management operations. - daytona_get_transient_push_access(regionId?: string) — Retrieves temporary registry access credentials for pushing snapshots. Use this action when you need to obtain short-lived authentication credentials to push Docker images or snapshots to the Daytona - daytona_get_user() — Retrieves the profile of the authenticated user. Use when you need to fetch details about the currently logged-in user, including their ID, email, name, creation date, and associated public keys. This - daytona_get_user_home_dir_deprecated(sandboxId: string) — [DEPRECATED] Gets the user home directory path for a sandbox. Use this action when you need to retrieve the home directory path for a user within a sandbox toolbox. This is a read-only operation that - daytona_get_volume(volumeId: string) — Retrieves details of a specific volume by its ID. Use this action when you need to fetch information about a particular volume, including its name, state, organization, creation timestamp, and last us - daytona_get_windows(sandboxId: string) — Retrieves information about all windows in a sandbox. Use this action when you need to get a list of all windows currently open in a sandbox desktop environment. The response includes each window's po - daytona_get_work_dir(sandboxId: string) — Gets the current working directory inside a sandbox toolbox. Use this action when you need to retrieve the current working directory path within a sandbox toolbox. This is a read-only operation that d - daytona_get_work_dir_deprecated(sandboxId: string) — [DEPRECATED] Retrieves the working directory path of a sandbox toolbox. Use this action when you need to determine the current working directory path within a sandbox toolbox environment. This is a re - daytona_list_api_keys() — Lists all API keys for the organization. Use when you need to retrieve information about all available API keys, including their names, creation dates, expiration dates, and associated permissions. Th - daytona_list_available_regions() — Lists all available regions for the organization. Use this action when you need to retrieve information about all available regions, including their IDs, names, types, and associated URLs (proxy, SSH - daytona_list_files_deprecated(path?: string, sandboxId: string) — [DEPRECATED] Lists files and directories in a sandbox toolbox. Use this action when you need to retrieve the list of files and directories in a specific path within a sandbox toolbox. This is a read-o - daytona_list_git_branches(path: string, sandboxId: string) — [DEPRECATED] Lists all git branches from a repository in a sandbox toolbox. Use this action when you need to retrieve the list of git branches from a repository within a sandbox toolbox. This is a rea - daytona_list_organization_invitations(organizationId: string) — Lists all pending organization invitations. Use this action when you need to retrieve all invitations for an organization, including pending, accepted, declined, or cancelled invitations. This is usef - daytona_list_organization_invitations_user() — Lists all organization invitations for the authenticated user. Use when you need to retrieve pending and past organization invitations that have been sent to or received by the current user, including - daytona_list_organization_members(organizationId: string) — Lists all members of a specific organization. Use when you need to retrieve information about all organization members, including their names, emails, roles, and assigned permissions. This is a read-o - daytona_list_organization_roles(organizationId: string) — Lists all roles available in an organization. Use when you need to retrieve information about all organization roles, including their names, descriptions, permissions, and whether they are global role - daytona_list_organizations() — Lists all organizations that the authenticated user has access to. Use this action when you need to retrieve a list of all organizations available to the authenticated user, including their settings, - daytona_list_process_session(sandboxId: string) — Lists all active process sessions in a sandbox. Use this action when you need to retrieve information about all active process sessions running within a sandbox. This includes session IDs and command - daytona_list_pty_sessions(sandboxId: string) — Lists all active PTY sessions in a sandbox. Use this action when you need to retrieve information about all active pseudo-terminal (PTY) sessions running within a sandbox. This includes session identi - daytona_list_registries() — Lists all docker registries available in the organization. Use when you need to retrieve information about all configured docker registries, including their IDs, names, URLs, authentication details, a - daytona_list_sandboxes(page?: integer, limit?: integer, cursor?: string, labels?: string, verbose?: boolean, includeErroredDeleted?: boolean) — Lists all sandboxes for the organization. Use this action when you need to retrieve information about all available sandboxes, including their configuration, state, labels, and resource quotas. This i - daytona_list_sandboxes_paginated(id?: string, name?: string, page?: integer, sort?: string, limit?: integer, order?: string, labels?: string, maxCpu?: number, minCpu?: number, states?: string[], regions?: string[], snapshots?: string[], maxDiskGiB?: number, minDiskGiB?: number, maxMemoryGiB?: number, minMemoryGiB?: number, lastEventAfter?: string, lastEventBefore?: string, includeErroredDeleted?: boolean) — Lists all sandboxes with pagination support. Use when you need to retrieve a paginated list of sandboxes for an organization, with optional filtering by name, labels, state, region, CPU/memory/disk sp - daytona_list_shared_regions() — Tool to list all shared regions. Use when you need to retrieve information about all available shared regions, including their IDs, names, types, and associated URLs (proxy, SSH gateway, snapshot mana - daytona_list_snapshots(name?: string, page?: integer, sort?: string, limit?: integer, order?: string) — Lists all snapshots for the organization. Use this action when you need to retrieve information about all available snapshots, including their configuration, state, resource allocations, and usage inf - daytona_list_volumes(includeDeleted?: boolean) — Lists all volumes in the organization. Use when you need to retrieve information about all available volumes, including their IDs, names, states, and associated organizations. This is a read-only oper - daytona_replace_in_files(files: string[], pattern: string, newValue: string, sandboxId: string) — Replaces text or patterns in multiple files within a sandbox. Use this action when you need to perform find-and-replace operations across multiple files in a sandbox. For each file specified, the acti - daytona_replace_sandbox_labels(labels: object, sandboxIdOrName: string) — Replaces all labels on a sandbox with a new set of key-value pairs. Use this action when you need to update or redefine the labels associated with an existing sandbox. This operation completely replac - daytona_resize_pty_session(cols: integer, rows: integer, sandboxId: string, sessionId: string) — Resizes an active PTY session with new terminal dimensions. Use this action when you need to change the column and row dimensions of an existing pseudo-terminal (PTY) session within a running sandbox. - daytona_revoke_ssh_access(token?: string, sandboxIdOrName: string) — Revokes SSH access credentials for a sandbox environment. Use this action when you need to invalidate SSH access to a sandbox, either for a specific token or all SSH access. This is useful for securit - daytona_search_files(path: string, pattern: string, sandboxId: string) — [DEPRECATED] Search for files inside a sandbox toolbox. Use this action when you need to find files matching a specific pattern within a sandbox toolbox. This is a read-only operation that does not mo - daytona_set_auto_archive_interval(interval: integer, sandboxIdOrName: string) — Sets the auto-archive interval for a sandbox. Use this action when you need to configure how long a stopped sandbox should be retained before it is automatically archived. The interval specifies the t - daytona_set_auto_delete_interval(interval: integer, sandboxIdOrName: string) — Sets the auto-delete interval for a sandbox. Use this action when you need to configure automatic deletion of a sandbox after it is stopped. The interval specifies how many minutes after stopping the - daytona_set_autostop_interval(interval: integer, sandboxIdOrName: string) — Sets the auto-stop interval for a sandbox in the Daytona platform. Use this action when you need to configure how long a sandbox should run idle before automatically stopping. This helps manage resour - daytona_start_computer_use(sandboxId: string) — Starts all VNC desktop processes (Xvfb, xfce4, x11vnc, novnc) for a sandbox. Use this action when you need to start all VNC desktop processes for a sandbox to enable remote desktop access. This action - daytona_start_lsp_server(sandboxId: string, languageId: string, pathToProject: string) — Starts an LSP server process inside a sandbox project. Use this action when you need to initialize an LSP (Language Server Protocol) server within a running sandbox. This enables intelligent code edit - daytona_start_process(sandboxId: string, processName: string) — Restarts a specific VNC process within a sandbox in the Daytona platform. Use this action when you need to restart a VNC process (such as xfce4) within a running sandbox. This is helpful when a deskto - daytona_start_sandbox(sandboxIdOrName: string) — Starts a sandbox in the Daytona platform. Use this action when you need to start a sandbox that is stopped or archived, making it ready for use. The sandbox will transition to a running state and be a - daytona_stop_lsp_server(sandboxId: string, languageId: string, pathToProject: string) — Stops an LSP server process inside a sandbox project. Use this action when you need to stop an LSP (Language Server Protocol) server that is running inside a Daytona sandbox. This is useful for freein - daytona_stop_sandbox(force?: boolean, sandboxIdOrName: string) — Stops a running sandbox in the Daytona platform. Use this action when you need to gracefully stop a running sandbox that is no longer needed or should be temporarily shut down. The sandbox can be rest - daytona_take_compressed_screenshot(scale?: number, format?: string, quality?: integer, sandboxId: string, showCursor?: boolean) — Takes a compressed screenshot of the entire screen in a sandbox. Use this action when you need to capture the current visual state of a sandbox's display with compression. The response includes base64 - daytona_unlink_account(provider: string, providerUserId: string) — Unlinks a connected provider account (such as GitHub, GitLab, or Bitbucket) from the authenticated user's Daytona profile. Use when a user wants to remove a connected account or revoke its integration - daytona_update_experimental_config(otel?: object) — Updates experimental configuration for an organization on the Daytona platform. Use this action when you need to configure experimental features such as OpenTelemetry settings for observability. The o - daytona_update_last_activity(sandboxId: string) — Updates the last activity timestamp for a sandbox in the Daytona platform. Use this action when you need to keep a sandbox active by recording activity. This is useful for preventing auto-stop mechani - daytona_update_organization_invitation(role: string, expiresAt?: string, invitationId: string, organizationId: string, assignedRoleIds: string[]) — Updates an organization invitation with new role and permissions. Use when you need to modify an existing organization invitation's role (owner or member) or assigned role permissions. This action all - daytona_update_organization_otel_config(headers?: object, endpoint: string, organizationId: string) — Updates the OpenTelemetry configuration for an organization. Use this action when you need to configure or update the OTLP endpoint and custom headers for an organization's OpenTelemetry setup. This a - daytona_update_organization_role(name: string, roleId: string, description: string, permissions: string[], organizationId: string) — Updates an organization role with a new name, description, and permissions. Use this action when you need to modify an existing role within an organization, such as changing what the role is called, u - daytona_update_public_status(isPublic: boolean, sandboxIdOrName: string) — Updates the public visibility status of a sandbox in the Daytona platform. Use this action when you need to change whether a sandbox can be accessed publicly via its HTTP preview. Setting a sandbox to - daytona_update_registry(id: string, url: string, name: string, project?: string, password?: string, username: string) — Updates a Docker registry configuration. Use this action when you need to modify the settings of an existing Docker registry, such as updating the registry name, URL, or credentials. This is a modific - daytona_update_sandbox_default_limited_network_egress(organizationId: string, sandboxDefaultLimitedNetworkEgress: boolean) — Updates the sandbox default limited network egress setting for an organization. Use this action when you need to configure whether new sandboxes should have limited network egress enabled by default w ## Example prompts - "What can I do in Daytona?" - "Show me a summary of my Daytona account" ## Links Docs: https://mcp.ai/docs/mcps/daytona Website: https://mcp.ai/mcps/daytona