Credits & Usage

Credits are TinyCommand's unit for automated work. Every workflow step uses 1 credit, and a few data-heavy steps (AI agents, search, scraping, SEO and enrichment) use more. One credit pool covers every product in your workspace.

What uses credits

CategoryFeatureCredits
WorkflowsAny workflow step (logic, integrations, database steps, Send Email to Yourself)1 per step, even if the step errors
AIAgent, Tiny Scout, Tiny Composer steps10 per step
AITiny Search10 per step
AITinyGPT, Tiny GPT Writer, Tiny GPT ResearcherAt least 1 per step
ScrapingScrape Page, Extract Data, Map URLs2 per step
ScrapingCrawl Site2 per page crawled
ScrapingWeb Search2 per result returned
VisionExtract Text (OCR), Read PDF, Extract Table, Extract Fields, Ask Document, ClassifyAt least 1 per step
EnrichmentCompany Enrichment, Email Enrichment (workflow steps)10 per step
EnrichmentPerson Enrichment (workflow step)20 per step
SEOTinyKeyword, TinyRank, TinySERP, TinyMeta, TinySchema, TinyCluster, TinyBacklinkFrom 1 to 20 or more, see Billing & Plans
TinyTablesCompany look-up, person look-up, find email, verify email10, 20, 10 and 5 per row, only when data is found
TinyTablesAI columnNano 1, Mini 5, Pro 10, Max 20 per cell
DiscoveryNew companies, new people20 per company, 10 per person that lands in your table
AgentsConversations with an agent that runs on TinyGPTUses credits

What never uses credits

  • Building forms and collecting form responses
  • Building tables and storing records
  • Designing email templates in TinyEmails

Credits by plan

PlanMonthly credits
Free1,000
Basic10,000
Professional50,000
Agency250,000

See Billing & Plans for prices and what each plan includes. Paid plans (Basic and up) also include bulk credit purchase.

Monitoring usage

Go to Monitor → Credit Usage to see:

  • Remaining: credits left in your balance
  • Used: credits consumed so far
  • Forecast: how long your balance lasts at your current daily average
  • Usage by Product: which products used your credits
  • Daily Credit Consumption: a chart of usage over time
  • Recent Credit Activity: the latest credit charges

The credits card in the sidebar also shows your balance and warns you when you're running low.

Reducing credit usage

StrategyDetails
Filter before expensive stepsAdd If-Else or Filter steps before AI agents, enrichment and scraping. Skip records that don't need them.
Cache resultsStore AI and enrichment results in a table. Before calling again, check whether you already have the answer.
Keep workflows shortEvery step uses at least 1 credit, so remove steps that don't change the outcome.
Batch with limitsIn For Each loops, set a limit during testing. Process 5 items, not 500.
Check your schedulesA schedule that runs more often than needed multiplies every step's cost.

Credit usage in test runs

Test runs use credits the same way production runs do. When testing workflows with credit-heavy steps:

  • Use the individual node Test tab (runs one node, costs credits once)
  • Don't run the full workflow repeatedly during development
  • Use small sample datasets for testing
Warning

A For Each loop with 1,000 items that runs a Person Enrichment step can use about 20,000 credits (20 credits x 1,000 iterations), plus 1 credit for every other step in each iteration. Always add a limit during development to avoid using your entire monthly allowance by accident.

Tip

The most common cause of unexpectedly high credit usage is a scheduled workflow running more often than intended. A workflow scheduled every 5 minutes runs 288 times a day, and each run uses at least 1 credit per step.