> ## Documentation Index
> Fetch the complete documentation index at: https://docs.boostgpt.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Stability AI

> AI image generation

## Overview

Connect Stability AI to generate images with Stable Diffusion.

## Setup

<Steps>
  <Step title="Deploy">
    **Dashboard → Integrations → Connectors** → Find **Stability AI** → **Deploy**
  </Step>

  <Step title="Add to Agent">
    Agent → **Tools** tab → **Add Tool** → Select **Stability AI**
  </Step>

  <Step title="Configure">
    Enter your Stability AI API Key
  </Step>

  <Step title="Test">
    Playground: "Generate an image of a sunset"
  </Step>
</Steps>

## Example Usage

```text theme={null}
User: "Generate an image: futuristic city at night"

Agent: Generated image:
       [Image URL]
```

## Integration Example

**With Google Drive:**

```text theme={null}
User: "Generate product images and save to Drive"

Agent: Generated 5 images, saved to Drive/AI Images
```

## Next Steps

<CardGroup cols={2}>
  <Card title="Runway" icon="video" href="/integrations/connectors/runway">
    AI video generation
  </Card>
</CardGroup>
