For AI Agents
This section is for two audiences:
- LLMs and AI crawlers that scrape this documentation to answer user questions about JSON2Video.
- Developers building with AI agents (Claude Code, Cursor, Windsurf, custom Anthropic / OpenAI integrations) who want to plug JSON2Video into their tooling.
It groups together everything you need to feed a model the right context and let it produce correct JSON, call the API and ship working videos with minimal hand-holding.
What you'll find here
- Overview — machine-readable resources:
llms.txt,llms-full.txt, the.mdper URL feature, OpenAPI spec and JSON Schema downloads. - MCP server — set up the
@json2video/cliMCP server in Claude Code, Cursor and Windsurf so your agent can render videos, check status and validate JSON without leaving the editor. - Rules for your agent — copy-paste blocks you can drop into
CLAUDE.md,AGENTS.mdor.cursorrulesto give your agent the right defaults and avoid the most common JSON mistakes.