For the complete documentation index, see llms.txt. Markdown versions of all docs pages are available by appending .md to any docs URL.
arctl
arctl is a CLI tool for managing agents, MCP servers, skills, and prompts.
arctl is a CLI tool for managing agents, MCP servers, skills, and prompts.
Usage
arctl [command]Available Commands
| Command | Description |
|---|---|
| apply | Apply one or more resources from a YAML file |
| build | Build a Docker image for a declarative resource project |
| completion | Generate the autocompletion script for the specified shell |
| configure | Configure a client |
| db | Database operations (migrations, inspection) |
| delete | Delete a registry resource |
| get | List or retrieve registry resources |
| init | Scaffold a new resource project with declarative YAML |
| pull | Fetch a registry resource’s source repo to local |
| run | Run the agent or MCP server in the current directory |
| runtime | Runtime bootstrap helpers |
| user | User management |
| version | Show version information |
| wait | Wait for a registry resource to reach a target state |
| wrap-agent-image | Wrap an agent image with the agent-proxy layer |
Global flags
-h, --help: Display help information for the command.
--registry-token string: Registry bearer token (defaults to value of ARCTL_API_TOKEN env var).
--registry-url string: Registry URL (overrides ARCTL_API_BASE_URL env var; defaults to http://localhost:12121).
-v, --version: version for arctl.