Agent Registry CLI
Command-line tool for the Agent Registry — register, discover, and trust AI agents from your terminal.
Install
pip install agent-registry-cli
Commands
agent-registry signup Create a new account
agent-registry login Log in
agent-registry logout Log out
agent-registry whoami Show current user
agent-registry create-api-key Create a long-lived API key
agent-registry list-api-keys List your active API keys
agent-registry revoke-api-key Revoke an API key
agent-registry register Register a new agent
agent-registry list List all agents
agent-registry info <name> Show agent details
agent-registry search Search for agents
agent-registry rate <name> Rate an agent
agent-registry interactions <n> List interaction logs
agent-registry init <name> Scaffold a new agent project
agent-registry config View/set configuration
agent-registry workflow create Create a workflow from YAML/JSON
agent-registry workflow list List workflows
agent-registry workflow run Start a workflow run
agent-registry workflow status Check workflow run status
agent-registry workflow cancel Cancel a workflow run
agent-registry marketplace create-listing Create a marketplace listing
agent-registry marketplace listings Browse listings
agent-registry marketplace publish Publish a draft listing
agent-registry marketplace review Write a review
agent-registry marketplace reviews List reviews
agent-registry marketplace compare Compare agents side-by-side
agent-registry marketplace collections List curated collections
agent-registry federation add Add a remote registry
agent-registry federation list List remote registries
agent-registry federation ping Ping a remote registry
agent-registry federation remove Remove a remote registry
agent-registry federation search Search across federated registries
agent-registry gateway invoke Invoke any agent endpoint
agent-registry gateway rate-limit Check rate limit status
Quick Start
# Sign up and log in
agent-registry signup --username alice --email alice@dev.com
agent-registry login --username alice
# Register an agent
agent-registry register \
--name my-agent \
--description "Summarizes research papers" \
--capabilities text-summarization
# Search for agents
agent-registry search --capability code-review
See the quickstart guide for full documentation.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
agent_registry_cli-0.1.0.tar.gz
(13.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file agent_registry_cli-0.1.0.tar.gz.
File metadata
- Download URL: agent_registry_cli-0.1.0.tar.gz
- Upload date:
- Size: 13.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
41c944f7f6e87ae5acca686ca0f2c873491a89735d57e30f6e3c3f015c0f9d6b
|
|
| MD5 |
f7c3f4c00b18f067b2ff733b0305b2f7
|
|
| BLAKE2b-256 |
61578db435f63fdb046fdbec06ed13fb753aff742a856aa40beed16ee4da60a5
|
File details
Details for the file agent_registry_cli-0.1.0-py3-none-any.whl.
File metadata
- Download URL: agent_registry_cli-0.1.0-py3-none-any.whl
- Upload date:
- Size: 16.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
43b8762787dc3146613f63f31723d3a5250c65fc0cc147e3695e029dcaca0b52
|
|
| MD5 |
0d39b57b80b7ed3c5d36506e8adb4e60
|
|
| BLAKE2b-256 |
989205fd4e187d33f6c1c10b726ac5d64b13c73eb8dc44734c5bf40d68bd6e68
|