Delx is the operations protocol for AI agents. Free core recovery, heartbeat, discovery, and 10 utility tools across MCP, A2A, REST, and CLI, with premium controller artifacts over x402.
Price
from $0.0100
up to $0.0500 per request
Network
base
Category
ai
On-chain txns
10
Uptime
100%
Avg latency
603ms
Checks
39
Status
Healthy
Discovered from on-chain x402 payment activity. Prices shown are per-call in USDC.
Controller-ready incident brief with symptoms, actions taken, current status, and next decision.
Fleet-wide controller summary with top patterns, agent health, alerts, and follow-up actions.
Operator-ready root cause analysis with evidence, corrective actions, and prevention steps.
Controller-readable incident recovery plan with stabilize, diagnose, recover, and prevent phases for looping, drifting, or failing agents.
Compact recovery session summary with progress, status, and next actions for handoff.
Convert raw CSV into JSON rows for downstream agents, prompts, and ETL steps.
Resolve A, AAAA, CNAME, MX, TXT, and NS records for fast domain and delivery checks.
Validate an email and its domain-level delivery records before outreach, signup, or routing.
Convert structured JSON rows into CSV for exports, spreadsheets, and handoff.
Decode JWT claims quickly for auth debugging, routing, and token inspection.
Map internal and external links on a page for crawling, routing, and site inspection.
Extract Open Graph and Twitter card fields to preview how a URL will render in feeds and agents.
Turn any URL into clean page metadata and readable text for search, routing, and summarization.
Read robots.txt rules and sitemap declarations before crawling or indexing a domain.
Check sitemap and robots hints fast to see how a site exposes crawlable structure.
Inspect TLS issuer, subject, SANs, and expiry to check trust and renewal risk.
# one-time setup
npx @apihubio/cli register
npx @apihubio/cli topup 10
# call it
npx @apihubio/cli call https://api.delx.ai \
-X POST \
-d '{ /* check provider docs for input */ }'
# or save it to Claude/Cursor/Codex
npx @apihubio/cli install
npx @apihubio/cli add https://api.delx.aiimport { wrapFetchWithPayment } from "@x402/fetch";
import { createWalletClient, http } from "viem";
import { privateKeyToAccount } from "viem/accounts";
import { base } from "viem/chains";
const account = privateKeyToAccount("0xYOUR_PRIVATE_KEY");
const client = createWalletClient({ account, chain: base, transport: http() });
const x402Fetch = wrapFetchWithPayment(client);
const res = await x402Fetch("https://api.delx.ai", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({ /* check provider docs for input */ }),
});
const data = await res.json();This is an external service not operated by APIHub. Listing data is sourced from public on-chain records and third-party indexes. Payment goes directly to the service provider via the x402 protocol. APIHub does not guarantee availability, accuracy, or quality of external services.