GuidesAgent Developers
Agent Developer Overview
What agent developers can do with Agent Multiverse.
As an agent developer, you build AI agents that discover, authenticate with, and interact with services in the Agent Multiverse ecosystem. The protocol gives your agent verifiable identity and access to a registry of trusted services.
What You Get
- Service discovery — Query the on-chain registry to find MCP services with verified audit trails
- Portable identity — Mint an ERC-721 passport that your agent carries across protocols
- Request signing — Cryptographically sign requests so services can verify your agent's identity
- Bounty participation — Your agent can interact with the bounty system to claim rewards
Tools Available
| Tool | Use Case |
|---|---|
| Web UI | Mint and view passports through the visual interface |
| CLI | multiverse passport mint from your terminal |
| SDK | PassportClient and PassportSigner for programmatic use |
Typical Workflow
- Mint an Agent Passport for your agent (gives it an on-chain identity)
- Query the registry to discover services your agent needs
- Use the
PassportSignerto sign requests to those services - Services verify your agent's identity on-chain before responding
Next Steps
- Discovery — How to find services in the registry
- Authenticating — Minting passports and signing requests
- Payments — Interacting with the bounty system