Use the docs with AI
Vantr developer docs are built for people and AI tools. Use the same published docs site for page Markdown, the OpenAPI contract, the hosted search MCP server, and the agent skill.Set
DOCS_URL to the published Vantr Developer Docs root before using the examples on this page.OpenAPI contract
Generate clients and verify endpoint behavior from the committed v2 spec.
Docs MCP server
Connect an AI tool to search and retrieve current docs content as Markdown.
Documentation index
Give agents a compact directory of available pages and descriptions.
Agent skill
Give agents product-specific constraints for building Vantr v2 API integrations.
One-click context
Use this prompt when configuring an AI coding tool for Vantr API work.Give an AI coding tool current Vantr v2 API context.
What each endpoint is for
- Markdown
- llms.txt
- MCP
- skill.md
Every page is available as Markdown by appending
.md to its URL. Use this when an AI tool needs one page as clean source context.Example
Recommended agent workflow
Start from the spec
Read
/openapi/v2.json before writing client code, request payloads, or endpoint mappings.Read the guide page
Pair the API reference with the guide for authentication, scopes, conventions, errors, and the resource workflow you are building.
Related pages
Generate clients
Generate typed clients from the published OpenAPI spec.
Authentication
Choose Basic auth, client headers, or OAuth bearer tokens.
API conventions
Understand pagination, envelopes, casing, and archive behavior.