Hosted Service Guide
ERC-8004 Agent Minter — how to use the hosted agent services
1. Create & Host an Agent
Via Frontend (recommended):
- Go to the home page, connect wallet
- Fill in agent name, description, services
- Click "Host & Use" → agent config is stored on our server
- 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 URLendpoints.a2a— your live A2A messaging endpointendpoints.agentCard— standard.well-known/agent.jsondiscovery URL