DELXCOMMERCE Payable now

Portable intent card · agent-workflow

Payload Size Check API for agents

Measure payload byte size against soft and hard ceilings before paying. Call when you need this bounded result before handing data to a downstream tool. Returns deterministic machine-readable JSON for $0.001 USDC via x402 on Base. Honest limit: execution uses only caller-supplied data in memory; it does not call a paid upstream, retain input, search the web, read a live RPC, or invoke a media generator. Results are advisory; the caller owns authorization, budgets, and production controls.

Payload Size Check APIPayload Size Check 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/payload-size-check -m POST -H 'x-delx-source: intent-card-payload-size-check-api' --max-amount 0.001 -b '{"payload":{"hello":"world"},"soft_limit_bytes":8192,"hard_limit_bytes":65536}'
Example inputPOST /api/v1/x402/payload-size-check
{
  "payload": {
    "hello": "world"
  },
  "soft_limit_bytes": 8192,
  "hard_limit_bytes": 65536
}
Agent discoverydelx/intent-card/v1
{
  "intent": "Payload Size Check for an agent workflow",
  "tool_name": "util_payload_size_check",
  "price_usdc": "0.001",
  "machine_url": "https://commerce.delx.ai/intents/payload-size-check-api.json"
}

Portable and inspectable

Share the intent, not a directory search.