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

# DreamLayer documentation

> Build image generation into applications and agents, locally or through one managed API.

# Image infrastructure you can run, extend, or call

DreamLayer is an open-source, local-first image system with an optional managed path.

<CardGroup cols={2}>
  <Card title="Run locally" icon="laptop" href="/quickstart">
    Clone DreamLayer WebUI, use local ComfyUI or your own provider keys, and keep execution on your machine.
  </Card>

  <Card title="Use the Agent API" icon="cloud" href="/agent-api">
    Use one DreamLayer key for managed routing, execution, recovery, billing, and asset delivery.
  </Card>
</CardGroup>

## Choose the job first

* [Use your ComfyUI workflows](/local-comfyui)
* [Build image generation into an application](/sdks/python)
* [Give an AI agent image tools](/mcp)
* [Build your own orchestrator](/orchestrators)
* [Use one managed image API](/agent-api)

## V1 scope

V1 supports text-to-image, one-reference-image image-to-image, persistent conversations, multiple turns, durable jobs, and one workflow node per turn. It does not support video or public multi-node DAG execution.
