llms.txt Content
# 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