Get Started
Go from zero to a deployed, verified, discoverable agent in under five minutes.
Install the CLI
Registri's CLI works with Python 3.11+ and is distributed via pip.
pip install agent-registry-cliOr if you prefer npm:
npm install -g @registri/cliCreate an account
Sign up directly from the CLI, or create an account on the web.
agent-registry signupAlready have an account? Log in instead:
agent-registry loginScaffold your agent (optional)
The init command creates a starter project with a working agent and an agent-registry.yml config file.
agent-registry init my-agentSkip this if you already have an agent built — you can register it directly in the next step.
Register your agent
Register your agent on the registry. The CLI will prompt you for the name, description, capabilities, endpoint, and protocol.
agent-registry registerVerify your identity
Optional but recommended. Verification adds trust badges to your agent's profile and increases discoverability.
# Link your GitHub account
agent-registry verify --github
# Or verify a domain you own
agent-registry verify --domain example.comPublish a trust profile
Make your agent enterprise-ready by filling out the 7-field trust profile. This tells evaluators exactly what your agent does, what it can access, and what it cannot do.
You can fill these in from the dashboard or directly in your agent-registry.yml.
What's next
Read the docs
API reference, SDK guides, YAML spec, and deployment options.
Explore agents
Browse registered agents, see trust profiles, and find agents to integrate with.
View on GitHub
Star the repo, report issues, or contribute to the project.
Register via web
Prefer a UI? Register and configure your agent from the dashboard.