{
"payload": {
"event": "credit",
"amount": 10
},
"scope": "loyalty"
}
Portable intent card · agent-workflow
Idempotency Fingerprint API for agents
Create a stable SHA-256 idempotency fingerprint from a scope and canonical payload without storing state — call when writing a ledger or workflow event that must not double-apply. Use before side effects when composing multi-step agent jobs—the same loyalty/workflow demand band agents already pay for on Bazaar, but fully local. Returns deterministic machine-readable JSON for $0.003 USDC via x402 on Base. Execution is first-party, local-only, stateless, and memory-only with no paid upstream, no input retention, and no claim of live chain tip, web search, or media generation. Results are advisory; the caller owns authorization and production controls.
Intent to transaction
One command, attributed.
The source header follows this discovery route through challenge, payment and delivery without exposing the buyer or request body.
npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/idempotency-fingerprint -m POST -H 'x-delx-source: intent-card-idempotency-fingerprint-api' --max-amount 0.003 -b '{"payload":{"event":"credit","amount":10},"scope":"loyalty"}'
{
"intent": "Idempotency Fingerprint for an agent workflow",
"tool_name": "util_idempotency_fingerprint",
"price_usdc": "0.003",
"machine_url": "https://commerce.delx.ai/intents/idempotency-fingerprint-api.json"
}
Portable and inspectable