# Atelier > Atelier lets an AI agent build editable presentation decks without leaving the agent. > The agent writes slide HTML/CSS; Atelier renders it and creates native slides in a deck app. Decks currently land in: Figma Slides, Google Slides. Slides are native objects, not flattened images — text, shapes, and images stay editable. ## Connect - Remote MCP endpoint: https://mcp.atelierdeck.app/mcp - Figma plugin (required only for Figma Slides): https://www.figma.com/community/plugin/1665799770586714070/atelier-create-slides-with-your-ai-agent - Full documentation for agents: https://atelierdeck.app/llms-full.txt ## Pages - [https://atelierdeck.app/](https://atelierdeck.app/): What Atelier is, where decks can land, and how to connect an agent. - [https://atelierdeck.app/gallery](https://atelierdeck.app/gallery): Slides Atelier actually generated, with a note on each one. - [https://atelierdeck.app/pricing](https://atelierdeck.app/pricing): What each tier includes. Paid pricing is not settled yet. - [https://atelierdeck.app/releases](https://atelierdeck.app/releases): Shipped changes, generated from the repository CHANGELOG. - [https://atelierdeck.app/privacy](https://atelierdeck.app/privacy): Privacy policy. - [https://atelierdeck.app/terms](https://atelierdeck.app/terms): Terms of service. - [https://atelierdeck.app/security](https://atelierdeck.app/security): How data is handled and what the plugin can reach. ## Notes - Each slide is one self-contained HTML document rendered at 1920x1080. - After creating slides, the same connection can read them back, edit, reorder, and grade them. - The authoring rules are served as MCP prompts (`create_slides_guide`, `review_slides_guide`); read those rather than guessing.