Agent skill
A skill is a static knowledge file your agent loads at startup. It teaches the agent which API to use, how to authenticate, which models to pick, and what mistakes to avoid.1
Install the Decart skill
Run this in your project directory:The CLI auto-discovers the skill and installs it to your detected coding agents.
2
Start building
Your agent now has context about Decart’s Realtime, Queue, and Process APIs. Try asking it:
- “Add live camera effects using Decart’s realtime API”
- “Generate a video from a text prompt using Decart”
- “Create a talking avatar that lip-syncs to audio”
Install to a specific agent
Install to a specific agent
Install globally (all projects)
Install globally (all projects)
Skills work with 30+ coding agents including Claude Code, Cursor, GitHub Copilot, Windsurf, and OpenCode. See the full list.
MCP server
The MCP (Model Context Protocol) server gives your agent a live search tool that queries Decart documentation on demand. Unlike the skill which is loaded once, MCP lets the agent look up specific details — exact parameters, migration guides, changelog entries — as it works. Add the Decart MCP server to your agent:- Claude Code
- Codex
- Cursor
Skill vs MCP
Prompting tips
Get better results from your agent by being specific about what you’re building:- Name the API — “Use the Realtime API” or “Use the Queue API” instead of just “use Decart”
- Specify the model — “Use
lucy-2.1for character transform” rather than letting the agent guess - Mention the SDK — “Using the JavaScript SDK” or “Using Python” so it generates the right syntax
- Ask for client tokens — “Make sure to use client tokens for the browser code” for frontend work
- Reference the platform — “Check the Decart docs for the exact parameters” triggers the MCP search