Documentation Index
Fetch the complete documentation index at: https://docs.runtools.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Organizations own RunTools resources: sandboxes, agents, workflows, tools, secrets, API keys, SSH keys, projects, and workspaces. Dashboard and CLI sign-in use WorkOS-backed sessions. Programmatic access uses API keys created inside an organization.Members And Roles
The dashboard Team page is the primary member-management surface.| Role | Access |
|---|---|
| Admin | Organization settings, broader org views, shared resources, and publishing |
| Member | Own and use resources allowed by organization policy |
--all-org, org-shared secret writes, and publishing tools/agents/workflows to organization or public visibility.
Projects
Projects organize resources inside an organization. They are a filtering and grouping layer; permissions remain organization/member based. Project APIs are available under:Workspaces
Workspaces are persistent storage spaces owned by the organization.API Keys
Create API keys from the dashboard or CLI:| Scope | Access |
|---|---|
* | Full API key access |
sandbox:* | Sandbox lifecycle and execution |
agent:* | Agent management and runs |
agent:run | Run agents and workflows |
workflow:* | Workflow orchestration |
tool:* | Tool Hub management and execution |
files:* | Workspace file access |
ssh-key:* | SSH key management |
SSH Keys
Secrets
OAuth Connections
Connected Apps are scoped to the authenticated user and organization context.Best Practices
Use projects for navigation, not isolation
Use projects for navigation, not isolation
Create narrow API keys
Create narrow API keys
Use scopes that match the integration. CI jobs often need fewer scopes than an operator key.
Separate user-private and org-shared secrets
Separate user-private and org-shared secrets
Use all-org flags deliberately
Use all-org flags deliberately
--all-org surfaces are intended for admins doing organization-level review or support.