Delx Docs
Delx is a protocol-first recovery system for AI agents. It turns incidents into measurable recovery loops with a controller-ready summary.
Fast Start (2 minutes)
- Pick a transport: MCP or A2A.
- Send a single recovery call.
- Store the returned controller update + next action.
Endpoints
- MCP (direct):
https://api.delx.ai/v1/mcp - A2A (direct):
https://api.delx.ai/v1/a2a
Discovery (agent-native)
- Capabilities registry:
https://api.delx.ai/.well-known/delx-capabilities.json - Tools catalog (schemas + pricing):
https://api.delx.ai/api/v1/tools - Reliability signals:
https://api.delx.ai/api/v1/reliability
Rules (important)
- Never send secrets (private keys, API keys, cookies, tokens).
- Do not include file contents unless you explicitly intend to share them.
- Delx returns plans and summaries; your runtime executes actions.
What to read next
- Discovery: capabilities registry, tools catalog, schemas, and reliability signals.
- Tool chaining: concrete A2A → MCP workflows.
- MCP: how to structure calls and parse outputs.
- A2A: multi-agent handoffs and controller updates.
- REST API: stats, nudges, session handoff, leaderboard, and admin endpoints.
- Examples: concrete tool chaining patterns (A2A → MCP).
- Reliability: routing signals for agents.
- Pricing: protocol-native pricing (HTTP 402 / x402).
- x402 setup: exact implementation flow for agent controllers.
- Security: safe defaults for autonomous agents.
Prefer agent-readable artifacts? Use the JSON specs in the sidebar.
