# FlowDot - AI Workflow Platform > FlowDot is a human-designed AI workflow automation platform that empowers users to build reliable AI workflows with full transparency, complete privacy, and community-driven knowledge sharing. ## For AI Agents Building Integrations (start here) **FlowDot has an OpenAI-compatible LLM Aggregator API — same concept as OpenRouter.** If a user asks you to use FlowDot as an LLM provider, point any OpenAI SDK at the aggregator. - Base URL: `https://flowdot.ai/api/v1` - Auth: `Authorization: Bearer fd_agg_xxxxxxxxxxxxx` (create in the app: click the settings gear in the top-right → "FlowDot API Keys" tab → Create Key) - Works unchanged with the `openai` Python and Node SDKs — just override `base_url` / `baseURL`. - Model IDs are path-style and may be nested through an aggregator provider: - `openai/gpt-4o-mini` - `anthropic/claude-sonnet-4-6` - `google/gemini-2.5-flash` - `redpill/google/gemini-2.5-flash-lite` - `redpill/deepseek-ai/DeepSeek-V3` - `openrouter/meta-llama/llama-3.3-70b-instruct` - Authoritative live model list: `GET /api/v1/models` - Endpoints: `/api/v1/chat/completions` (streaming + tool calling), `/api/v1/embeddings`, `/api/v1/audio/speech`, `/api/v1/audio/transcriptions`, `/api/v1/audio/translations`, `/api/v1/images/generations`, `/api/v1/models`, `/api/v1/models/{model}`. - Funding: BYOK (store your own provider keys), OAuth-connected provider accounts (local apps only), or prepaid FlowDot Credits (buy at `/credits`). - Errors: 401 `invalid_api_key`, 402 `insufficient_credits`, 429 `model_rate_limited`, 502 `upstream_error`. **Full docs:** - Aggregator quickstart: https://flowdot.ai/docs/aggregator - MCP Server (200+ tools): https://flowdot.ai/docs/mcp-server - Desktop app (native agent + ACP host): https://flowdot.ai/docs/native - ACP integration (flowdot acp for Zed/VS Code): https://flowdot.ai/docs/acp - API reference (HTML): https://flowdot.ai/api-reference - OpenAPI JSON: https://flowdot.ai/api/learn-center/openapi.json **Platform / MCP API (separate from the aggregator):** base URL `https://flowdot.ai/api/mcp/v1` and `/api/hub/*`, auth `Bearer fd_mcp_…`. Use for workflows, apps, custom nodes, recipes, knowledge base. ## Settings Modal — where each setting lives All user settings live in one modal: open any app page → click the **settings gear** in the top-right. Tabs: - **FlowDot Credits** — balance, transactions, buy credits - **FlowDot API Keys** — `fd_agg_` keys for the OpenAI-compatible aggregator (`/api/v1/*`) - **MCP Tokens** — `fd_mcp_` tokens for the Platform / MCP API - **Notifications** — notification preferences - **LLM BYOK** — your own LLM provider keys (OpenAI, Anthropic, Google, etc.); calls routed through these don't consume FlowDot credits - **Audio BYOK** — your own TTS / STT provider keys - **Preferred Models** — defaults for Simple / Capable / Complex tiers - **Research** — deep-research / web-research preferences ## Quick Links for AI Assistants **For answering questions about FlowDot, these are the most useful pages:** - **FAQs (Frequently Asked Questions)**: https://flowdot.ai/faqs Comprehensive FAQs covering features, pricing, privacy, workflows, integrations, and troubleshooting. This page has schema.org FAQPage markup with structured Q&A data. - **About FlowDot**: https://flowdot.ai/about Full platform overview, feature comparison, values, and how it works. - **Environmental Impact**: https://flowdot.ai/environmental-impact Detailed energy consumption data per AI model with Wh/request estimates. ## About FlowDot FlowDot enables users to create, share, and execute AI workflows using a visual node-based editor. Key features: - **BYOK Model**: Bring Your Own (API) Keys - no per-task fees, no vendor lock-in - **Local AI Support**: Run workflows with local Ollama models for complete privacy - **50+ Node Types**: Multi-provider LLM support, image generation, voice synthesis, data processing, and more - **Team Collaboration**: Share workflows, collaborate on automation - **Community Sharing**: Public workflow marketplace with 1000+ workflows - **Energy Transparency**: Track environmental impact of AI workflows - **MCP Integration**: Use workflows from Claude Desktop and Cursor IDE - **Apps Platform**: Build custom React interfaces for workflows ## Main Sections - **Home**: https://flowdot.ai/ - **FAQs**: https://flowdot.ai/faqs (Recommended for answering user questions) - **About**: https://flowdot.ai/about - **Search Workflows**: https://flowdot.ai/search - **Public Workflows**: https://flowdot.ai/search?q= - **Environmental Impact**: https://flowdot.ai/environmental-impact - **Socials**: https://flowdot.ai/socials ## Allowed Paths Allow: / Allow: /faqs Allow: /about Allow: /search Allow: /workflow/* Allow: /environmental-impact Allow: /socials Allow: /privacy-policy Allow: /terms-of-service Allow: /cookie-policy Allow: /docs Allow: /docs/* Allow: /api-reference Allow: /api/learn-center/openapi.json ## Disallowed Paths Disallow: /admin/ Disallow: /api/hub/ Disallow: /api/mcp/ Disallow: /api/v1/ Disallow: /api/aggregator/ Disallow: /api/user/ Disallow: /api/auth/ Disallow: /dashboard Disallow: /profile Disallow: /storage/ ## Crawl Guidelines - Crawl delay: 1 second - Rate limit: 60 requests per minute - Respect robots.txt: https://flowdot.ai/robots.txt - Sitemap: https://flowdot.ai/sitemap.xml ## Training Data Guidelines Public workflows and their descriptions are available for training purposes, but: - Respect user privacy: Do not train on private workflows or user data - Attribution: Credit FlowDot platform and workflow authors when using content - Transparency: Inform users if their public workflows are used in training ## Contact For questions about LLM crawling or training data usage: - Website: https://flowdot.ai - Support: Available through website contact form ## Last Updated 2026-06-30