Skip to main content
Credits are the currency used on Markifact to run workflows and use advanced features. Certain actions—like fetching external data or using AI models—cost credits. Others are free. The more credits you have, the more automations and AI tasks you can run. All subscription plans include a base number of credits. You can also purchase extra credits anytime.

Workflows

Workflow credits are charged per execution and per paid node.
  • Every workflow run consumes 1 credit, no matter how it’s triggered.
  • External/data nodes like Google Analytics, Google Ads, Google Sheets, or Slides start at 1 credit per successful execution.
  • AI node costs vary by model (see model tables below).
  • Utility nodes—such as lists tools, date pickers, loops, and account selection—are free and never consume credits.
  • Only successful nodes are charged. If a node fails, no credit is consumed for that node. Other successful nodes in the same workflow will be charged.
💡 Before running a workflow, you can see the credit estimate for each node directly in the node settings sidebar, in the footer area. This is an estimate, not a guaranteed cost.
  • AI nodes vary based on model.
  • Data nodes may vary based on account count or request size.
For full details, check each node help page or ask AI Copilot in the app. Node Credit Estimate Screenshot

Workflow Credit-Saving Tips

When testing workflows, avoid running the entire flow:
  1. Click the dropdown on a specific node.
  2. Select Run Node to execute only that part.
⚠️ Note: If the node has downstream connections, those will also run and may consume credits.

AI Model Credit Costs (Workflow Nodes)

These model credit costs apply to workflow AI nodes.

OpenAI Models

Model NameCredits
gpt-5.27
gpt-5.15
gpt-55
gpt-5-mini2
gpt-5-nano1
gpt-4o5
gpt-4o-mini2
gpt-4.13
gpt-4.1-mini2
gpt-4.1-nano1
o35
o3-mini2
o4-mini2
o15
o1-mini2
gpt-image-1.525
gpt-image-120
sora-2100
sora-2-pro100

Gemini Models

Model NameCredits
gemini-3-pro-preview7
gemini-3-flash-preview2
gemini-3-pro-image-preview15
gemini-2.5-pro5
gemini-2.5-pro-exp-03-255
gemini-2.5-pro-preview-05-067
gemini-2.5-pro-preview-06-057
gemini-2.5-flash1
gemini-2.5-flash-lite1
gemini-2.5-flash-image10
gemini-2.5-flash-image-preview10
gemini-2.0-flash2
gemini-2.0-flash-lite1
gemini-1.5-pro5
gemini-1.5-flash2

Claude Models

Model NameCredits
claude-opus-4-530
claude-sonnet-4-520
claude-haiku-4-52
claude-opus-4-120
claude-opus-4-020
claude-sonnet-4-010
claude-3-7-sonnet-latest10
claude-3-5-sonnet-latest5
claude-3-5-haiku-latest2

Agents

Agent usage is separate from workflow execution and follows agent-specific rules.
  • Markifact Copilot costs 1 credit per message.
  • Task Agent usage is based on tokens consumed and the selected model multiplier.

Task Agent: How Credit Usage Works

  • Each response uses input + output tokens.
  • Different models apply different multipliers to token usage.
  • Example: a model like gpt-5.2 may be treated as 1x, while a higher-cost reasoning tier (for example, Claude Opus) can be higher (for example 5x).

Why Long Agent Threads Cost More

  • Longer conversations consume more tokens because history and context are included.
  • Markifact automatically compacts conversation history to reduce token usage.
  • Even with compaction, very long threads can become more expensive over time.

Agent Credit-Saving Tips

  • Start a fresh task when switching to a different objective.
  • Use lower-cost models for simple tasks.
  • Reserve premium models (for example, Claude Opus tiers) for complex reasoning or heavy document work (such as deep PDF/PPT tasks).
  • For balanced quality and cost, default to GPT models for everyday tasks and switch up only when needed.
  • Bring your own API keys when possible to reduce platform AI credit usage.

Using Your Own API Keys

You can bring your own API keys for AI models and significantly reduce your credit costs. Markifact supports three AI providers:
  • OpenAI
  • Google Gemini
  • Anthropic (Claude)
To add your own API keys, navigate to the Connections page in your account settings and configure your preferred AI provider.

Credit Costs with Custom API Keys

When using your own API keys:
  • All AI nodes (Ask, Structure, Analyze Data, Analyze Image, Generate Image, Edit Image) consume 0 credits
  • AI Agent node costs 1 credit flat per run, regardless of how many tools are used or time spent on the task
  • Task Agent AI tokens are billed through your provider key
This makes it extremely cost-effective to run AI-heavy workflows when you have your own API keys. You’ll pay for the AI usage directly through your provider account, while only consuming minimal credits on Markifact for orchestration.

Bring Your Own API Keys

Learn how to connect your API keys, where to get them, and see the full credit breakdown.

MCP Servers

MCP lets you use Markifact operations from external AI clients like Claude, ChatGPT, and Cursor. Credit usage for MCP is simple:
  • Discovery and utility tools are free. find_operations, get_operation_inputs, list_connections, get_file_url, and read_file cost 0 credits.
  • Running operations (run_operation and run_write_operation) costs credits based on the specific operation — the same as the equivalent workflow node.

Examples

ActionCredits
Search for operations0
Get operation schema0
List connections0
Select accounts (e.g. gads_select_accounts)0
List report fields (e.g. ga4_list_report_fields)0
Pull a Google Ads report (gads_get_report)1
Pull a GA4 report (ga4_get_report)1
Read data from Sheets (sheets_read_data)1
Create a campaign (gads_create_campaign)1
The rule of thumb: utility and discovery operations (account selection, listing fields, searching) are free. Data operations (pulling reports, reading/writing to platforms) cost credits, typically 1 credit per operation. MCP credit consumption appears in the Usage Dashboard under the MCP service type.

MCP Servers

Learn how to set up MCP servers, connect AI clients, and configure permissions.

Tracking Credit Usage

You can monitor credit usage in the Usage Dashboard (also available from the sidebar). In the Usage Dashboard, you can view:
  • Credit consumption by service (for example: Workflows, Agents, and Copilot)
  • Credit consumption by team member
  • Usage over time
  • Recent activity for Agents, Workflows, and Copilot
If you send a message to an Agent and want to check how much it cost, you can find that entry in Recent activity table in the dashboard. For workflows, you can also track credits directly while running them:
  • During a workflow run, each node displays its credit consumption.
  • After the run finishes, the total credits used are shown in the footer.
As shown in the image below, the workflow total and each node’s individual credit consumption are both visible. Credit Usage