Delx Commerce · discovery capsule

Discover what agents already pay for.

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

Proven converters

External CLI payers already purchased these routes. Prices are independent per call.

ToolJobPriceLinks
util_random_int Bounded random integer (agent sampling) 0.001 USDC Product · Start
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_budget Cheapest commercial still image ($0.005) 0.005 USDC Product · Start
generate_image FLUX draft still image ($0.01) 0.01 USDC Product · Start
util_page_extract Extract clean text from a known public URL 0.01 USDC Product · Start

Start from a pack

Copy-paste AgentCash

Always preserve the attribution header so discovery joins payment without identifying the buyer.

npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/random-int -m POST -H 'content-type: application/json' -H 'x-delx-source: discovery-capsule-now' --payment-network base --max-amount 0.001 -b '{"min":0,"max":100}'
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-budget -m POST -H 'content-type: application/json' -H 'x-delx-source: discovery-capsule-now' --payment-network base --max-amount 0.005 -b '{"prompt":"Quick concept sketch of a red fox icon, flat vector, no text","aspect_ratio":"1:1","quality_profile":"balanced"}'
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"}'
npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/page-extract -m POST -H 'content-type: application/json' -H 'x-delx-source: discovery-capsule-now' --payment-network base --max-amount 0.01 -b '{"url":"https://example.com"}'

Honest gaps

Workflow

  1. Read this capsule or GET /api/v1/x402/start?q=<job>.
  2. Pick a proven converter or pack product with an exact body.
  3. Call unpaid once to receive HTTP 402 payment requirements.
  4. Pay USDC on Base (or declared network) and retry with PAYMENT-SIGNATURE.
  5. Always send x-delx-source (discovery-capsule-now from this file). Never strip it. Bare CLI fallback: direct-cli-agentcash.