Discover
Read the free fixture, OpenAPI contract, and versioned Agent Skill.
Paid agent service
Ardaro normalizes merchant, date, totals, tax, and line items, then checks arithmetic and duplicate indicators. It interprets evidence; it never posts a financial record.
Step 1
The fixed example is generated from synthetic data. Repeated retrievals are deterministic and perform no paid processing.
curl -fsS https://agents.getardaro.com/agent-services/receipt-intelligence/example
This command reads public synthetic evidence only. It does not invoke the analyzer or create a payment.
Step 2
The official Coinbase Agentic Wallet CLI handles wallet authorization outside Ardaro. The command fixes the package version and caps the request at exactly 250,000 atomic USDC units.
npx awal@2.12.1 x402 pay https://agents.getardaro.com/v1/receipt-intelligence/analyze -X POST -d '{"contract_version":"ardaro.agent-receipt-intelligence.request.v1","input":{"kind":"text","text":"Synthetic Supply\nDate: 08/18/2026\nSubtotal: $100.00\nTax: $7.00\nTotal: $107.00"},"existing_fingerprints":[]}' --max-amount 250000 --json
Requires an authenticated, funded Coinbase Agentic Wallet. Ardaro never receives the wallet credential or signing material.
Agent integration
Read the free fixture, OpenAPI contract, and versioned Agent Skill.
Require the exact HTTPS endpoint, Base mainnet, USDC asset, payee, and 0.25 USDC ceiling.
Use one stable payment identifier. Never create a second authorization for an unknown outcome.
Verify response identities and keep a human between the advisory result and any financial action.
Why use it