DELXCOMMERCE Payable now

Portable intent card · agent-reliability-security

OpenAPI Operation Index API for agents

Turn an OpenAPI document into a compact operation index for planning and tool selection. Use it before an autonomous workflow acts on untrusted input, changes an API, retries a request, or evaluates production reliability. Returns bounded machine-readable JSON for $0.002 USDC via x402 on Base. Execution is deterministic, first-party, local-only, stateless, and does not call an upstream provider; structured validation failures are not billed.

OpenAPI Operation Index APIOpenAPI Operation Index for agentspay per result APIx402 APIno API key

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/openapi-operation-index -m POST -H 'x-delx-source: intent-card-openapi-operation-index-api' --max-amount 0.002 -b '{"spec":{"openapi":"3.1.0","info":{"title":"Jobs API"},"paths":{"/jobs":{"get":{"operationId":"listJobs","summary":"List jobs"}}}}}'
Example inputPOST /api/v1/x402/openapi-operation-index
{
  "spec": {
    "openapi": "3.1.0",
    "info": {
      "title": "Jobs API"
    },
    "paths": {
      "/jobs": {
        "get": {
          "operationId": "listJobs",
          "summary": "List jobs"
        }
      }
    }
  }
}
Agent discoverydelx/intent-card/v1
{
  "intent": "OpenAPI Operation Index for an agent workflow",
  "tool_name": "util_openapi_operation_index",
  "price_usdc": "0.002",
  "machine_url": "https://commerce.delx.ai/intents/openapi-operation-index-api.json"
}

Portable and inspectable

Share the intent, not a directory search.