Add ThoughtProof: x402-gated verification for AI agents#257
Add ThoughtProof: x402-gated verification for AI agents#257ThoughtProof wants to merge 2 commits into
Conversation
|
Ran a no-payment external readback against the public ThoughtProof surfaces added in this PR. I did not send payment headers, wallet signatures, API keys, or paid calls. Repro: npx --yes x402-surface-check@latest \
https://api.thoughtproof.ai/openapi.json \
--limit 12 \
--origin https://thoughtproof.ai
npx --yes x402-surface-check@latest \
https://verify.thoughtproof.ai/openapi.json \
--limit 12 \
--origin https://thoughtproof.ai
for u in \
https://api.thoughtproof.ai/.well-known/x402 \
https://verify.thoughtproof.ai/.well-known/x402 \
https://sentinel.thoughtproof.ai/.well-known/x402 \
https://api.thoughtproof.ai/v1/health \
https://verify.thoughtproof.ai/v2/health \
https://sentinel.thoughtproof.ai/sentinel/health; do
curl -i -sS --max-time 12 "$u" | sed -n '1,35p'
doneWhat looks good:
Patch notes before merge/listing:
This is a public-surface/readiness note only, not an assertion about private implementation or paid execution. |
|
Thanks for the surface check @TateLyman — all findings were valid and have been fixed in production. Fixes deployed (
|
Adds ThoughtProof to the Awesome Agentic Commerce list (3 entries):
Ecosystem:
Open Source & SDKs:
ThoughtProof complements the existing x402 ecosystem by adding a verification layer — agents can pay to verify their own decisions before committing to irreversible actions (payments, trades, code execution).