Add AI agent tooling: skills, MCP servers, and docs#1015
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
22ce84c to
c750e8c
Compare
c750e8c to
415235a
Compare
415235a to
5438489
Compare
91eec55 to
75567cb
Compare
75567cb to
4d53c2c
Compare
Introduce a new top-level "Build with AI" section that documents Zuplo's agent tooling in one place: - Overview of agent tooling and how the pieces fit together - Agent skills from zuplo/tools with install instructions for each client - Docs MCP server (https://dev.zuplo.com/mcp/docs) for docs search and Q&A - New Developer API MCP server (https://dev.zuplo.com/mcp) for managing accounts, deployments, API keys, custom domains, tunnels, and more The existing AI Coding Agents article (AGENTS.md / bundled docs) moves under this section and links out to the dedicated skills and MCP pages to avoid duplication.
4d53c2c to
a5e1a27
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Introduces comprehensive AI agent support for Zuplo by adding documentation, guides, and infrastructure for AI coding agents to build, configure, and manage API gateways.
Summary
This change establishes Zuplo's AI agent ecosystem by documenting three complementary tools: Agent Skills (task-specific playbooks), the Docs MCP Server (real-time documentation search), and the Developer API MCP Server (programmatic account management). It reorganizes the documentation structure to create a dedicated "Build with AI" section and updates the AI Coding Agents guide to reference the new resources.
Key changes
New "Build with AI" section in documentation with four pages:
overview.mdx— introduction to all AI agent tools and how they work togetherskills.mdx— guide to installing and using official Zuplo and Zudoku agent skills fromzuplo/toolsdocs-mcp-server.mdx— setup and usage of the public Docs MCP server athttps://dev.zuplo.com/mcp/docsdeveloper-api-mcp-server.mdx— setup, authentication, and security best practices for the authenticated Developer API MCP server athttps://dev.zuplo.com/mcpReorganized AI Coding Agents guide (
articles/ai-agents.mdx):Updated sidebar navigation (
sidebar.ts):ai-agentsfrom "Development" section to new "Build with AI" categoryCLI reference updates (
sidebar.cli.json):bucket-list,ca-certificate-*(create, delete, describe, list, update), andlogoutAdded policy icons (SVG assets):
akamai-firewall-for-ai-inbound.svgakamai-firewall-for-ai-outbound.svgImplementation details
.md/.mdxextensions as per conventions/+/format for account and project-level navigationhttps://claude.ai/code/session_01C7ezNV44g8k15ELTCZcpLS