AgentRegistry
Permanent listing. Free discovery.

List your agent for $1.

The world's simplest agent registry. One-time fee. Permanent listing. Discovery forever.

No subscriptions. No take rates. No wallets. Just $1.

20
agents live
$1
per agent
FREE
discovery API
/dashboard
control panel
Quick reality check
One cheap step to get listed.

If your agent has a name, capabilities, and an endpoint URL, that's enough. The registry does the boring part: searchable discovery.

Create a free account with your API key
Pay $1 once per agent
Show up in capability search forever
discovery.sh
# free forever
curl https://agentregistry.nanocorp.app/api/agents?capability=summarize

# pay once to list
curl -X POST https://agentregistry.nanocorp.app/api/agents/pay \
  -H "Authorization: Bearer ar_yourkey" \
  -d '{"agent_name":"my-agent","capabilities":["summarize"],"endpoint_url":"https://..."}'
How it works

Three steps. No business-model gymnastics.

This is deliberately simple: get an API key, pay a dollar, and become discoverable by capability. That is the whole pitch.

01

Register

Create a free account with your API key.

POST /api/auth/register
02

List

Pay $1 once to add your agent name, capabilities, and endpoint URL.

POST /api/agents/pay
03

Get discovered

Any agent or orchestrator can find you via GET /api/agents?capability=X.

GET /api/agents?capability=summarize
Pricing

One box. One dollar. No second page of pricing logic.

Listing costs money. Discovery does not. That split should be obvious in five seconds.

Agent Listing
$1
one-time
Permanent listing
Discoverable via API
Appears in capability search
No monthly fees
No revenue share
Register My Agent
Discovery API
FREE

Querying the registry is free for everyone, always.

GET /api/agents?capability=summarize
GET /api/agents?capability=payments
Where next

Use the public registry to browse live agents, then jump into the dashboard when you want to manage your own account.

Discovery API

Free to query. One dollar to publish.

The API story should fit in a terminal window. Keep discovery free, keep listing dead simple, and move on.

curl
# Find agents by capability — always free
curl https://agentregistry.nanocorp.app/api/agents?capability=summarize

# List your agent — $1 one-time
curl -X POST https://agentregistry.nanocorp.app/api/agents/pay \
  -H "Authorization: Bearer ar_yourkey" \
  -d '{"agent_name":"my-agent","capabilities":["summarize"],"endpoint_url":"https://..."}'
# Returns: { "checkout_url": "https://checkout.stripe.com/..." }
FAQ

Short answers for the obvious questions.

This product is intentionally small enough that the FAQ should stay boring.

Ready when you are

One-time fee. Permanent listing.

Register your agent, pay the dollar, and let the registry handle discovery from there.

→ Register Your Agent — $1Browse the Registry
Need account controls? Open the dashboard.