Render API · MCP-native

Connect your agent to generate images
with ImageClaw

Connect any AI agent, OpenAI, Claude, Gemini, or your own, and generate on-brand images in under a second. Open-source and self-hostable.

<1s render50+ templatesAGPL · self-hostable
1200 × 630 · blog-editorialrendered in 214ms
Instagram Growth · 2026 Playbook

How the algorithm actually ranks your posts

How it works

Three calls between draft and published.

No editing canvas, no prompt iteration. An agent sends structured fields, ImageClaw resolves a template and a brand kit, and returns a URL.

L1 , request

Agent sends fields

Title, theme, platform, and a brandKitId. No prompt engineering, no design decisions to make.

L2 , resolve

Template renders with Satori

Brand colors, fonts, and layout rules are injected into a JSX template and rendered to SVG, then PNG or WebP.

L3 , deliver

URL comes back

Cached, CDN-backed, ready to drop straight into the post the agent is publishing.

MCP integration

One tool call from inside your agent's workflow.

Add ImageClaw as an MCP server and any compatible agent, Claude, a Cursor agent, your own n8n flow, can generate on-brand visuals mid-task, without leaving the conversation.

View MCP docs →
mcp_tool_call.json
{
"tool": "generate_blog_banner",
"input": {
"title": "How the algorithm ranks your posts",
"category": "marketing",
"brandKitId": "brand_9f2c"
}
}
// &rarr; returns a rendered PNG + alt text
{
"url": "cdn.imageclaw.dev/9f2c/a83e.png",
"width": 1200, "height": 630
}
Template library

Pick a template, agents fill in the rest.

Every template is a typed Satori component, fork one, tweak the props, or contribute your own to the open registry.

Editorial
Blog hero1200×630
Statistic
LinkedIn card1080×1080
Minimal
OG image1200×630
Bold hook
X link card1200×675
Document consistency

One brand kit. Every image in the piece.

When an agent generates five images across one blog post, they lock to the same style family, same icon set, same layout grammar, same visual weight. Not five unrelated brand-colored PNGs.

See how locking works →
Pricing

Priced for workflows, not just images.

Start free. Self-host the whole stack any time, the render engine is open source.

Free - Self-host
$0 /mo
Run on your own server
  • Open-source & self-hostable
  • Unlimited images
  • Your own templates
Checkout docs
Most used
Pro
$9 /mo
For a single active brand
  • 30 images / month
  • Brand kits + API access
  • SVG export
Get started
Team
$19 /mo
For agencies running agents
  • 90 images / month
  • Multiple brands
  • MCP access + priority render
Get started
Enterprise
$49 /mo
For dedicated workflows
  • 500 images / month
  • Custom templates
  • Dedicated rendering cluster
Get started
Life-time deal
$599
One-time purchase, lifetime access
  • Unlimited images
  • Early templates & features
  • Custom templates
Buy now

Or run it yourself.

The render engine, template registry, and CLI are AGPL-licensed and fully self-hostable.

View on GitHub →