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

# Introduction

> Flowra is the platform for AI agents and workflows. Build in chat, then integrate with the API when you need to.

Flowra is one place to **build agents and workflows**, **connect apps**, and **ground them in your data**. You **run** them from chat, messengers, schedules, widgets, MCP, or your own API — for a single team or many end customers under one project.

Do day-to-day work in the [dashboard](https://flowra.dev/dashboard) (often starting in **chat**). Use the **API** when the same capabilities must live inside your app.

## Choose your path

<CardGroup cols={2}>
  <Card title="Use the product" icon="comments" href="/product/first-agent-in-chat">
    Learn the mental model, then build your first agent in chat — no code required.
  </Card>

  <Card title="Build with the API" icon="code" href="/quickstart">
    Get an API key, call tools and workflows from your backend, and open the API reference.
  </Card>
</CardGroup>

Start with concepts: [How Flowra works](/product/how-flowra-works). For Cursor/Claude or SaaS tenancy, see Next steps below.

## How the pieces connect

```text theme={null}
Account → Project (shared setup + API key)
       → External user (connections, agents, knowledge, tables, threads)
         → Entry points: Chat | Channels | Schedule | Events | Widget | API | MCP
```

Nested detail: [Projects and API keys](/product/projects-and-keys). Also: [External users switcher](/product/external-users) and [Entry points and channels](/product/entry-points-and-channels).

## What you can build

* Support and ops agents with tools, knowledge, and channel replies
* Scheduled reports and event-driven workflows
* Customer-facing chat embeds (widgets)
* Multi-tenant SaaS where each customer connects their own accounts
* Custom tools (JS/Python), MCP in Cursor/Claude, sandbox and live browser when you need them

## Next steps

* [How Flowra works](/product/how-flowra-works) — Concepts and glossary
* [First agent in chat](/product/first-agent-in-chat) — Product quick start
* [Toolkits and tools](/product/toolkits-and-tools) · [Skills](/product/skills)
* [API quickstart](/quickstart) — First authenticated request
* [MCP in the dashboard](/product/mcp-in-dashboard) — Cursor / Claude and project MCP
* [Multi-tenancy](/guides/multi-tenancy) — `x-username` and per-user isolation
* [API reference](/api-reference) — Endpoints and schemas
