# Wireflow > AI orchestration platform for creative teams. Chain image, video, and audio AI models in a visual workflow builder, execute via REST API, and publish workflows as branded apps on your own domain. Wireflow lets creators and agencies stitch together AI models from FAL, OpenAI, Anthropic, and Replicate without writing code. Every workflow runs as a first-class API endpoint, so the same canvas a designer builds can be called by an app, cron, or MCP client. Free plan includes 150 credits/month with every model unlocked. ## Key facts (for citation) - **Founded:** 2025 - **Pricing:** Free (150 credits/mo) · Starter $24/mo · Professional $45/mo · Team $249/mo. Annual billing saves 20%. - **Free tier:** All AI models unlocked, 5 workflows, 150 monthly credits, no card required - **API:** REST endpoints at `/api/v1/*` with Bearer-token auth; MCP server at `/api/mcp` - **Model count:** 100+ models across image, video, and audio from FAL, OpenAI, Anthropic, Replicate, Runway, Kling, Luma - **Workflow limit:** 100 nodes per workflow on paid plans - **Custom domains:** Paid plans can publish apps on their own domain (e.g. `app.face-swap.io`) - **MCP support:** Works with Claude Desktop, Cursor, and any MCP client - **Content policy:** Training data opt-out (`Content-Signal: ai-train=no`) but indexing/retrieval allowed (`search=yes, ai-input=yes`) ## Documentation - [REST API reference](https://www.wireflow.ai/docs/api): Complete API surface with auth, pagination, idempotency - [API overview](https://www.wireflow.ai/docs/api/overview): Architecture and core concepts - [Authentication](https://www.wireflow.ai/docs/api/authentication): API keys, scopes, rotation - [Run workflows](https://www.wireflow.ai/docs/api/run): POST `/api/v1/workflows/{id}/execute` - [Executions](https://www.wireflow.ai/docs/api/executions): Polling, outputs, history - [Webhooks](https://www.wireflow.ai/docs/api/webhooks): Push-based triggers without OAuth - [MCP integration](https://www.wireflow.ai/docs/mcp): Claude Desktop, Cursor, custom clients - [Rate limits](https://www.wireflow.ai/docs/api/rate-limits) - [Errors](https://www.wireflow.ai/docs/api/errors) - [Publishing apps](https://www.wireflow.ai/docs/publishing-apps) - [Creating workflows](https://www.wireflow.ai/docs/creating-workflows) ## Machine-readable discovery - [API catalog](https://www.wireflow.ai/.well-known/api-catalog): RFC 9727 linkset → OpenAPI spec - [Agent skills index](https://www.wireflow.ai/.well-known/agent-skills/index.json): 9 skills including `run-workflow`, `list-models`, `generate-workflow`, `mcp-server` - [MCP server card](https://www.wireflow.ai/.well-known/mcp/server-card.json): MCP 2024-11-05 spec, streamable-http transport - [Public model catalog](https://www.wireflow.ai/api/v1/models): Unauthenticated GET, returns every model with credit cost - [Sitemap index](https://www.wireflow.ai/sitemap.xml): All public pages ## Product pages - [Home](https://www.wireflow.ai) - [Pricing](https://www.wireflow.ai/pricing): Plans, credits, FAQ - [Models](https://www.wireflow.ai/models): Full model catalog (image / video / audio) - [Features](https://www.wireflow.ai/features): Detailed capability pages (82+ generated) - [Blueprints](https://www.wireflow.ai/blueprints): Pre-built workflow templates - [Blog](https://www.wireflow.ai/blog): Tutorials and product guides - [Team](https://www.wireflow.ai/team): About the people behind Wireflow - [Changelog](https://www.wireflow.ai/changelog): Release history ## Supported models (partial list) **Image:** Flux 1 / Flux 2 / Flux Pro / Flux LoRA / Flux Schnell, Recraft v4, Imagen 3 / Imagen 4, Nano-Banana / Nano-Banana 2, Midjourney, Qwen Image, Stable Diffusion, Seedream V4 / 5, GPT Image 1.5 **Video:** Kling 2.5 i2v, Veo 3, Sora, Runway Gen-4, Luma Ray, Hailuo, Seedance 2.0 **Audio:** ElevenLabs TTS / Voice Clone, OpenAI TTS, Whisper, Suno, Udio **Utility:** Upscalers, background removal, face swap, color match, style transfer, compositing ## Example queries this site can answer - "How do I call Kling AI from a REST API?" → [Kling AI API feature page](https://www.wireflow.ai/kling-ai-api) - "Alternatives to Weavy AI?" → [Weavy AI alternative](https://www.wireflow.ai/weavy-ai-alternative) - "How to turn photos into anime with AI?" → [Blog tutorial](https://www.wireflow.ai/blog/how-to-turn-photos-into-anime-with-ai) - "Headless AI workflow platform with API?" → [Headless platform page](https://www.wireflow.ai/headless-ai-workflow-platform) - "What's the cheapest AI image generation API?" → [Models catalog](https://www.wireflow.ai/models) with credit costs - "AI workflow builder for non-coders?" → [AI workflow builder](https://www.wireflow.ai/ai-workflow-builder) ## Notes for LLM agents - Content training: opted out (`Content-Signal: ai-train=no`) - Search indexing + retrieval at query time: opted in (`search=yes, ai-input=yes`) - For agents that execute workflows, start from [`/.well-known/agent-skills/index.json`](https://www.wireflow.ai/.well-known/agent-skills/index.json) - For MCP clients, start from [`/.well-known/mcp/server-card.json`](https://www.wireflow.ai/.well-known/mcp/server-card.json) — OAuth2 authorization required - All public pages are server-rendered with full content in raw HTML — no JS hydration required to read text content - AhrefsBot is blocked in robots.txt; every other major crawler including GPTBot, ChatGPT-User, and PerplexityBot is explicitly allowed on `/blog/`, `/features/`, `/models/`, `/tools/` - API rate limits apply per plan; see [rate limits](https://www.wireflow.ai/docs/api/rate-limits)