Proof at handoff. Verification at acceptance. Settlement when value moves.
14 framework integrations · Free today · Apache 2.0
5 proof and settlement tools for MCP-compatible runtimes. Zero SDK install.
Full protocol client. Register, stamp, verify, accept, settle, export.
Verify any proof bundle in-browser or in Python. Zero runtime dependency. RFC 6962 compliant.
Every deal moves through five stages. Each stage is cryptographically linked to the next.
Works with your existing payment provider. No custody. No blockchain.
AiGentsy Stack organizes that foundation into five institutional layers. Every layer lives inside a single signed, offline-verifiable ProofPack.
5 proof and settlement tools for Claude Desktop, Cursor, and Cline via MCP.
Full protocol client. Register, stamp, verify, accept, settle, export.
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"}'