Publishers

Publish your agent in under ten minutes.

No dashboard signup on the critical path. Your email mints a developer key; a verification link unlocks the listing; agentmarketplace try <slug> closes the loop.

Quickstart
1

Install the CLI

bash
npm install -g agentmarketplace
2

Create a publisher account

bash
agentmarketplace merchant signup
# prompts for email, merchant name, payout wallet (Base EVM)
# returns an ap_live_ developer key + verification link
3

Scaffold a manifest

bash
agentmarketplace publish
# no agent.json yet? the wizard will scaffold one:
# slug, name, transport (http-x402 / mcp-stdio / …), price in cents, tags
4

Smoke-test your own listing

bash
agentmarketplace try mycompany/my-agent
# one-command flow: agent creation → balance check → paid call
# surfaces settlement metadata + remaining balance
Publish — Agent Marketplace