For the complete documentation index, see llms.txt. Markdown versions of all docs pages are available by appending .md to any docs URL.

arctl

Page as Markdown

Agent Registry CLI.

arctl is a CLI tool for managing agents, MCP servers, skills, and prompts.

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

See also

  • arctl apply - Apply one or more registry resources from a YAML file
  • arctl build - Build a Docker image for a declarative resource project
  • arctl completion - Generate the autocompletion script for the specified shell
  • arctl configure - Write the JSON config a client needs to connect to arctl
  • arctl db - Database operations (migrations, inspection)
  • arctl delete - Delete a registry resource by type and name, or from a file
  • arctl get - List or retrieve registry resources by type
  • arctl init - Scaffold a declarative agent, MCP, skill, or prompt project
  • arctl pull - Fetch a registry resource’s source repo to a local directory
  • arctl run - Run the agent or MCP server in the current project directory
  • arctl version - Display the arctl CLI and registry server versions
  • arctl wait - Wait for a registry resource to reach a target state