Build with AI
Build with AI
Zuplo gives AI coding agents — Claude Code, Cursor, GitHub Copilot, Codex, Windsurf, and others — first-class support for building, configuring, and managing your API gateway. This section covers the tools, skills, and Model Context Protocol (MCP) servers that make Zuplo agent-ready.
What's included
| Tool | Purpose |
|---|---|
| AI Coding Agents | Configure AGENTS.md and use version-matched docs bundled with the zuplo npm package. |
| Agent Skills | Install the official Zuplo and Zudoku skills from zuplo/tools for task-specific agent guidance. |
| Docs MCP Server | Connect agents to https://dev.zuplo.com/mcp/docs for real-time search and Q&A across Zuplo documentation. |
| Zuplo MCP Server | Connect agents to https://dev.zuplo.com/mcp to manage accounts, deployments, API keys, custom domains, tunnels, and more through the Zuplo Developer API. |
How the pieces fit together
The pieces are complementary — they work best when using them together:
AGENTS.mdand bundled docs keep agents grounded in your project's installed Zuplo version. No network calls required.- Skills add task-specific playbooks for common workflows (project setup, policies, monetization, CLI usage).
- MCP servers give agents live capabilities — searching the latest docs and driving your Zuplo account programmatically.
If you're starting fresh, run npx create-zuplo-api@latest — it scaffolds
AGENTS.md and CLAUDE.md for you. Then install the skills and add the MCP
servers as needed.
Quick start
Install the official skills:
Code
Then connect the MCP servers — see MCP Server setup for client-specific instructions (Claude Desktop, Claude Code, and other MCP clients).
Last modified on