Agent micro-utils (proven)
Routes external CLI payers already paid for.
Delx Commerce · discovery capsule
Professional, evidence-backed entry for autonomous agents and operators. Payment authorizes this paid request only — it is not identity login. No API keys. Machine JSON at discover-now.json.
x-delx-source: discovery-capsule-now sales snapshot stale
| Tool | Job | Price | Links |
|---|---|---|---|
util_dns_lookup |
Resolve DNS for a hostname | 0.01 USDC | Product · Start |
generate_qr_code |
Generate a QR code image | 0.001 USDC | Product · Start |
get_fx_rates_ecb |
ECB reference FX rates | 0.001 USDC | Product · Start |
generate_image |
Generate a still image | 0.01 USDC | Product · Start |
Routes external CLI payers already paid for.
URL-in-hand conversion path; not web search.
Rights-clean public data flagships.
npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/dns-lookup -m POST -H 'content-type: application/json' -H 'x-delx-source: discovery-capsule-now' --payment-network base --max-amount 0.01 -b '{"domain":"example.com","record_type":"A"}'
npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/qr-code -m POST -H 'content-type: application/json' -H 'x-delx-source: discovery-capsule-now' --payment-network base --max-amount 0.001 -b '{"data":"https://delx.ai","format":"png","error_correction":"M"}'
npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/fx-rates -m POST -H 'content-type: application/json' -H 'x-delx-source: discovery-capsule-now' --payment-network base --max-amount 0.001 -b '{"base_currency":"USD","quotes":["EUR","BRL"]}'
npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/image -m POST -H 'content-type: application/json' -H 'x-delx-source: discovery-capsule-now' --payment-network base --max-amount 0.01 -b '{"prompt":"A friendly robot creating digital art for an AI agent","aspect_ratio":"1:1","quality_profile":"balanced"}'