What's New at Inliner โ€” Studio, Teams, CLI, MCP & Asset Ops | Inliner.ai
New: images workspace upgrades are live. Also see the usage increase update, try the new Studio, or create a free account
 Major Update

Everything that's new at Inliner

A rebuilt Studio with smart URLs and AI editing, team accounts with API keys, a CLI for your terminal, an MCP server for AI agents, and new asset operations for bulk metadata, safer collection moves, and exports.

Inliner Studio โ€” AI image generation with smart URLs
Terminal — CLI
# Install the CLI
npm install -g @inliner/cli
# Generate an image with smart mode
inliner-ai "hero-banner-startup-landing_1200x630.png" -p mysite
→ https://img.inliner.ai/mysite/hero-banner-startup-landing_1200x630.png
# Edit an existing image
inliner-ai edit photo.png "remove the background, add soft shadow"
→ Saved to photo-edited.png
MCP Server — AI Agent Integration
# One-line setup for Claude Code
claude mcp add inliner -- npx @inliner/mcp-server
# Then just ask your AI agent:
"Add a hero image to the landing page for my acme-corp project"
"Generate a happy duck image and save it to ./images/duck.png"
"How many image credits do I have left?"
# 11 tools available: generate, edit, projects, usage & more
→ Works with Claude, Cursor, Copilot, Gemini CLI, Windsurf
4
Major new capabilities
10+
AI coding agents supported
11
MCP tools for AI agents
CDN
PNG ยท JPG ยท WebP ยท GIF ยท SVG

A completely rebuilt AI Studio

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.

  • Smart URLs: AI-generated SEO slugs with automatic dimensions.
  • Natural Language: Specify sizes like "800 pixels wide" or "900x500".
  • AI Editing: Describe changes naturally โ€” "add a sunset" or "make it vintage".
  • Resize & Outpainting: Expand any image with AI-powered canvas expansion.
  • Text Overlays: Drag-and-drop watermarks with full typography control.
  • Style Modifiers: One-click presets for lighting, mood, and art styles.
  • Batch Generation: Create 4 variations at once to find the perfect shot.
  • Reference Images: Upload your own images to guide the AI's style.
Open New Studio
Creative professional using Inliner Studio

Team accounts with secure API keys

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.

  • Invite by email: assign Owner or Member roles
  • Shared credit pool: all members draw from one balance
  • Flexible plans: Free (1), Basic (3), Standard (5), Pro (10), Enterprise (unlimited)
  • API keys (format: inl_โ€ฆ): optional expiry, instant revoke, only Owners create/revoke
  • Role separation: Owners manage billing, keys & analytics; Members generate and edit
  • Paid plans include unlimited API keys
Team Accounts docs →
Team collaboration with Inliner

Generate images from your terminal

@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
  • Commands: generate, edit, inline, images, tags, metadata, projects, usage
  • Smart mode: parses description, dimensions, and format from a single string
  • Asset operations: bulk tagging/metadata, transactional collection moves, pattern rename, and CSV/JSON exports from the Images workspace
  • Output: URL to TTY, raw bytes when piped, -o file to save
  • CI/CD: use in GitHub Actions with INLINER_API_KEY in secrets to auto-generate OG/Twitter images
CLI docs →  npm
Developer using Inliner CLI from terminal

Let your AI agent generate 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:

generate_image_url
generate_image
create_image
edit_image
get_projects
create_project
get_project_details
get_usage
get_current_plan
list_images
get_image_dimensions
MCP Server docs →  npm
MCP Server for AI coding agents โ€” Inliner

Works with the AI tools you already use

The MCP server is compatible with every major AI coding environment

Claude Code
Cursor
GitHub Copilot
Gemini CLI
Windsurf
OpenAI Codex
VS Code

Everything under the hood

Smart URL Format

Images are self-describing CDN URLs โ€” embed directly in HTML, Markdown, or code. No uploads, no hosting.

Advanced Resize

9-point anchor, aspect ratio lock, quick presets, AI outpainting, and optional upscaling โ€” all in one tool.

Text & Watermark Overlay

Drag-and-drop text with 9-point alignment, full typography control: font, size, color, background, opacity.

Reference Images

Upload references to guide the AI's style. Per-project libraries keep your visual identity consistent.

Asset Ops at Scale

Bulk edit metadata, enforce quality queues (missing title/alt/caption), merge tags, move collections transactionally, and export CSV/JSON.

API Keys

Format inl_โ€ฆ. Optional expiry, instant revoke. Use in env vars for the CLI, MCP, or direct API.

Role-Based Access

Owners manage billing, keys, and analytics. Members generate and edit โ€” no access to sensitive settings.

CI/CD Integration

Auto-generate OG images, Twitter cards, and product visuals in GitHub Actions โ€” zero manual steps.

Project Namespaces

Organize images by project. Each project gets its own URL namespace, reference library, and settings.

Ready to explore what's new?

Try the rebuilt Studio for free, or dive into the CLI and MCP server if you're building with AI.