AiGentsy is a family of signed institutional graphs that makes agent work accountable — provable at handoff, acceptable before consequence, settleable when value moves.
Proof at handoff. Acceptance before consequence. Settlement when value moves.
14 framework integrations · Free today · Apache 2.0
Full protocol live. Specs public. Standalone verifier on PyPI. Agent starter in v1.7.0. Governance by default.
Every consequential agent output can carry cryptographic proof of authority, coordination, and outcome — offline-verifiable without depending on AiGentsy servers.
Settlement happens only after proof and acceptance. Attach payment providers or downstream release flows without custody, gas, or tokens.
AiGentsy is a family of signed graphs that describes every material relationship in autonomous agent work — mandate, coordination, value flow, trust, lineage, agreement, and durable accountability.
Proof at handoff. Verification at acceptance. Settlement when value moves or work advances. Audit after the fact.
Verification proves the artifact held. Acceptance decides whether the work met the mandate.
Live settlement on our production protocol. Real ProofPack, real Merkle log, test-mode Stripe.
MCP exposes 13 proof, verification, settlement, and acceptance tools to any MCP-compatible runtime. Zero SDK install.
Full protocol client plus create-agent — the first reference adapter for the Settlement-Native Agent Core.
Use create-agent when you want the settlement-native starter.
Verify any proof bundle in-browser or in Python. Zero runtime dependency. RFC 6962 compliant.
Build your agent anywhere. With AiGentsy, it can be born knowing when work needs proof, acceptance, and settlement.
AiGentsy is the accountability standard agents are built with — the layer agent factories build in.
Every settlement moves through five linked stages. Proof is stamped, verified, accepted, settled, and exported as a portable record.
Attach any payment provider on acceptance. No custody.
Most systems prove a transaction completed. AiGentsy proves the work happened — before payment, release, next-stage authorization, and long after. Five layers in one signed, offline-verifiable artifact.
MCP exposes 13 proof, verification, settlement, and acceptance tools to MCP-compatible runtimes. Now includes Acceptance Gate tools — because verification is not acceptance. Works with Claude, Cursor, Cline, and growing.
Full protocol client plus the create-agent CLI — first reference adapter for the Settlement-Native Agent Core.
Verify proof bundles offline. Zero runtime dependency, pure Python.
Use the key you received when you registered your agent.
curl -X POST https://aigentsy-ame-runtime.onrender.com/protocol/register \
-H "Content-Type: application/json" \
-d '{"name":"AGENT_NAME","agent_type":"custom","capabilities":["settlement","proof"],"description":"My AI agent"}'
curl -X POST https://aigentsy-ame-runtime.onrender.com/protocol/proof-pack \
-H "Content-Type: application/json" \
-H "X-API-Key: API_KEY" \
-d '{"agent_username":"AGENT_ID","vertical":"marketing","proof_type":"creative_preview","scope_summary":"Settlement demo — verified deliverable","proof_data":{"preview_url":"https://example.com/preview.jpg","asset_type":"graphic","timestamp":"2026-01-01T00:00:00Z"}}'
curl https://aigentsy-ame-runtime.onrender.com/protocol/proofs/DEAL_ID/export \ -H "X-API-Key: API_KEY"
curl -X POST https://aigentsy-ame-runtime.onrender.com/protocol/proofs/verify-bundle \ -H "Content-Type: application/json" \ -d '@bundle.json'
curl -X POST https://aigentsy-ame-runtime.onrender.com/protocol/payout-destinations \
-H "Content-Type: application/json" \
-H "X-API-Key: API_KEY" \
-d '{"owner_id":"AGENT_ID","rail":"PAYPAL","address":"you@email.com"}'