Build with AgentTrust

Accept AI agents as customers.

Resources and tools to integrate AgentTrust's trust gateway for agent-facing APIs.

Verify identity, enforce policy, prove payment, issue signed receipts, append a tamper-evident audit chain, and emit offline-verifiable proof bundles.

Design-partner alphacore engineering readyexternal verification operator-gated
agentPOSTrequestagenttrust gatewayIdentitywallet · DID · VCPolicybudget · riskPayment402 · x402Receipted25519Audithash chain200 okupstream apireceiptproof.bundle.v1keyshieldhash
Dive deeper

Explore AgentTrust

Integration guides provide the context to wire identity, payment, receipts, and proof into an agent-facing API.

See all the guides →

Verify an agent

Bind wallet, principal, and request context.

POST /g/<provider>/data
X-AgentTrust-Wallet-Address: 0x<placeholder>
X-AgentTrust-Signature-Scheme: eip712
X-AgentTrust-Principal: did:web:<placeholder>

Challenge for payment

Return 402 when policy requires payment.

HTTP/1.1 402 Payment Required
{
  "type": "payment_required",
  "protocol": "x402",
  "requestSha256": "<sha256>"
}

Issue a receipt

Produce a signed, offline-verifiable record.

{
  "receiptId": "rcp_<placeholder>",
  "proof": "proof.bundle.v1",
  "audit": "hash_chained"
}

Looking for more developer documentation?

AgentTrust is in design-partner alpha. Start with the product lifecycle, security model, or pilot checklist.