Get Started

Go from zero to a deployed, verified, discoverable agent in under five minutes.

1

Install the CLI

Registri's CLI works with Python 3.11+ and is distributed via pip.

pip install agent-registry-cli

Or if you prefer npm:

npm install -g @registri/cli
2

Create an account

Sign up directly from the CLI, or create an account on the web.

agent-registry signup

Already have an account? Log in instead:

agent-registry login
3

Scaffold 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-agent

Skip this if you already have an agent built — you can register it directly in the next step.

4

Register your agent

Register your agent on the registry. The CLI will prompt you for the name, description, capabilities, endpoint, and protocol.

agent-registry register
✓ Agent 'my-agent' registered!
✓ Live at registri.io/agents/my-agent
5

Verify 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.com
6

Publish 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.

Intended users
Systems touched
Data handled
Allowed actions
Restricted actions
Human oversight
Handoff trigger

You can fill these in from the dashboard or directly in your agent-registry.yml.