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

MethodBest ForSetup
MCP ServerNative tool calls in your agent30 seconds
CLITerminal commands, any agent with bash1 minute
AI SkillsTeach your agent Masko workflows2 minutes
Direct APICustom HTTP integrationsQuickstart

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   # authenticate

What 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:

ResourceURL
LLM-friendly docsmasko.ai/llms-full.txt
Doc searchGET /api/v1/docs?q=animation
OpenAPI specmasko.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.