AI Agent Integration
Add AI mascots to your app without leaving your coding agent. Masko works with Claude Code, Cursor, VS Code, Codex, Gemini CLI, Windsurf, Goose, Kiro, and more.
Choose Your Integration
| Method | Best For | Setup |
|---|---|---|
| MCP Server | Native tool calls in your agent | 30 seconds |
| CLI | Terminal commands, any agent with bash | 1 minute |
| AI Skills | Teach your agent Masko workflows | 2 minutes |
| Direct API | Custom HTTP integrations | Quickstart |
Quick Setup
The fastest way to get started depends on your tool:
claude mcp add --transport http masko "https://masko.ai/api/mcp"
claude /mcp # authenticateWhat You Can Do
- Create mascots from text descriptions in 38 art styles
- Generate images of any pose or action (1 credit)
- Animate from scratch - no need to create an image first (5 credits/sec)
- Edit images - add accessories, change colors, seasonal variations (1 credit)
- Build canvases - interactive state machines with transitions between poses
- Get instant CDN URLs - embed in code immediately, they work as placeholders
Direct API
For agents that prefer raw HTTP calls:
| Resource | URL |
|---|---|
| LLM-friendly docs | masko.ai/llms-full.txt |
| Doc search | GET /api/v1/docs?q=animation |
| OpenAPI spec | masko.ai/api/v1/openapi.json |
Tip
In the API, mascots are called "collections" (POST /v1/collections). The CLI and MCP use "mascot" but call the same endpoints.