Workflow guardrails
Track cost/run and stop expensive automations before monthly close.
n8n workflows are easy to scale and easy to over-spend. Opsmeter surfaces per-workflow cost ownership with actionable budget context.
Automation stacks can inflate spend silently through retries and verbose prompt paths.
Automation stacks can inflate spend silently through retries and verbose prompt paths.
Track cost/run and stop expensive automations before monthly close.
Map workflow spend to teams that can fix prompt, retry, or model behavior.
Keep automation scale while preserving budget posture visibility.
Use workflow and execution IDs as stable request context.
Include endpointTag, tenantId, and user context where available.
Emit usage payload after model-calling nodes to keep workflow visibility complete.
| Field | Example value | Why it matters |
|---|---|---|
| workflowId | wf_automate_support | Tracks spend concentration across automation flows. |
| executionId | exec_12931 | Reconstructs retries and repeated workflow loops. |
| endpointTag | support.summary | Connects workflow spend to product endpoint ownership. |
| promptVersion | n8n_v2 | Shows prompt update impact on run economics. |
Capture workflow IDs, execution IDs, and endpoint context from n8n nodes.
Send usage plus workflow tags to Opsmeter ingest endpoint.
Use workflow and endpoint views to isolate costly branches quickly.
No proxy rewrite required. Keep your current app path and enrich request metadata.