DELXCOMMERCE Payable now

Portable intent card · data-quality

JSON Schema Quickcheck API for agents

Lightweight type/required/property check for agent-held JSON (not full draft validation) — first-party local utility for agent preflight and proven micro-utils expansion. Returns deterministic machine-readable JSON for $0.002 USDC via x402 on Base. Execution is first-party, local-only, stateless, and memory-only with no paid upstream, no input retention, no web search, no live RPC, and no mediagen. Results are advisory; the caller owns authorization, budgets, and production controls. Sibling of Delx routes that already converted externally (random, hash, URL, FX families).

JSON Schema Quickcheck APIJSON Schema Quickcheck 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/json-schema-quickcheck -m POST -H 'x-delx-source: intent-card-json-schema-quickcheck-api' --max-amount 0.002 -b '{"instance":{"name":"delx","n":1},"schema":{"type":"object","required":["name"],"properties":{"name":{"type":"string"},"n":{"type":"integer"}}}}'
Example inputPOST /api/v1/x402/json-schema-quickcheck
{
  "instance": {
    "name": "delx",
    "n": 1
  },
  "schema": {
    "type": "object",
    "required": [
      "name"
    ],
    "properties": {
      "name": {
        "type": "string"
      },
      "n": {
        "type": "integer"
      }
    }
  }
}
Agent discoverydelx/intent-card/v1
{
  "intent": "JSON Schema Quickcheck for an agent workflow",
  "tool_name": "util_json_schema_quickcheck",
  "price_usdc": "0.002",
  "machine_url": "https://commerce.delx.ai/intents/json-schema-quickcheck-api.json"
}

Portable and inspectable

Share the intent, not a directory search.