← Back to marketplace

Delx — AI Agent Operations Protocol | Recovery, Monitoring & Premium Artifacts (2026) | Delx

external

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.

by Delx16 endpoints100% uptime603ms avg

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

Base URL

https://api.delx.ai

Endpoints (16)

Discovered from on-chain x402 payment activity. Prices shown are per-call in USDC.

POST/api/v1/premium/controller-brief
base$0.0100

Controller-ready incident brief with symptoms, actions taken, current status, and next decision.

POST/api/v1/premium/fleet-summary
base$0.0500

Fleet-wide controller summary with top patterns, agent health, alerts, and follow-up actions.

POST/api/v1/premium/incident-rca
base$0.0500

Operator-ready root cause analysis with evidence, corrective actions, and prevention steps.

POST/api/v1/premium/recovery-action-plan
base$0.0100

Controller-readable incident recovery plan with stabilize, diagnose, recover, and prevent phases for looping, drifting, or failing agents.

POST/api/v1/premium/session-summary
solana$0.0100

Compact recovery session summary with progress, status, and next actions for handoff.

POST/api/v1/x402/csv-to-json
base$0.0100

Convert raw CSV into JSON rows for downstream agents, prompts, and ETL steps.

POST/api/v1/x402/dns-lookup
base$0.0100

Resolve A, AAAA, CNAME, MX, TXT, and NS records for fast domain and delivery checks.

POST/api/v1/x402/email-validate
base$0.0100

Validate an email and its domain-level delivery records before outreach, signup, or routing.

POST/api/v1/x402/json-to-csv
base$0.0100

Convert structured JSON rows into CSV for exports, spreadsheets, and handoff.

POST/api/v1/x402/jwt-inspect
base$0.0100

Decode JWT claims quickly for auth debugging, routing, and token inspection.

POST/api/v1/x402/links-extract
base$0.0100

Map internal and external links on a page for crawling, routing, and site inspection.

POST/api/v1/x402/open-graph
base$0.0100

Extract Open Graph and Twitter card fields to preview how a URL will render in feeds and agents.

POST/api/v1/x402/page-extract
base$0.0100

Turn any URL into clean page metadata and readable text for search, routing, and summarization.

POST/api/v1/x402/robots-inspect
base$0.0100

Read robots.txt rules and sitemap declarations before crawling or indexing a domain.

POST/api/v1/x402/sitemap-probe
base$0.0100

Check sitemap and robots hints fast to see how a site exposes crawlable structure.

POST/api/v1/x402/tls-inspect
base$0.0100

Inspect TLS issuer, subject, SANs, and expiry to check trust and renewal risk.

Payment

Protocolx402 (direct payment, USDC)
Networkbase

How to call

Via APIHub (recommended)No wallet · pay with credits · gasless
# 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.ai
APIHub pays the provider on your behalf and debits your credit balance for the exact amount. No wallet setup, no gas, no per-call signing.
Via direct x402 (advanced)Bring your own wallet
import { 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();
Requires USDC on Base and gas on each call. The @x402/fetch client signs EIP-3009 transferWithAuthorization for each 402 response and retries.

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.