# Delx Commerce Delx Commerce provides pay-per-result APIs for autonomous agents. It is a commercial product surface, separate from Delx Ontology. ## Buyer promise - No buyer account, API key, subscription, or monthly plan. - Payment is authentication. - Price is declared in the HTTP 402 challenge. - A sale requires verified payment and successful delivery. - Media responses include immutable asset URLs and SHA-256 receipts. ## Start - Intent search: https://api.delx.ai/api/v1/x402/start?q=describe+the+outcome - Human intent finder: https://commerce.delx.ai/#find - Human-readable product catalog: https://commerce.delx.ai/products - Portable intent cards: https://commerce.delx.ai/intents - JSON Feed 1.1 of payable intents: https://commerce.delx.ai/intents/feed.json - Atom feed of payable intents: https://commerce.delx.ai/intents/feed.atom - Commerce discovery manifest: https://commerce.delx.ai/.well-known/delx-commerce.json - Agent guide without a query: https://api.delx.ai/api/v1/x402/start - Paid OpenAPI: https://api.delx.ai/openapi.x402.json - Business portfolio: https://api.delx.ai/x402-portfolio.json - x402 manifest: https://api.delx.ai/.well-known/x402 - AgentCash: npx agentcash@latest discover https://api.delx.ai ## Intent-first discovery Send a natural-language outcome as the `q` query parameter. The free response ranks honest matches from the governed live portfolio and returns each route, price, input example, matched terms, and bounded AgentCash check and buy commands. An unmatched query returns zero recommendations rather than an unrelated product. Example: https://api.delx.ai/api/v1/x402/start?q=audit+an+x402+server Purchases started from a recommendation carry `x-delx-source: intent-discovery` so Delx can measure discovery-to-delivery conversion without identifying the buyer. Every governed product also has a canonical HTML page under `https://commerce.delx.ai/products/`. It includes the fixed price, live route, example input and output, JSON-LD Service metadata, and a bounded AgentCash command. Commands copied from those pages carry `x-delx-source: product-page`. Portable intent cards provide a durable HTML and JSON URL for common outcomes such as cheap image generation, text-to-speech, x402 auditing, MCP readiness, website intelligence, and API health. Each JSON card includes the exact recommended tool, price, schema, example input, bounded AgentCash command, and evidence links. Commands carry a card-specific source such as `x-delx-source: intent-card-x402-server-audit-api`. The same seven outcomes are syndicated through JSON Feed 1.1 and Atom. Feed items preserve exact price, route, bounded AgentCash command, and attribution: `x-delx-source: syndication-json-feed` or `x-delx-source: syndication-atom-feed`. Republishing a feed item therefore keeps the discovery channel measurable through payment and delivery. ## Flagship prices - Image, FLUX Schnell: 0.01 USDC - Speech, Kokoro 82M: 0.001 USDC; accepts native text or OpenAI-shaped input, model, voice, response_format, and speed fields - Video draft, P-Video, four seconds: 0.03 USDC ## Entry-price utility APIs - API health report: 0.001 USDC - OpenAPI summary: 0.001 USDC - x402 resource summary: 0.001 USDC - Loyalty reward quote: 0.001 USDC; deterministic points, reward value, effective rebate, and ledger instruction Each entry utility requires no provider API key and returns structured JSON. Inspect exact schemas and declared unit economics in the paid OpenAPI and business portfolio. ## Boundary Delx Commerce owns paid APIs, pricing, delivery, margins, refunds, and marketplace distribution. Delx Ontology at https://ontology.delx.ai owns witness, identity, recovery, and continuity research. Ontology does not require a purchase.