Hosted Service Guide

ERC-8004 Agent Minter — how to use the hosted agent services

Back to Mint

1. Create & Host an Agent

Via Frontend (recommended):

  1. Go to the home page, connect wallet
  2. Fill in agent name, description, services
  3. Click "Host & Use" → agent config is stored on our server
  4. Click "Mint Agent Identity" → pays 0.0069 BNB, registers on BSC

Via API:

curl -X POST /api/agents \
  -H "Content-Type: application/json" \
  -d '{
    "name": "My Agent",
    "description": "An AI assistant",
    "services": [{"name": "A2A", "endpoint": "", "version": "0.2.1"}],
    "active": true,
    "supportedTrust": ["reputation"]
  }'

Empty endpoints are auto-assigned hosted URLs. Response includes:

  • agentURI — the on-chain registration URL
  • endpoints.a2a — your live A2A messaging endpoint
  • endpoints.agentCard — standard .well-known/agent.json discovery URL