Flowra AI
Flowra AI turns one sentence into an AI agent or workflow. Connect your apps, approve risky steps, and run on schedules, messengers, or your site.
Hosted MCP Server
npx add-mcp 'https://mcp.flowra.dev/mcp'Installs into Claude Code, Codex, Cursor and more
Documentation
[
Flowra](https://flowra.dev/)
- Product
TemplatesToolkitsBlogPricingDocs (opens in a new tab)
[
Start free
Describe the job. Then it runs.
AI agents and workflows from one sentence.
Flowra is an AI agent and workflow platform. You describe a job in one sentence. It connects the apps you already use, pauses for approval before anything risky, and keeps running on a schedule, in messengers, or on your site.
Describe the job you want done
All modelsComputer
ReasoningOffLowMediumHigh
Nothing to install. Press Enter to open this in chat.
[
Build it
Or start from one of these
- AI chatbot on your siteAgent
- AI email recapWorkflow
- Telegram chatbotAgent
- Form lead into CRMWorkflow
- Big order alertWorkflow
- GitHub issue triageAgent
- Weekly competitor briefCoordinator
1,500 apps·3,000 credits free·No card required
Pick a job above, or write your own.
Replay
Widget message
Search your docs
Decide the next action
Answer with a citation
Run complete
Widget message·“Does it work with Postgres?”
—
Run ledger: Widget message. “Does it work with Postgres?”.
Every step is logged — inputs, outputs, and credits.
Build the agent you just described
01 · WIRE
It connects the apps you already pay for.
Flowra picks the tools the job needs, then asks you to connect those accounts once. OAuth is handled for you — tokens stay encrypted per account.
This job needs
Slackreceives the handoffsOAuth
+ 1,499 more in the catalog — or build your own
-
Connect once
Authorize an account and every agent in the project can use it. -
Scoped per user
End users on messengers or the widget connect their own accounts. -
Build what is missing
Not in the catalog? Describe the endpoint and Flowra builds the tool — or writes a short function for the awkward cases.
02 · GUARD
It stops before it does something you would regret.
Any step can be gated. The run pauses — even a 3 a.m. cron — and waits for you to approve, edit, or reject.
Approval gate on this jobWaiting for you
Hand this visitor to a human?
- —Two answers did not land · visitor asked for support
- —Transcript attached
ApproveRejectThis gate is live — try it.
-
Pauses the run
State is held until you answer, then it picks up where it stopped. -
Full context
You see the exact payload before it is sent. -
Always logged
Approvals and rejections both land in the run ledger.
03 · RUN
One agent. Many ways in.
The job you just described can be reached from anywhere your work already happens — without duplicating the agent.
- cron
Schedules
Recurring runs with timezone-aware expressions. - trigger_tool
App events
Webhooks and poll triggers from connected toolkits. - channels
Messengers
Telegram, WhatsApp, Slack, Discord, Gmail, Bale, and LINE — inbound and reply. Learn more - embedThis job
Site widget
A branded chat bubble tied to this agent on your site. - api
API
Call Flowra from your own apps and integrations. - manual
Chat
Talk to it directly from the dashboard.
Agent channels
Inbound on the messenger. Reply on the same thread.
Same inbox your team sees. Take over any thread and reply on that channel. Preview only — nothing is sent.
Inbox

SaraTelegram·OnlineHold it — and ping me here when the courier has it.

LinaWhatsApp·2mCan we move it to 19:30 instead?

AlexSlack·8mDon’t post yet — I’ll tweak the wording first.

JordanDiscord·14mCan a human confirm that before we pin it?

Maya ChenGmail·1hNeed it today if possible.

nouraInstagram·3hHold it. I’ll pay tonight — just confirm in this chat.

RezaBale·OnlineSend it here, not email.

HanaLINE·5mOk — wait for them, then reply here.

Sara
via Telegram · Online
AgentTake over
Take over to reply on this channel
04 · CHOOSE
Same job. Three ways to run.
Flowra picks the right one from your sentence — you can change it any time.
Workflow
Locked path
- Same nodes, same order, every run.
- AI only where you place it.
- Best for jobs you already know by heart.
Agent
your job
- Chooses the next tool from the message.
- Sub-agents and skills for the hard parts.
- Best for jobs that change shape.
Coordinator
Delegates
- Hands work to named child agents.
- Each child brings its own tools, model, and prompt.
- One level deep, and every child is billed separately.
COMPARE
Flowra vs n8n vs Zapier
Canvas tools make you draw every branch. Flowra builds an AI agent or a locked workflow from a sentence — with an approval gate when something would go out.
How to start an AI agent or workflow
- 01 Describe the job Write one sentence. Flowra picks whether it should run as an agent, a locked workflow, or a coordinator.
- 02 Connect the apps Authorize the accounts the job needs. OAuth is handled for you; tokens stay encrypted per account.
- 03 Approve risky steps Put a gate on any send. The run pauses — including cron — until you approve, edit, or reject.
- 04 Keep it running Trigger from a schedule, Slack or Telegram, a site widget, or the API. Every step lands in the run ledger.
| Criterion | Flowra | n8n | Zapier |
|---|---|---|---|
| How you build | One sentence | You draw the graph | You build a Zap |
| What runs | Agent, workflow, or coordinator | The graph you designed | The Zap you designed |
| Approvals | Gate on any step, including cron | You add it yourself | Paths and filters |
| Install | Nothing — it is hosted | Self-host or cloud | Cloud |
Full comparisonsvs n8n·n8n alternative·vs Zapier·Zapier alternative·vs Make·Make alternative·and Composio·vs Lindy·Lindy alternative·vs Gumloop·Gumloop alternative·vs Pipedream·Pipedream alternative·All
05 · REACH
Connect the stack you already use.
1,500 synced apps and 60,000+ tools — plus workspace primitives that live inside your project.
Gmail
Slack
Notion
GitHub
Telegram
WhatsApp
Discord
HubSpot
Linear
Jira
Asana
Airtable
Shopify
Stripe
Figma
Dropbox
Calendly
Intercom
Typeform
Zendesk
Google Sheets
Google Calendar
LinkedIn
OpenAI
Built into the workspace
- knowledge KnowledgeIngest docs, URLs, and text so agents answer from your sources.
- tables TablesStructured collections agents can read and write.
- files FilesUpload, preview, and pass artifacts without a separate store.
- browser Live browserAgents drive a real browser; you can watch and step in.
- sandbox Code sandboxIsolated shell and code for tools that need compute.
- mcp MCP serversRegister MCP endpoints so agents share one tool surface.
06 · BUILD
Call it from your code.
TypeScript, Python, or a terminal. Same agents, workflows, OAuth, and ledger — hosted.
TypeScriptPython
import { Flowra } from '@flowra/sdk'
Terminal
Type a command, or watch one run.
[
Get an API key
](https://flowra.dev/login)[SDK guide (opens in a new tab)](https://docs.flowra.dev/guides/sdk)[@flowra/sdk (opens in a new tab)](https://www.npmjs.com/package/@flowra/sdk)[flowra-sdk (opens in a new tab)](https://pypi.org/project/flowra-sdk/)[Source on GitHub (opens in a new tab)](https://github.com/flowradev/sdk)
07 · TRUST
Claims you can check on day one.
No logos we do not have. No numbers we cannot show you inside the product.
- 01
1,500 synced integrations
60,000+ tools across them, in a live catalog you can search before you sign up. - 02
Every tool call logged
Inspect inputs and outputs when something fails. - 03
Approval before risky steps
A gate pauses any run — including cron — until you decide. - 04
A free plan with real limits
3,000 credits a month, published in pricing.
08 · PLANS
Start free. Scale with credits.
Credits cover model tokens and tool executions. Each plan lists its limits and what it turns off. Subscription credits refresh every calendar month.
Free
$0.00/mo
3,000 credits · no card
- Included: Projects: 2
- Included: Agents/Workflows: 3
- Included: Custom Tools: 10
- Included: Database storage (GB): 0.005
- Included: Knowledge storage (GB): 0.005
- Included: File storage (GB): 0.02
- Included: API Access
- Not included: Own AI API key
- Not included: Instagram Business accounts
- Not included: WhatsApp QR accounts
- Not included: Priority support [
Start free
Premium
Popular
$19.99/mo
170,000 credits a month
- Included: Projects: 5
- Included: Agents/Workflows: 15
- Included: Custom Tools: 50
- Included: Database storage (GB): 0.1
- Included: Knowledge storage (GB): 0.4
- Included: File storage (GB): 0.5
- Included: API Access
- Included: Own AI API key
- Included: Instagram Business accounts
- Included: WhatsApp QR accounts
- Not included: Priority support [
Choose Premium
Pro
$49.99/mo
430,000 credits a month
- Included: Projects: 20
- Included: Agents/Workflows: 50
- Included: Custom Tools: 250
- Included: Database storage (GB): 1
- Included: Knowledge storage (GB): 4
- Included: File storage (GB): 10
- Included: API Access
- Included: Own AI API key
- Included: Instagram Business accounts
- Included: WhatsApp QR accounts
- Included: Priority support [
Choose Pro
Bring your own API keys on paid plans. How credits are spent
09 · FAQ
Questions, answered.
What actually happens when I press Build?
On this page you see a scripted preview of how Flowra wires that job — it is instant and costs nothing. When you sign in, your sentence is handed to Flowra Assistant, which does the real thing: discovers tools, builds the agent or workflow, and saves it to your project.
What is the difference between an agent and a workflow?
A workflow is a locked graph — the same nodes in the same order, every run. An agent decides at runtime which tool to call next based on the message it received. Flowra picks one from your sentence and you can switch.
How is this different from n8n or Zapier?
Those give you a canvas and expect you to draw every branch. Flowra builds the graph from a sentence, can run it as a reasoning agent instead of a fixed path, and gives every run a full ledger with an approval gate you control.
Do I need to write code?
No. Plain language is the interface. A code node and a sandbox exist for when you want them, but nothing requires them.
Is there an SDK?
Yes. @flowra/sdk on npm, flowra-sdk on PyPI, and @flowra/cli for a terminal. For Cursor, Claude, Codex, or OpenClaw, use MCP instead.
What can I connect?
1,500 synced app integrations carrying 60,000+ tools, plus your own custom tools and any MCP server you register. Accounts connect through OAuth and tokens are stored encrypted.
What if my app isn't in the catalog?
You build it. Point Flowra at the endpoint — method, path, and parameters — and it generates a working tool inside your own toolkit, with the auth handled once at the toolkit level. When an API is too odd to describe declaratively, a tool can be a short function instead. The live browser helps here too: it can open the app, capture the real network traffic, and hand you the shape of the request.
How do credits work?
Credits are spent on model tokens and tool executions. The free plan includes 3,000 a month and refreshes each calendar month.
Can I require approval before something is sent?
Yes. Add an approval gate to any step and the run pauses until you approve, edit, or reject — including runs started by a schedule while you are asleep.
Ship the first run this week.
Open a free account, hand over the sentence you just wrote, and watch the ledger fill in.
[
Start free
3,000 credits · no card · cancel anytime
[
Flowra](https://flowra.dev/)
Describe the job. Then it runs — AI agents or workflows, your apps, a full run log.
-
-
- Product
-
Company
- About
- Compare
- Alternatives
- Flowra vs n8n
- n8n alternative
- Flowra vs Zapier
- Zapier alternative
- Flowra vs Make
- Make alternative
- Flowra and Composio
- Flowra vs Lindy
- Lindy alternative
- Flowra vs Gumloop
- Gumloop alternative
- Flowra vs Pipedream
- Pipedream alternative
- Blog
- Templates
- Toolkits
Resources
- Documentation (opens in a new tab)
- Source on GitHub (opens in a new tab)
- @flowra/sdk (opens in a new tab)
- flowra-sdk (opens in a new tab)
- @flowra/cli (opens in a new tab)
- Support
Legal
© 2026 Flowra. All rights reserved.