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

# Introduction

> What Bloom provides and where to start.

Bloom is the brand layer: the canonical home of a Brand's identity, made callable by the systems that create on its behalf.

Give Bloom a website, Instagram account, files, or a combination of sources. The Brand Agent turns that evidence into an active Brand Skill containing structured identity and detailed guidance. Bloom uses the Skill automatically when it creates for that Brand.

```mermaid theme={null}
flowchart LR
  A["Website, Instagram, and files"] --> B["Brand Agent"] --> C["Active Brand Skill"] --> D["Bloom or another system"] --> E["On-brand work"]
```

## What Bloom provides

* **Brands** give applications and agents one stable resource for the identity they are using.
* **Brand Skills** hold the complete, versioned Brand context: a structured profile, Markdown guidance, and references to Brand Library assets.
* **Image tools** generate, edit, resize, remove backgrounds from, and vectorize images using the active Brand.
* **Brand Skill retrieval** lets enabled server-side integrations use the same Brand context in another system.

Bloom currently creates and transforms images. Another system can use a retrieved Brand Skill to guide a deck, website, or other branded artifact, but that system—not Bloom—creates the output.

Read [How Bloom works](/docs/how-bloom-works) for the relationship between a Brand and its active Skill.

## Choose a starting point

* Use the [API quickstart](/docs/api) when Bloom will run inside an application, backend, continuous-integration job, or automated workflow.
* Use the [MCP quickstart](/docs/mcp/getting-started) when a person or agent will operate Bloom through an MCP-compatible client.

Both interfaces work with the same underlying Brands and images. The API publishes a stable REST contract through OpenAPI. MCP clients discover the tools and schemas currently available to the connected account.

## Give these docs to an agent

Paste this into an agent when you want it to assess or implement a Bloom workflow:

```text theme={null}
Read https://www.trybloom.ai/docs/llms.txt and the pages it links to. For this
workflow, explain what Bloom supports now, recommend API or MCP, and show me how
to implement it: [describe the workflow]
```

## Common workflows

* [Create a Brand from sources](/docs/guides/create-brand)
* [Retrieve and use a Brand Skill](/docs/guides/use-brand-skill)
* [Generate images](/docs/guides/generate-images)
* [Edit and adapt images](/docs/guides/edit-adapt-images)

For exact REST fields, responses, and errors, use the [API reference](/docs/api/openapi). For MCP, use the [tool overview](/docs/mcp/tools) and the connected account's live schemas.
