AI nodes multiply calls
One workflow can fan out across agents, tools, retries, and premium model calls.
Track token usage, monitor costs by workflow and node, and catch expensive automation mistakes before they become surprise bills.
Built for n8n teams using OpenAI, Claude, Gemini, and Apify.
5,000 protected requests every month on the Free plan.
Runaway spend
BlockedSaved this run
$126.80Budget state
ProtectedBuilt for n8n teams
AI workflows can loop unexpectedly, retry repeatedly, call expensive models, and generate hidden costs before anyone notices. Provider dashboards show usage, but they rarely explain which workflow, node, execution, or customer created the bill. FlowGuard fills that gap for n8n teams.
One workflow can fan out across agents, tools, retries, and premium model calls.
OpenAI, Claude, Gemini, and Apify dashboards show totals, not workflow-level ownership.
Bad inputs, failed tools, and retry logic can turn automation into a cost incident.
Teams need to know which client, project, or workflow created the spend.
n8n-first
No rewrites, no SDK install, and no code changes. Route requests through FlowGuard, keep your existing workflow shape, and start seeing costs by workflow, node, provider, and execution.
Keep your n8n automations intact and route provider calls through FlowGuard.
Use gateway endpoints and n8n credentials instead of adding application code.
Most teams only change the provider endpoint and FlowGuard API key.
FlowGuard receives workflow and node names so usage is attributed correctly.
Built for operational clarity
FlowGuard turns provider usage into workflow visibility: cost anomaly alerts, node-level attribution, request logs, provider usage tracking, and budget monitoring in one place.
See spend, token volume, errors, and latency grouped by workflow, project, customer, or environment.
Find the exact n8n node, agent step, or tool call responsible for a spike.
Inspect the path, prompts, model calls, retries, and outcomes for costly executions.
Define daily, monthly, workflow, customer, or execution budgets with hard-stop behavior.
Detect unusual spend, token bursts, latency jumps, and error loops before they spread.
Use a FlowGuard node or gateway pattern designed for automation builders and agencies.
Dashboard preview
Track cost anomaly alerts, request logs, provider usage, and budget monitoring from the same dashboard your team uses to inspect expensive n8n executions.
Production workspace
Filtered by n8n workflows, agent executions, and customer attribution.
Spend today
$428.17
Tokens
4.8M
P95 latency
1.8s
Blocked runs
23
| Workflow | Cost | State |
|---|---|---|
|
Support triage agent Customer ACME, 18 nodes |
$142.90 | Normal |
|
Invoice extraction Operations, 9 nodes |
$87.13 | Normal |
|
Research loop Sandbox, 31 retries |
$74.02 | Blocked |
|
Lead enrichment Growth, 12 nodes |
$52.71 | Normal |
How it works
Install the n8n node or point OpenAI-compatible calls at the FlowGuard gateway.
Attach workflow, node, execution, environment, and customer context to each request.
Analyze model usage across teams and troubleshoot expensive executions instantly.
Trigger notifications, soft warnings, or hard stops when budgets or anomaly rules fire.
Simple n8n setup
Create a project, connect your provider, and create an n8n credential that points model calls through FlowGuard. Your requests stay familiar while FlowGuard adds tracking, cost attribution, and budget visibility.
No workflow changes. No SDKs. No code modifications. Most users can get started in under 5 minutes.
Follow the setup flow visually, from creating your FlowGuard project to routing n8n model calls through the protected gateway.
Embedded YouTube walkthrough
Organize workflows, logs, budgets, providers, and client environments in one protected workspace.
Add OpenAI, Claude, Gemini, or Apify credentials. Provider keys are encrypted before storage.
Use the FlowGuard gateway as the provider endpoint and start monitoring requests.
Copy into n8n
Choose the provider you use in n8n and paste the matching base URL. FlowGuard keeps the provider experience familiar while adding monitoring and budget protection.
Use these base URLs in the n8n chat model credential for OpenAI, Anthropic, or Gemini-compatible nodes.
1
Choose the matching n8n OpenAI, Anthropic, or Gemini chat model credential.
2
Use Expressions mode so workflow and node names are sent to FlowGuard.
3
Set the credential key to the FlowGuard API key connected to that provider.
https://flow-guard.io/api/v1/openai/{{ $workflow.name }}/{{ $prevNode.name }}
https://flow-guard.io/api/v1/anthropic/{{ $workflow.name }}/{{ $prevNode.name }}
https://flow-guard.io/api/v1/gemini/{{ $workflow.name }}/{{ $prevNode.name }}
Use these URLs in an n8n HTTP Request node with Authorization set to Bearer and your FlowGuard API key.
Actor
Create an Apify Actor key in FlowGuard, then send a POST request from n8n. The JSON body is the Actor input.
Scrape
Create an Apify Scrape key in FlowGuard, then send a GET request from n8n to return the real Apify response and log it.
https://flow-guard.io/api/v1/apify/{{ $workflow.name }}/{{ $prevNode.name }}/actor/run?waitForFinish=60
https://flow-guard.io/api/v1/apify/{{ $workflow.name }}/{{ $prevNode.name }}/scrape/fetch
Keys stay protected
n8n calls FlowGuard, and FlowGuard calls the provider with your encrypted credential.
Spend gets attributed
Costs are tied back to the workflow, node, model, project, and API key.
Incidents become visible
Budget warnings and abnormal usage alerts help catch expensive loops early.
Outcomes
FlowGuard helps teams move from blind provider invoices to clear cost ownership, early warnings, and better automation margins.
Break usage down by workflow, node, execution, project, customer, model, and provider.
Catch token bursts, retry loops, expensive model switches, and abnormal usage before they become billing surprises.
Adopt OpenAI, Claude, Gemini, and Apify with budget visibility around each production workflow.
Know which client, workflow, or team created cost so pricing and usage stay accountable.
Agency operations
One workflow mistake can erase profit. FlowGuard helps agencies understand client AI costs, identify expensive workflows, detect anomalies, monitor usage, and protect margins before a small automation issue becomes a client billing problem.
Start FreeSee which client workspace, project, or API key generated each model request and cost.
Find the workflow and node responsible for a spike instead of guessing from a provider invoice.
Surface sudden cost increases, retry storms, and token bursts while the workflow is still running.
Track OpenAI, Claude, Gemini, and Apify usage without giving every workflow direct provider credentials.
Use clear usage data to price retainers, review client automations, and stop runaway spend.
Case study
A support-ticket automation started retrying an LLM reply node after malformed input. FlowGuard attributed the spike to the exact workflow and node, enforced the budget rule, and gave the team a trace they could fix in minutes.
94%
projected overspend avoided
$1,126
estimated provider cost protected
17 min
from spike to blocked execution
1 node
identified as the cost source
Illustrative production-style scenario based on the kind of retry loop FlowGuard is built to detect and block.
Incident reconstruction
Without guardrails
$1,284.40
With FlowGuard
$158.20
Protected spend
$1,126.20
Normal baseline
The workflow usually processed support tickets with predictable token volume and low model cost.
Retry loop detected
The Generate Reply node started repeating calls after a malformed customer payload.
Budget rule enforced
FlowGuard blocked the workflow, preserved the request trace, and surfaced the responsible node.
Cost recovered
The team patched the prompt input and restarted the workflow without losing the whole monthly budget.
Auto-stop rule
Block workflow when hourly LLM cost increases by 300%.
Team
FlowGuard is shaped by hands-on n8n usage, backend engineering, data science, and machine learning work. The goal is simple: protect teams from expensive API mistakes without slowing down automation builders.
Small team, operator mindset
The first version focuses on the problems teams feel immediately: safe provider credentials, request attribution, cost visibility, and early warnings before a workflow burns money.
CTO & Founder of FlowGuard
Location Germany
Amir is building FlowGuard from the same problems he sees as an n8n user and backend engineer: AI automations can become expensive, unclear, and hard to control once they reach production. He brings 10+ years of experience in scalable backend systems, monitoring, payments, clean architecture, data science, and machine learning to make FlowGuard a secure, practical gateway teams can trust with their provider keys, usage data, and budget protection.
Backend
10+ years
Automation
n8n + LLMs
AI
DS / ML
Team Lead
Location Germany
Ehsan keeps FlowGuard focused on the user experience behind the infrastructure. His role is to help turn complex gateway, logging, and cost-control workflows into clear setup paths, reliable product behavior, and practical safeguards that teams can understand before they route real production traffic through FlowGuard.
Focus
Delivery
Team
Coordination
Product
Operations
Senior DevOps Engineer
Location Portugal
Amin brings senior DevOps experience across cloud infrastructure, deployment automation, observability, and production operations. Based in Portugal, he helps keep the platform reliable, secure, and ready for real automation workloads.
DevOps
Senior
Cloud
Infrastructure
Ops
Reliability
Trust
FlowGuard is built by Amir Hossein Baghdadi for teams that route expensive provider calls through production n8n workflows. The trust model is practical: encrypted keys, TLS-secured communication, clear legal pages, and a direct contact path.
Contact email: support@flow-guard.io
Founder-led development with a focus on secure backend systems, n8n usage, payments, monitoring, and AI automation.
Provider credentials are encrypted before they are stored, and workflows use FlowGuard API keys instead of direct provider secrets.
Requests to FlowGuard are sent over TLS-secured connections before being routed to supported providers.
FlowGuard focuses on operational metadata, usage, cost, latency, status, and attribution so teams can minimize unnecessary prompt retention.
Pricing teaser
Start with 5,000 protected requests every month, then grow into higher limits and team controls as your n8n usage expands.
Start protecting n8n AI workflows with the core monitoring layer included.
$0
5,000 requests/month included
Everything in Free, plus higher monthly volume and stronger protection controls.
$20
50,000 requests/month
For teams that need shared access, higher request volume, and faster support.
$50
150,000 requests/month included
For organizations that want a stable self-hosted FlowGuard version with long-term security coverage.
One-time
stable version plus 5 years of security updates
FAQ
Yes. FlowGuard is designed around n8n workflows and supports both a dedicated node approach and an LLM-compatible gateway approach.
No. The gateway is designed for familiar provider-compatible requests, so existing clients can usually change the base URL and pass context metadata.
Yes. FlowGuard can focus on metadata, cost, token counts, latency, error state, and attribution while minimizing or disabling prompt retention.
Yes. Budget and anomaly rules can trigger alerts, soft limits, or hard blocks for workflows, customers, executions, or environments.
Protect the workflow layer
Get visibility into costs, workflows, nodes, and provider usage before small mistakes become expensive problems.