# Dreamstudio AI integration on Definable

> DreamStudio is Stability AI's user interface for generative AI, allowing users to create and edit generated images.

## What this connects

DreamStudio is Stability AI's user interface for generative AI, allowing users to create and edit generated images.

Vendor: https://dreamstudio.ai

## Tools available

**5** tools available. First 5:

- `DREAMSTUDIO_GENERATE_IMAGE_FROM_IMAGE` — Generate Image from Image — Tool to generate a new image from an initial image and text prompts. Use after you have a reference image and want to transform it via text guidance.
- `DREAMSTUDIO_GENERATE_IMAGE_FROM_TEXT` — Generate Image from Text — Generate images from text prompts using Stability AI's text-to-image models. Use when you need to create images from textual descriptions without a reference image. Supports multiple prompts with weights, configurable dimensions, and various generation parameters.
- `DREAMSTUDIO_LIST_ENGINES` — List Engines — List all available DreamStudio/Stability AI engines accessible with your API key. This action retrieves all AI models (engines) you can use for image generation and other tasks. Common engines include Stable Diffusion XL and various Stable Diffusion versions. Use this action to: - Discover which engines are available to your account - Get engine IDs needed for image generation requests - Check engine types and capabilities No parameters required - simply call to get the complete list of accessible engines. Using an unsupported engine_id in generation requests will cause failures; engines also vary in supported image sizes (typically capped near 1024x1024) and quality for specific tasks.
- `DREAMSTUDIO_USER_ACCOUNT` — User Account — Retrieves authenticated user's account information from Stability AI. Returns user ID, email, organization memberships, and profile picture. No parameters required - uses authenticated session.
- `DREAMSTUDIO_USER_BALANCE` — DreamStudio User Balance — Retrieves the user's current credit balance from their DreamStudio account. Use this tool to check how many credits are available before generating images or to monitor remaining credits after API operations. Credits are consumed when generating images through the Stability AI API. For large or high-resolution batch generation, verify sufficient balance first — insufficient credits will cause failures mid-run.

## Auth

Auth schemes: `API_KEY`.

## How agents use Dreamstudio

Inside a Definable workflow, Dreamstudio is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Dreamstudio** — the Researcher (GPT-5.5) pulls context from Dreamstudio (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Dreamstudio** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Dreamstudio (create record, post message, draft email).
- **Designer / Engineer → Distributor → Dreamstudio** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Dreamstudio (attach file, open PR comment, post status).

The Verifier checks every Dreamstudio call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- artificial intelligence — https://definable.ai/apps/category/artificial-intelligence/
- images & design — https://definable.ai/apps/category/images-&-design/

## Related

- HTML page: https://definable.ai/apps/dreamstudio/
- Same category (artificial intelligence): https://definable.ai/apps/category/artificial-intelligence/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
