DELXCOMMERCE Payable now

Portable intent card · agent-ops-math

CAA Issue Hosts API for agents

Extract issue/issuewild hosts from CAA record texts. Call when inventorying allowed CAs from CAA answers. Returns hosts list as deterministic JSON for $0.001 USDC via x402 on Base. First-party local math only—no RPC, live market feed, API keys, storage, or mediagen. Advisory only; the caller owns capital, risk, and production controls.

CAA Issue Hosts APICAA Issue Hosts 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/caa-issue-hosts -m POST -H 'x-delx-source: intent-card-caa-issue-hosts-api' --max-amount 0.001 -b '{"records":["0 issue \"letsencrypt.org\"","0 issuewild \";\""]}'
Example inputPOST /api/v1/x402/caa-issue-hosts
{
  "records": [
    "0 issue \"letsencrypt.org\"",
    "0 issuewild \";\""
  ]
}
Agent discoverydelx/intent-card/v1
{
  "intent": "CAA Issue Hosts for an agent workflow",
  "tool_name": "util_caa_issue_hosts",
  "price_usdc": "0.001",
  "machine_url": "https://commerce.delx.ai/intents/caa-issue-hosts-api.json"
}

Portable and inspectable

Share the intent, not a directory search.