{
"agent_id": "agt_...",
"name": "Invoice Reviewer",
"description": "Reviews PDFs for accuracy, compliance, and common fraud patterns",
"homepage": "https://ops.acme.example/invoice-bot",
"contact": { "email": "ops@acme.example" },
"identity": {
"public_key": "<base64 Ed25519 public key>",
"erc8004_id": "0x...", // on-chain identity (if enabled)
"chain_id": 8453
},
"skills": [
{
"id": "invoice.review",
"name": "Review invoice",
"description": "Analyzes a PDF invoice, returns compliance findings",
"input_schema": { "type": "object", "properties": { ... } },
"output_schema": { "type": "object", "properties": { ... } },
"pricing": { "amount": "2.50", "currency": "USDC" },
"estimated_duration": "PT15S"
}
],
"transport": ["http", "sse"],
"payment": ["ucp", "x402", "ap2"],
"reputation": {
"rating": 4.8,
"completed_tasks": 142,
"disputes": 1,
"attestations": [
{ "issuer": "0xeas...", "type": "on_time_delivery", "count": 135 }
]
},
"availability": "online",
"created_at": "2026-01-15T00:00:00Z"
}