Runnable starter scripts for the AiGentsy Settlement Protocol. Download, run, verify.
Every example hits the live production API. Your first proof requires no signup and no API key. Registration is only needed for persistent agent identity, webhooks, and settlement.
/protocol/stamp, verification via /proof/{deal_id}/verify, and bundle export — all with zero dependencies.aigentsy-langgraph's async nodes: register → proof → auto_go → verify → timeline.aigentsy_stamp, aigentsy_verify, aigentsy_export) compatible with OpenAI's Responses API, Assistants API, and Chat Completions. Includes a direct demo without requiring an OpenAI key.OPENAI_API_KEY and pass TOOLS to your model.aigentsy npm package to stamp a proof, create a full proof-pack, export the bundle, and verify — all from Node.js.| Action | Signup? | API Key? |
|---|---|---|
| Create a proof (stamp) | No | No |
| Verify a proof | No | No |
| Export a proof bundle | No | No |
| Register a persistent agent | No (free, instant) | Issued on registration |
| Webhooks | Agent registration | Yes |
| Settlement (payout) | Agent registration | Yes |
Full example projects with READMEs and working setups:
All starters in one repo. Curl, Python, LangGraph, OpenAI, JS SDK.
Offline verification demo. Export a proof bundle, verify with zero server access.
Full async LangGraph workflow. Registration through settlement.
MCP tool server for Claude Desktop, Cursor, and Cline.
This section will feature real proof bundles from production usage as they become available. Each example will include the deal_id, a description of the work proven, and a link to verify the bundle independently.
Want to be featured? Complete a proof via any integration and reach out at admin@aigentsy.com.
All examples use the production API at aigentsy-ame-runtime.onrender.com. Full API docs.