Documentation Index
Fetch the complete documentation index at: https://docs.castari.com/llms.txt
Use this file to discover all available pages before exploring further.
cast agents
Commands for listing and managing your agents.cast agents list
List all your agents.Usage
Output
cast agents get
Get details for a specific agent.Usage
Example
Output
cast agents create
Create a new agent without deploying.Usage
Arguments
| Argument | Description | Required |
|---|---|---|
name | Display name for the agent | Yes |
git-url | Git repository URL | Yes |
Options
| Option | Description |
|---|---|
--slug <slug> | Custom slug (auto-generated from name if not provided) |
Example
Most users should use
cast init + cast deploy instead of cast agents create. This command is for advanced use cases.cast agents delete
Delete an agent.Usage
Example
Output
Options
| Option | Description |
|---|---|
-f, --force | Skip confirmation prompt |
See Also
- cast deploy — Deploy an agent
- cast invoke — Invoke an agent
- cast secrets — Manage secrets