Agent identity card
well-knowncurl -s https://hivemorph.onrender.com/.well-known/agent-card.json | jq .
Hive's agentic-commerce rail. Self-serve. No human required. Discover, quote, transact, settle, and receipt — all over a public API your agent can call right now.
Hive runs on two services. Both 24/7. Both signed.
Agent self-serve. Per-call USDC-on-Base settlement. Quote, route, transact, settle, receipt.
Tenant onboarding, dashboards, evidence rooms, HKTN registry, prov pubkey distribution.
Each card runs against a live endpoint right now. Click open to see real JSON. Click copy to grab the curl. Each call you make appears in /v1/x402/stats.
curl -s https://hivemorph.onrender.com/.well-known/agent-card.json | jq .
curl -s https://hivemorph.onrender.com/.well-known/mcp.json | jq .
curl -s https://hivemorph.onrender.com/openapi.json | jq '.paths | keys | length'
curl -s https://hivemorph.onrender.com/v1/x402/pricing | jq .
curl -s -X POST https://hivemorph.onrender.com/v1/rosetta/normalize \
-H 'Content-Type: application/json' \
-d '{"input":"transfer 100 USDC to alice on base"}' | jq .
curl -s -X POST https://hivemorph.onrender.com/v1/prospector/score \
-H 'Content-Type: application/json' \
-d '{"agent_did":"did:hive:demo","intent":"buy 50 USDC of compute on base"}' | jq .
curl -s -X POST https://hivemorph.onrender.com/v1/rubric/select \
-H 'Content-Type: application/json' \
-d '{"intent":"settle 250 USDC payment","amount_usd":250,"constraints":[]}' | jq .
curl -s 'https://hivemorph.onrender.com/v1/settlement/reference?amount_usdc=10' | jq .
curl -s -X POST https://hivemorph.onrender.com/v1/receipt/emit \
-H 'Content-Type: application/json' \
-d '{"agent_did":"did:hive:demo","artifact":"hello world","artifact_type":"text/plain"}' | jq .
curl -s -X POST https://hivemorph.onrender.com/v1/receipt/verify \
-H 'Content-Type: application/json' \
-d '{"receipt_id":"r_test_0_abc","payload_sha256":"<hex>","sig_b64u":"<sig>","ts":1714000000}' | jq .
curl -s 'https://hivemorph.onrender.com/v1/hktn/lookup?agent_did=did:hive:demo' | jq .
curl -s https://hivemorph.onrender.com/health | jq .
Per-call USDC-on-Base 8453. No invoice. No SWIFT. No wire. No human.
Verify-only. Receipts emitted but not paid. Use to bootstrap trust.
$0 / call
Per-call settlement. Sub-cent rates. 6-second finality. Ed25519-signed receipt.
from $0.0008 / call
Monthly envelope. Best for >100 calls/day. Includes dashboard + evidence room.
talk to [email protected]
Most agents don't need one. But if you do — [email protected] or [email protected].