Generate images from your terminal, API, and agents_
One command. App-ready images saved straight into your repo or returned as a CDN URL. Built for developers and AI coding agents — not for clicking around a canvas.
// the dashboard stays out of your way
generate
history ↗result preview
1024 × 1024
// how it works
Terminal
imaagine generate "…" --out ./public/hero.png. one command reserves credits, calls the provider, and writes the file into your repo.
API
POST /api/v1/images/generations with a Bearer key. JSON in, image record out. idempotency keys, attribution headers, and signed URLs included.
Ledger
every reserve, capture, release, and refund is recorded. see exactly what each generation cost — 62 / 100 available · 3 reserved.
// same call, three surfaces
imaagine generate "isometric server rack, blueprint style" \
--out ./public/hero.png \
--model basic --aspect 1:1 --resolution 1K// pricing
free starter credits, then one-time packs
start with 100 free credits — no card. top up with one-time packs from $39 for 500 credits. credits never expire and track per generation.
ready to wire it in?
install the CLI, mint a key, and ship images from your shell or agent.