# Runtools.ai ## Docs - [Computer Use](https://docs.runtools.ai/advanced/computer-use.md): Use desktop sandboxes for browser and GUI automation - [Workspaces & Files](https://docs.runtools.ai/advanced/filesystem.md): Persistent storage across sandboxes and agent runs - [OAuth & Connected Apps](https://docs.runtools.ai/advanced/oauth.md): Connect third-party accounts for Tool Hub credential resolution - [Workflow Schedules](https://docs.runtools.ai/advanced/schedules.md): Run workflows on a cron schedule - [Secrets & Credentials](https://docs.runtools.ai/advanced/secrets.md): Manage user-private and org-shared encrypted secrets - [Webhook Triggers](https://docs.runtools.ai/advanced/webhooks.md): Trigger workflows from external HTTP events - [Create Agent](https://docs.runtools.ai/api-reference/agents/create-runtime.md): Create or update an agent definition - [Run Agent](https://docs.runtools.ai/api-reference/agents/run.md): Run an agent one-shot or in a persisted thread - [Stream Run](https://docs.runtools.ai/api-reference/agents/stream.md): Stream agent events with Server-Sent Events - [Authentication](https://docs.runtools.ai/api-reference/authentication.md): Authenticate with RunTools APIs, SDK, and CLI - [API Overview](https://docs.runtools.ai/api-reference/overview.md): Current public RunTools REST API surfaces - [Create Sandbox](https://docs.runtools.ai/api-reference/sandboxes/create.md): Create a long-lived Linux or desktop sandbox - [Delete Sandbox](https://docs.runtools.ai/api-reference/sandboxes/delete.md): Permanently destroy a sandbox - [Execute Command](https://docs.runtools.ai/api-reference/sandboxes/exec.md): Run a shell command inside a sandbox - [Get Sandbox](https://docs.runtools.ai/api-reference/sandboxes/get.md): Get details for one sandbox - [List Sandboxes](https://docs.runtools.ai/api-reference/sandboxes/list.md): List sandboxes visible to the caller - [Pause Sandbox](https://docs.runtools.ai/api-reference/sandboxes/pause.md): Pause an existing sandbox - [Resume Sandbox](https://docs.runtools.ai/api-reference/sandboxes/resume.md): Resume a paused sandbox - [Execute Tool](https://docs.runtools.ai/api-reference/tools/execute.md): Execute one Tool Hub action - [Install Tool](https://docs.runtools.ai/api-reference/tools/install.md): Install a Tool Hub tool into your organization - [List Tools](https://docs.runtools.ai/api-reference/tools/list.md): List installed Tool Hub tools - [Search Tool Hub](https://docs.runtools.ai/api-reference/tools/search.md): Search public Tool Hub tools - [Workspace Files](https://docs.runtools.ai/api-reference/workspaces/files.md): List, upload, download, and mutate files in a workspace - [Manage Workspaces](https://docs.runtools.ai/api-reference/workspaces/manage.md): Create, list, inspect, rename, and delete persistent workspaces - [CLI Authentication](https://docs.runtools.ai/cli/authentication.md): Sign in and manage API keys - [CLI Commands](https://docs.runtools.ai/cli/commands.md): Implemented Runtools CLI command reference - [CLI Installation](https://docs.runtools.ai/cli/installation.md): Run the Runtools CLI during early access - [CLI Overview](https://docs.runtools.ai/cli/overview.md): Use the Runtools command-line interface - [Core Concepts](https://docs.runtools.ai/concepts.md): Understand the Runtools platform primitives - [Agents](https://docs.runtools.ai/features/agents.md): Define, deploy, run, and stream AI agents - [Sandboxes](https://docs.runtools.ai/features/sandboxes.md): Cloud environments for commands, SSH, dev servers, and agent work - [Tool Hub](https://docs.runtools.ai/features/tool-hub.md): Install, execute, and publish hosted tools - [Workspaces](https://docs.runtools.ai/features/workspaces.md): Persistent storage for sandboxes, agents, and project work - [Introduction](https://docs.runtools.ai/introduction.md): Build AI agents with cloud sandboxes, hosted tools, and workflows - [Limits & Quotas](https://docs.runtools.ai/limits.md): Current public limits and validation rules - [Organizations & Teams](https://docs.runtools.ai/organizations.md): Manage organization resources, projects, keys, and team access - [Quickstart](https://docs.runtools.ai/quickstart.md): Create a sandbox, run a command, and try the SDK - [Agents SDK](https://docs.runtools.ai/sdk/agents.md): Define and run agents with `defineAgent()` and `rt.agent` - [Custom Tools](https://docs.runtools.ai/sdk/custom-tools.md): Build and deploy hosted tools with `defineTool()` - [Installation](https://docs.runtools.ai/sdk/installation.md): Install the Runtools SDK for early access development - [Project Workflow](https://docs.runtools.ai/sdk/local-development.md): Develop deployable Runtools projects locally - [SDK Overview](https://docs.runtools.ai/sdk/overview.md): Use the Runtools TypeScript SDK - [Sandboxes SDK](https://docs.runtools.ai/sdk/sandboxes.md): Create and manage sandboxes with `rt.sandbox` - [Tools SDK](https://docs.runtools.ai/sdk/tools.md): Search, install, configure, and execute tools - [Use Cases](https://docs.runtools.ai/use-cases.md): Practical RunTools patterns you can build today ## OpenAPI Specs - [openapi](https://docs.runtools.ai/api-reference/openapi.json)