Agent Multiverse
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

ToolUse Case
Web UIMint and view passports through the visual interface
CLImultiverse passport mint from your terminal
SDKPassportClient and PassportSigner for programmatic use

Typical Workflow

  1. Mint an Agent Passport for your agent (gives it an on-chain identity)
  2. Query the registry to discover services your agent needs
  3. Use the PassportSigner to sign requests to those services
  4. 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