Documentation Index
Fetch the complete documentation index at: https://docs.run-agent.ai/llms.txt
Use this file to discover all available pages before exploring further.
Synopsis
Description
Upload your agent code to RunAgent servers without starting it. Useful for preparing deployments or updating code.Options
| Option | Description | Default |
|---|---|---|
--name, -n | Agent name | From config |
--skip-validation | Skip validation checks | false |
--compress | Compress before upload | true |
Examples
Upload Process
- Validates configuration
- Packages agent files
- Compresses (if enabled)
- Uploads to server
- Returns upload ID
Output
See Also
runagent start- Start uploaded agentrunagent deploy- Upload and start in one command