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
Limits depend on organization policy and resource availability. This page documents the limits visible in the current public SDK and API contracts. Use the dashboard andruntools usage for organization-specific usage state.
Sandbox Requests
Sandboxes accept these resource fields:Agent Definition Validation
defineAgent() validates several client-side ranges before deploy:
| Field | Accepted range |
|---|---|
maxIterations | 1 to 100 |
maxTokens | 1 to 128000 |
temperature | 0 to 2 |
topP | 0 to 1 |
topK | Positive integer |
presencePenalty | -2 to 2 |
frequencyPenalty | -2 to 2 |
executionMode | in_sandbox, managed, or local-mac |
in_sandbox agents require sandbox. local-mac agents require targetDeviceId and cannot declare sandbox.
Secrets And Files
| Surface | Current behavior |
|---|---|
| Secrets list | Metadata only; values are never included |
| Secret reveal | Policy-gated by owner/admin rules |
| User-private secrets | Visible to the owner; broader metadata views are admin-only |
| Org-shared secrets | Admin-controlled |
| Workspace mounts | Personal workspaces cannot be mounted into sandboxes |
| Storage API | Requires files:read, files:write, files:*, or * scopes |
| Workspace upload | Default max upload is 100 MB per request |
| Workspace batch operations | Copy, move, and delete accept up to 250 IDs per request |