Vanta publishes skill files that give your AI coding tool everything it needs to build well-formed integrations. They cover the edge cases, quirks, and rules that trip up humans and agents alike.Documentation Index
Fetch the complete documentation index at: https://developer.vanta.com/llms.txt
Use this file to discover all available pages before exploring further.
Install
Vanta’s skills are available two ways: as MCP resources via the developer docs MCP server, or as local files installed by the skills CLI.The MCP server at
https://developer.vanta.com/mcp exposes search over the developer docs and serves every page as a skill.md resource. It is separate from the Vanta product MCP server at https://mcp.vanta.com/mcp, which lets your agent act on a Vanta tenant.Custom skills
Specific instructions for AI agents working on a focused Vanta workflow. Each skill below is self-contained — your agent loads it on demand when it detects a matching task, so you don’t have to paste long prompts or remember which doc to reference.| Skill | Description |
|---|---|
build-vanta-integration | Building, debugging, or extending a Vanta integration — auth, resource pushes, refresh-token rotation, marketplace listing. |
Next steps
Build a public integration
The end-to-end OAuth walkthrough the
build-vanta-integration skill encodes.Build a private integration
Single-tenant
client_credentials flow with custom resources and Custom Tests.Connect AI to Vanta with MCP
Let your agent act on a live Vanta tenant once the integration code is written.
List in the marketplace
Submit a finished public integration for review and publication.