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

# Milian Copilot

> In-app AI that builds and edits assistants in your workspace

**Milian** is the in-app workspace copilot. It runs inside the dashboard and assistant editor with your login session — not via an API key.

External apps (Claude, ChatGPT) still connect through the [MCP endpoint](/api/mcp). Milian and MCP share the same underlying services; they are different entry points.

## Where to find it

| Surface              | What you get                                                                                            |
| -------------------- | ------------------------------------------------------------------------------------------------------- |
| **Dashboard** (`/`)  | ChatGPT-style center chat — create assistants, draft automations, ask for help                          |
| **New assistant**    | **Generate from prompt** (Suggested) — describe a use case; Milian drafts name, type, and system prompt |
| **Assistant editor** | Header **Milian** — improve greeting/prompt/flow; changes appear on the canvas; click **Save**          |

## Requirements

* `AI_GATEWAY_API_KEY` configured for the deployment
* Optional: `INTERNAL_LLM_MODEL_COPILOT` (default strong tool-calling model)
* `MILIAN_COPILOT_ENABLED=true` (default on)

## Agent types

Milian respects the same modes as the editor:

* **Single prompt** — `flow_json` null
* **Conversational flow** — seeded or existing flow graph; Advanced / base system prompt applies to agent steps
