A rebuilt Studio with smart URLs and AI editing, team accounts with API keys, a CLI for your terminal, and an MCP server so AI agents can generate images directly.
The new Studio isn't an update โ it's a full rebuild. Every workflow has been redesigned around speed, precision, and a non-destructive editing model that keeps your originals safe.
golden-retriever_900x500.png
Bring your whole team. Invite members by email, assign roles, share a single credit pool, and generate API keys that unlock the CLI and MCP server. One account, everyone's covered.
inl_โฆ): optional expiry, instant revoke, only Owners create/revoke
@inliner/cli brings AI image generation to the command line. Smart mode, Unix pipes, GitHub Actions โ no browser needed. Perfect for developers and CI/CD pipelines.
# Install globally (or use npx) npm install -g @inliner/cli # Set your API key once export INLINER_API_KEY=inl_your_key_here # Smart mode โ just describe what you need inliner-ai "professional-team-modern-office_1200x600.png" -p mysite # Pipe into other tools inliner-ai "fluffy cats 900x900" | convert - output.jpg
generate, edit, inline, images, projects, usage-o file to saveINLINER_API_KEY in secrets to auto-generate OG/Twitter images
@inliner/mcp-server implements the Model Context Protocol so Claude, Cursor, Copilot, Gemini CLI, and Windsurf can call Inliner tools directly โ no copy-paste, no context switching.
# Claude Code โ one command claude mcp add inliner -- npx @inliner/mcp-server # Cursor / VS Code โ .cursor/mcp.json { "inliner": { "command": "npx", "args": ["@inliner/mcp-server"], "env": { "INLINER_API_KEY": "inl_..." } } }
11 tools available to your agent:
The MCP server is compatible with every major AI coding environment
Images are self-describing CDN URLs โ embed directly in HTML, Markdown, or code. No uploads, no hosting.
9-point anchor, aspect ratio lock, quick presets, AI outpainting, and optional upscaling โ all in one tool.
Drag-and-drop text with 9-point alignment, full typography control: font, size, color, background, opacity.
Upload references to guide the AI's style. Per-project libraries keep your visual identity consistent.
Format inl_โฆ. Optional expiry, instant revoke. Use in env vars for the CLI, MCP, or direct API.
Owners manage billing, keys, and analytics. Members generate and edit โ no access to sensitive settings.
Auto-generate OG images, Twitter cards, and product visuals in GitHub Actions โ zero manual steps.
Organize images by project. Each project gets its own URL namespace, reference library, and settings.
Try the rebuilt Studio for free, or dive into the CLI and MCP server if you're building with AI.