Understanding Credits
What Credits Enable
Credits let you run workflows and interact with AI agents on Gumloop. More credits = more automations.
How You Get Credits
Your subscription includes monthly credits. Purchase additional credits in bundles or enable credit overage for uninterrupted automation.
What Consumes Credits
Gumloop has two main types of automation, each with different credit models:Workflows
Predictable costsRun the same workflow → Pay the same credits every timeYou can calculate approximate costs before running.
Agents
Variable costsCost depends on conversation length, AI model used, and tools calledCosts vary per interaction.
Workflow Credits (Predictable)
Workflows have deterministic costs - you can calculate the exact credit cost before running.How Workflow Credits Work
- 1 credit to execute (base cost)
- + Node costs based on what each node does
Node Credit Costs
- Free Nodes (0 credits)
- AI Nodes
- Data & Web Nodes
- Custom/Code Nodes
Most native Gumloop nodes cost nothing:
- Text manipulation (Combine Text, Text Formatter, Find & Replace)
- Logic (If/Else, Switch, Router)
- Loops (For Each, Loop Mode)
- Data transformation (Filter, Join, Split)
- Most integrations (Google Sheets, Slack, Gmail, Airtable, Salesforce, etc.)
- Input/Output nodes
Example Workflow Costs
Simple Workflow (3 credits total)
Simple Workflow (3 credits total)
Workflow: Read Google Sheet → Filter rows → Send Slack message
| Step | Cost |
|---|---|
| Flow execution | 1 credit |
| Read Google Sheet | 0 credits |
| Filter rows | 0 credits |
| Send Slack message | 0 credits |
| Total | 1 credit |
AI-Powered Workflow (3 credits total)
AI-Powered Workflow (3 credits total)
Workflow: Read emails → Categorize with AI → Update Airtable
| Step | Cost |
|---|---|
| Flow execution | 1 credit |
| Read Gmail | 0 credits |
| Ask AI (Standard) | 2 credits |
| Update Airtable | 0 credits |
| Total | 3 credits |
Advanced Workflow (24 credits total)
Advanced Workflow (24 credits total)
Workflow: Combine text → AI analysis → Custom processing
| Step | Cost |
|---|---|
| Flow execution | 1 credit |
| Combine Text | 0 credits |
| GPT-4.1 AI node | 20 credits |
| Custom node | 3 credits |
| Total | 24 credits |
Data Enrichment Workflow (122 credits total)
Data Enrichment Workflow (122 credits total)
Workflow: Get contacts → Enrich → Update CRM
| Step | Cost |
|---|---|
| Flow execution | 1 credit |
| Read Airtable | 0 credits |
| Enrich Contact (×2 contacts) | 120 credits |
| Update Salesforce | 0 credits |
| Total | 121 credits |
Important Workflow Notes
Failed Workflows
Failed Workflows
If a workflow fails or stops halfway through, you’re only charged for nodes that executed before the failure.Example: If step 3 of 5 fails, you only pay for the base cost + steps 1 and 2.
Loop Mode Costs
Loop Mode Costs
When nodes run in loop mode, they execute multiple times. Multiply the node cost by the number of items in your list.Example: Enrich Contact node (60 credits) processing 10 contacts = 600 credits
Agent Credits (Variable)
Agents have variable costs - each conversation costs different amounts based on usage and configuration.Three Components of Agent Costs
Every agent interaction can incur up to three types of credit charges:AI Model Credits
Credits charged for the AI model processing your messages and deciding what actions to take. Based on token usage.
Tool Credits
Some integrations charge credits per use or per result returned. These costs are separate from AI model costs.
Workflow Credits
When agents execute workflows, the full workflow cost is added to the interaction total.
How AI Model Credits Work
AI model credits are calculated based on actual token usage. The cost depends on:- Message length: Longer inputs and outputs consume more tokens
- Model selected: Different AI models have different per-token costs
- Conversation history: Each message includes previous context, increasing token count
- Tool definitions: More tools means more tokens in the system prompt
Model Tiers
- Budget Models
- Advanced Models
- Expert Models
Best for simple tasks and high-volume usage
Budget models have the lowest per-token costs, making them ideal for high-volume use cases or simple tasks that don’t require advanced reasoning.
| Model | Best For |
|---|---|
| GPT-4.1 Mini | Simple tasks, quick responses |
| GPT-5 Mini | General queries, straightforward automation |
| Claude Haiku 4.5 | Fast interactions, basic assistance |
Tip: Start with a Budget or Advanced model and only upgrade to Expert models if needed. The actual credit cost depends on your conversation length, message complexity, and tool usage—not just the model tier.
Typical Cost Examples
These examples illustrate how costs vary based on what your agent does. Actual costs depend on message length, conversation history, and specific tool behavior.| Scenario | Model Tier | Typical Range | What’s Happening |
|---|---|---|---|
| Simple Q&A (no tools) | Budget | 1-5 credits | Single AI step, short response |
| Simple Q&A (no tools) | Advanced | 5-15 credits | Single AI step, short response |
| Lookup with 1 tool call | Budget | 5-15 credits | Multiple AI steps (plan, execute, respond) |
| Lookup with 1 tool call | Advanced | 15-40 credits | Multiple AI steps (plan, execute, respond) |
| Research task (3+ tool calls) | Advanced | 30-100 credits | Many AI steps, processing multiple results |
| Complex analysis | Expert | 50-200+ credits | Advanced reasoning, potentially many steps |
| Task that runs a workflow | Any | Varies widely | AI credits + full workflow execution cost |
When Agents Call Workflows
When an agent runs a workflow, you pay both costs:Reducing Credit Costs
For Workflows
- Use free native nodes when possible
- Provide your own API keys (reduces AI costs to 1 credit)
- Batch operations to reduce workflow runs
- Avoid unnecessary enrichment lookups
For Agents
- Choose appropriate models (don’t use Expert for simple tasks)
- Start new conversations for different topics
- Limit tools to only what’s needed
- Write clear, specific prompts
- Optimize workflows that agents call
Bring Your Own API Key (BYOK)
Bring Your Own API Key (BYOK)
Provide your own API keys for AI services to reduce costs from 20 credits to 1 credit per call.Requirements:
- Solo plan or higher
- Your own OpenAI, Anthropic, or Google AI account
Tracking Credit Usage
1
Dashboard Overview
View monthly credits, usage, and remaining balance:Account Settings → General
2
Workflow History
See credit costs for each workflow run with per-node breakdown:History Page
3
Agent Conversations
View credit costs for each agent interaction in conversation history
Getting More Credits
Monthly Allocation
Credits refresh monthly based on your subscription tier. See pricing page for tier details.Credit Overage
Enable overage to continue automations after monthly credits run out.- Cost: $0.005 per overage credit
- Limit: 2x your monthly allocation (prevents runaway costs)
- Setup: Enable in account settings
Need More Credits?
- Temporary spike: Upgrade temporarily, then downgrade
- Consistent high usage: Contact [email protected] for higher limits
- Bundles: Purchase credit bundles at discounted rates
Why Credits?
Different automations have vastly different costs:| Action | Our Cost | Credit Charge |
|---|---|---|
| Text manipulation | ~$0.000001 | 0 credits |
| Standard AI call | ~$0.005 | 2 credits |
| Advanced AI call | ~$0.05 | 20 credits |
| Contact enrichment | ~$0.15 | 60 credits |
| Custom node environment | ~$0.0075 | 3 credits |
The costs above are arbitrary, this is just an example
- Overcharge users with lightweight workflows
- Undercharge users with expensive operations
- Force us to price for worst-case scenarios
