Stability AI for your agents.
Connect Stability AI once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 12 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Stability AI.
What agents can do with Stability AI
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
stability_generate_imageGenerate an image from a text prompt using Stable Diffusion.
stability_list_enginesList available engines (models) for generation.
stability_upscale_imageUpscale an image by 2x or 4x using the Creative Upscaler. `image` is a URL or base64-encoded image data.
stability_generate_ultraGenerate a high-quality image with the Stable Image Ultra model (best fidelity). Sent as multipart form.
stability_generate_coreGenerate an image with the fast Stable Image Core model. Sent as multipart form.
stability_remove_backgroundRemove the background from an image, leaving a transparent PNG of the foreground subject. `image` is a URL or base64 image data. Sent as multipart form.
stability_inpaintFill or replace a masked region of an image using `prompt`. `image` is the source; `mask` marks the region to change (white = edit). Sent as multipart form.
stability_search_and_replaceReplace an object in an image by describing it. `search_prompt` names the thing to find; `prompt` describes what to put in its place. Sent as multipart form.
stability_get_resultFetch the result of an async generation (e.g. Creative Upscale) by the id returned when it was queued. Returns the image when ready, or a 202 while still processing.
stability_control_sketchGenerate an image conditioned on a sketch/edge map. `image` is the source sketch; `prompt` describes the final output. Sent as multipart form.
stability_eraseErase objects or areas from an image. `mask` marks the region to clear (white = erase). Sent as multipart form.
stability_outpaintExtend an image beyond its borders (outpainting). `prompt` describes the new content. Sent as multipart form.
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 the Stability AI platform.
- Go to the API Keys section.
- Click 'Create API Key', name it, and copy the key.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Stability AI to Even: call connect_begin("stability") on the even-connect MCP and walk me through it.
Generate images with Stability AI, edit images, upscale photos, remove backgrounds, and inpaint masked regions.
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.