Documentation index for AI agents: see /llms.txt. Markdown versions of every page are available at <path>.md or via Accept: text/markdown.
Guides

Overview

Use these guides when you already understand the main Flow AI concepts and want to complete a specific implementation task.

Use these guides when you already understand the main Flow AI concepts and want to complete a specific implementation task.

If you are new to Flow AI, start with the Quickstart first.

Run and inspect an agent locally

Studio

Run a local browser UI, chat with agents, inspect traces, create tests, and run evals.

Open Studio.

Streaming events

Consume runtime events from your application or HTTP layer.

Open Streaming events.

Connect agents to data

Data environment

Configure catalog, search, KV, target database, and knowledge dependencies.

Open Data environment.

Catalog profiling

Profile a database and export a catalog artifact.

Open Catalog profiling.

Knowledge and documents

Index source material and expose retrieval-backed context to agents.

Open Knowledge and documents.

References and glimpses

Pass large, sensitive, or intermediate payloads through agent workflows by pointer, while giving agents compact metadata for planning.

Open References and glimpses.

Control execution

Require approvals

Pause plans or tools before sensitive work continues.

Open Require approvals.

Execute approved actions

Apply approved plan actions to your platform.

Open Execute approved actions.

MCP

Expose Flow AI tools to MCP-aware clients.

Open MCP.

Test and evaluate

Test agents without provider calls

Run deterministic and scripted interpreters without live model calls.

Open Test agents without provider calls.

Evals

Score trajectories, actions, and runtime-backed flows.

Open Evals.

Final-response judge evals

Score response quality with rubric-driven model judges.

Open Final-response judge evals.

Troubleshoot

Debug system prompts

Inspect where prompt text is defined, rendered, passed into the runtime, and sent.

Open Debug system prompts.