DZap publishes machine-readable surfaces so any agent — ChatGPT plugin, Claude Desktop, custom LangChain runtime, Vercel AI SDK app — can integrate without bespoke code.Documentation Index
Fetch the complete documentation index at: https://docs.dzap.io/llms.txt
Use this file to discover all available pages before exploring further.
Files we publish
llms.txt
Short directory of canonical doc URLs. LLM-agent navigable.
llms-full.txt
Full corpus dump — all docs concatenated for context loading.
openapi.yaml
Full Fuse API OpenAPI 3.0 spec. Auto-generates clients.
.well-known/ai-plugin.json
OpenAI / ChatGPT plugin manifest. Drop-in for plugin-aware clients.
Quickstart by integration type
MCP-compatible clients (Claude Desktop, Cursor, …)
Native DZap tools via the hosted MCP server athttps://ai.dzap.io/sse. Most clients connect through mcp-remote:
OpenAI / ChatGPT plugin
Point the plugin loader athttps://docs.dzap.io/.well-known/ai-plugin.json. The manifest references openapi.yaml and lets the model call DZap APIs directly.
Vercel AI SDK / LangChain / custom
Why these files matter
| File | Solves |
|---|---|
llms.txt | Discoverability — agents find canonical docs without scraping. |
llms-full.txt | Context — paste-into-prompt for fast bootstrapping. |
openapi.yaml | Tool calling — every endpoint becomes an agent function. |
ai-plugin.json | Plugin ecosystems — drop-in for OpenAI-style plugin loaders. |
Self-hosting your own agent
If you’re building an agent that uses DZap as one of many tools, the Agent Integration cookbook walks through the canonical pattern.What’s coming
The current public developer story is strongest around AI-accessible DeFi tools, MCP integration, and structured execution workflows. Planned next layers: Runtime and permissioning — a stronger runtime layer for wallet sessions, auth boundaries, approvals, and policy-aware execution. Safer execution flows — expanded validation around slippage, approvals, allowance state, token verification, and route sanity. Automation and monitoring — schedulers, watchlists, monitoring agents, and policy-bound recurring workflows. Richer portfolio intelligence — portfolio summaries, transaction history, health indicators, and strategy-oriented assistants. Broader client surfaces — more polished plugin and client integrations across MCP-capable tools, developer environments, and internal assistant surfaces. Track via the changelog or@dzap_io on X.