# Flow Developer Resources

Flow gives provisioned teams a public API, hosted MCP endpoint, webhook subscriptions, sandbox file exchange, and a CLI for scripting operational agents.

## Machine-Readable Index

- [Homepage mirror](https://flow.pixelbrain.cz/index.md) - Markdown summary of Flow positioning and platform capabilities.
- [Developer guide](https://flow.pixelbrain.cz/developers.md) - Machine-readable developer resource index.
- [API reference](https://flow.pixelbrain.cz/api-reference.md) - Public v2 API conventions, headers, async runs, and endpoint groups.
- [Authentication](https://flow.pixelbrain.cz/auth.md) - Bearer credentials, scopes, rotation, and workspace isolation.
- [Webhooks](https://flow.pixelbrain.cz/webhooks.md) - Event catalog, payload envelope, retries, and HMAC verification.
- [MCP](https://flow.pixelbrain.cz/mcp.md) - Hosted streamable-http MCP endpoint and supported tools.
- [CLI](https://flow.pixelbrain.cz/cli.md) - Flow CLI commands, profiles, output modes, and workflows.
- [Agents](https://flow.pixelbrain.cz/agents.md) - Guidance for autonomous agents integrating with Flow.
- [Agent alias](https://flow.pixelbrain.cz/agent.md) - Alias of the autonomous agent integration guide.
- [Getting started](https://flow.pixelbrain.cz/getting-started.md) - Pilot and provisioned workspace onboarding path.
- [Pricing](https://flow.pixelbrain.cz/pricing.md) - Commercial model summary.
- [Compare](https://flow.pixelbrain.cz/compare.md) - Positioning guidance for comparing Flow with adjacent tools.
- [Security](https://flow.pixelbrain.cz/security.md) - How Flow protects credentials, data, runs, and access.
- [OpenAPI](https://flow.pixelbrain.cz/openapi.json) - OpenAPI 3.1 JSON for the public v2 API.
- [Agent discovery manifest](https://flow.pixelbrain.cz/.well-known/agent.json) - Agent-discovery JSON manifest.
- [A2A agent card](https://flow.pixelbrain.cz/.well-known/agent-card.json) - Agent-to-agent card for Flow.
- [AI plugin manifest](https://flow.pixelbrain.cz/.well-known/ai-plugin.json) - Plugin-style model discovery manifest.
- [MCP server card](https://flow.pixelbrain.cz/.well-known/mcp/server-card.json) - Hosted MCP server metadata.
- [MCP registry manifest](https://flow.pixelbrain.cz/.well-known/mcp/server.json) - server.json for the MCP registry (io.github.tomasgrozman/flow).
- [Claude plugin marketplace](https://flow.pixelbrain.cz/.claude-plugin/marketplace.json) - Claude plugin marketplace bundling the Flow skills with the MCP connector.
- [Claude plugin manifest](https://flow.pixelbrain.cz/.claude-plugin/plugin.json) - Claude plugin manifest for the Flow skills + MCP connector.
- [Agent skills index](https://flow.pixelbrain.cz/.well-known/agent-skills/index.json) - Index of Flow SKILL.md documents with SHA-256 digests.
- [Agent skill: flow-cli](https://flow.pixelbrain.cz/.well-known/agent-skills/flow-cli/SKILL.md) - Flow flow-cli SKILL.md discovery document.
- [Agent skill: flow-sop-writer](https://flow.pixelbrain.cz/.well-known/agent-skills/flow-sop-writer/SKILL.md) - Flow flow-sop-writer SKILL.md discovery document.
- [Agent skill: flow-job-debugger](https://flow.pixelbrain.cz/.well-known/agent-skills/flow-job-debugger/SKILL.md) - Flow flow-job-debugger SKILL.md discovery document.
- [Agent skill: flow-connection-doctor](https://flow.pixelbrain.cz/.well-known/agent-skills/flow-connection-doctor/SKILL.md) - Flow flow-connection-doctor SKILL.md discovery document.
- [Agent skill: flow-improve-agent](https://flow.pixelbrain.cz/.well-known/agent-skills/flow-improve-agent/SKILL.md) - Flow flow-improve-agent SKILL.md discovery document.
- [Agent skill: flow-improve-queue](https://flow.pixelbrain.cz/.well-known/agent-skills/flow-improve-queue/SKILL.md) - Flow flow-improve-queue SKILL.md discovery document.
- [Agent skill: flow-workflow-debugger](https://flow.pixelbrain.cz/.well-known/agent-skills/flow-workflow-debugger/SKILL.md) - Flow flow-workflow-debugger SKILL.md discovery document.
- [llms full bundle](https://flow.pixelbrain.cz/llms-full.txt) - Concatenated markdown mirror bundle under 200K characters.

## Core Integration Flow

1. Obtain a workspace bearer credential.
2. Create or select an agent.
3. Optionally create a sandbox and upload files.
4. Start a run with `POST /v2/teams/{teamId}/runs`.
5. Poll `GET /v2/runs/{run_id}`, list messages, and respond to human requests.
6. Subscribe to team webhooks for durable event delivery.
