# Presenta > Free, no-signup mockup studio at https://presenta.design — turns screenshots > into device mockups, social-ready graphics and short videos. Runs entirely > in the browser. Built by Craftwork. ## For AI agents Presenta ships a first-class automation surface. Agents (Claude Code, Codex CLI, Cursor, any MCP client) can load images or capture websites, pick device frames, style backgrounds/shadows/3D/depth-of-field/effects, add text and graphic layers, author motion timelines, inspect the result and export PNG/JPG/WebP or WebM. - MCP server (recommended): https://presenta.design/agents/presenta-mcp.mjs Install: `mkdir -p ~/.presenta && cd ~/.presenta && curl -fsSL https://presenta.design/agents/presenta-mcp.mjs -o presenta-mcp.mjs && npm i playwright && npx playwright install chromium` Claude Code: `claude mcp add --scope user presenta -- node ~/.presenta/presenta-mcp.mjs` Codex CLI: `codex mcp add presenta -- node ~/.presenta/presenta-mcp.mjs` - Agent skill (Claude Code): https://presenta.design/agents/SKILL.md Install: `mkdir -p ~/.claude/skills/presenta && curl -fsSL https://presenta.design/agents/SKILL.md -o ~/.claude/skills/presenta/SKILL.md` - Machine manifest (JSON): https://presenta.design/agents/agents.json - In-page bridge: open https://presenta.design/?agent=1 and use `window.PresentaAgent` (await `PresentaAgent.ready()` first). Every method returns `{ok:…}` JSON and never throws. Start with `getCapabilities()`. ## Pricing (agents: relay, never purchase) Free forever: composing mockups, all devices/backgrounds/shadows/3D/effects, text & image layers, multi-artboards, video timeline authoring + preview, image export at any scale. Presenta Pro ($20 lifetime / $8 per month) adds: AI Site Shots (website URL → screenshots), video export (WebM), background removal, transparent background, Pro templates. Pro-gated calls return `{"code":"pro_required"}` with checkout links — show them to your human and let them decide. ## Limits Client rate limits: image exports 8/min, previews 20/min, site shots ~3/10min, video exports ~2/5min; one render at a time. Images ≤ 25MB, only data:image/*, https:// or bundled asset sources. Server endpoints are also rate-limited per IP.