Skip to content
Latest (currently 2026.8.0) has the newest features, bug fixes, and CVE patches of Solo Enterprise for agentregistry.

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

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

CommandDescription
applyApply one or more resources from a YAML file
buildBuild a Docker image for a declarative resource project
completionGenerate the autocompletion script for the specified shell
configureConfigure a client
dbDatabase operations (migrations, inspection)
deleteDelete a registry resource
getList or retrieve registry resources
initScaffold a new resource project with declarative YAML
pullFetch a registry resource’s source repo to local
runRun the agent or MCP server in the current directory
runtimeRuntime bootstrap helpers
userUser management
versionShow version information
waitWait for a registry resource to reach a target state
wrap-agent-imageWrap 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.