Add 19 developer utility APIs (hash, UUID, regex, QR, barcode, timezone, cron, JWT, JSON Schema...)#442
Conversation
…ne, cron, JWT, JSON Schema, etc.)
|
Ran a no-payment external spot-check on three of the new utility APIs. No payment headers, wallet signatures, paid calls, private endpoints, or account access. Repro shape: curl -i https://x402-hash.suretat.com/.well-known/x402.json
curl -i -X POST https://x402-hash.suretat.com/hash \
-H 'content-type: application/json' \
-H 'origin: https://suretat.com' \
--data '{"text":"abc","algorithm":"sha256"}'
curl -i https://x402-uuid.suretat.com/.well-known/x402.json
curl -i -X POST https://x402-uuid.suretat.com/generate \
-H 'content-type: application/json' \
-H 'origin: https://suretat.com' \
--data '{"version":"v4","count":1}'Current readback:
I would treat this as a listing-readiness blocker until discovery is stable and at least one route per service is verified against the PR path. After that, the same CORS/no-store challenge headers from your earlier clean services should make these easier for browser-hosted agent clients to consume. |
|
Thank you for the review, @TateLyman. Issues addressed: Discovery endpoint: All services now implement CORS + Cache-Control: All 402 challenge responses now include UUID 503: Was a transient load issue (temporary backend overload). UUID is now stable with GCloud failover. All 19 services are live with stable discovery. Ready for re-review. |
|
Re-ran a no-payment external spot-check after the updates. Repro shape: curl -i https://x402-hash.suretat.com/.well-known/x402.json
curl -i -X POST https://x402-hash.suretat.com/hash \
-H 'content-type: application/json' \
-H 'origin: https://suretat.com' \
--data '{"text":"abc","algorithm":"sha256"}'Current readback:
I did not send payment headers, sign requests, or attempt paid calls. |
19 general-purpose developer utility APIs for AI agents and automation pipelines. All live on Base mainnet, self-hosted, no API keys, no signup.
These complement the French data services (#415, #441) with reusable building blocks that fit any language or region:
Encoding & Crypto
Text & Data Processing
Math & Units
Visual
All discoverable via
/.well-known/x402.json. FastAPI docs at/docson each domain.