Ideogram for your agents.
Connect Ideogram once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 8 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Ideogram.
What agents can do with Ideogram
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
ideogram_generate_imageGenerate an image from a text prompt. `prompt` describes the desired image.
ideogram_list_modelsList available Ideogram models.
ideogram_upscale_imageUpscale an image by its request id.
ideogram_remix_imageGenerate a new image guided by both a text prompt and an uploaded reference image. Send as multipart/form-data: `image_file` is the reference image, and `image_request` is a JSON string with prompt, aspect_ratio, model, and image_weight.
ideogram_describe_imageGet text descriptions/captions for an uploaded image. Send as multipart/form-data with `image_file`.
ideogram_get_generationGet the result of a generation request by its request id.
ideogram_list_stylesList available style presets for image generation.
ideogram_get_credit_balanceGet the remaining API credit balance.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- Sign in to Ideogram.
- Go to Account Settings > API Keys.
- Create a new API key and copy it.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Ideogram to Even: call connect_begin("ideogram") on the even-connect MCP and walk me through it.
Generate images from text prompts, upscale results, and remix images using reference images.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.