Catalyst pricing

01What is it?
Catalyst pricing, free tier limits, pay-as-you-go rates, GB-seconds calculation, and cost estimation for functions, storage, and other services. It stands out by giving go-to-market work a defined shape, so the agent asks for better context and returns a more usable result.
02Inputs
Context for go-to-market work: your goals, audience, constraints, and any source material the skill asks for.
03Output
A ready-to-use result for go-to-market work: the analysis, copy, or recommendations the agent produces.
Install-only

Install as a package

Installs this one skill package for your coding agent, including any supporting files that skill ships with — not every skill in the repository. Read the tutorial.

Terminal
$ npx skills add catalystbyzoho/agent-skills --skill catalyst-pricing

Skill instructions

The instruction file for this skill. The skill also includes other files you need to install to use it.

SKILL.md

How It Works

  1. Load references/pricing-basics.md — for free tier limits, pay-as-you-go rates, and the GB-seconds formula.
  2. Free tier first — Always present free tier limits before pay-as-you-go rates. Most hobby projects stay within free tier.
  3. GB-seconds calculation(memory in GB) × (execution time in seconds) × (invocation count). Present as a worked example with the user's expected usage.
  4. Estimate honestly — Flag that serverless cost depends on real traffic patterns; give a range rather than a single number.

Triggers

Use this skill for: "pricing", "cost", "free tier", "how much does Catalyst cost", "GB-seconds", "billing", "pay-as-you-go", "subscription model", "trial credits", "$250 credits", "function cost", "storage cost", "will this be free", "Catalyst pricing plans", or "DataStore pricing".

References

ReferenceLoad when the query is about…
references/pricing-basics.mdFree tier limits, pay-as-you-go rates per service, GB-seconds formula, $250 trial credits, subscription vs PAYG

Supporting file: references/pricing-basics.md

Pricing data last verified: May 2026. Always verify current rates at https://catalyst.zoho.com/pricing.html before quoting estimates to clients.

Overview

  • Pay-per-use model with generous monthly free tiers.
  • Free trial: New customers get $250 USD in credits, valid for 60 days from the date claimed.
  • Minimum billing: $5/project/month once any free tier limit is exceeded.
  • No upfront commitments. Subscription option also available.
  • Free tier is account-wide (shared across all projects).

Pricing Table (USD)

Serverless

ComponentUnit PriceUnit
Functions$0.000016per GB-second
Circuits$0.00002per state transition
AppSail$0.08per GB-hour

Data Store

OperationUnit PriceUnit
SELECT$0.00006per request
INSERT$0.0001per request
UPDATE$0.00008per request
DELETE$0.00008per request
Storage$0.02per GB/month

Cache

OperationUnit PriceUnit
GET$0.00004per request
PUT$0.00006per request
UPDATE$0.00006per request

Stratus (Object Storage)

OperationUnit PriceUnit
Upload$0.000005per request
Download$0.0000004per request
Storage$0.02per GB/month

Other Backend

ComponentUnit PriceUnit
API Gateway$0.000001per request
Web Client Hosting$0.0000004per request
Mail$0.001per email
Push Notifications$0.00002per notification
Search$0.00004per query

SmartBrowz

OperationUnit PriceUnit
Headless Browser$0.1188per hour
PDF Conversions$0.0033per PDF
BrowserLogic$0.000002per invocation

DevOps

OperationUnit PriceUnit
APM$0.00002per request
Automation Testing$0.005per test case
Application Alerts$0.0005per alert
Pipeline Build & Deploy$0.00016per GB-second

Zia AI/ML APIs

All Zia operations: $0.001 per request (OCR, Face Analytics, Image Moderation, Object Recognition, Barcode Scanner, AutoML Prediction, Text Analytics)

ConvoKraft

Messages: $0.0006 per message

QuickML

OperationUnit PriceUnit
Model Inference (0–25K)$0.0025per API call
Model Inference (25K–100K)$0.002per API call
Model Inference (>100K)$0.001per API call
LLM Input Tokens$0.2per million
LLM Output Tokens$0.4per million

Slate

OperationUnit PriceUnit
Build & Deploy$0.00016per GB-second
Hosting Storage (CDN)$0.0001per MB
Requests (CDN & Origin)$0.000004per request
ISR Read$0.0000003per request
ISR Write$0.000003per request

Free Tier (Monthly, Account-Wide)

Serverless

ComponentFree
Functions25,000 GB-seconds
Circuits2,000 state transitions
AppSail15 GB-hours

Data Store

OperationFree
SELECT10,000 requests
INSERT5,000 requests
UPDATE1,000 requests
DELETE1,000 requests
Storage5 GB

Cache

OperationFree
GET1,000 requests
PUT5,000 requests
UPDATE5,000 requests

Other

ComponentFree
Stratus Upload2,000 requests
Stratus Download10,000 requests
Stratus Storage5 GB
API Gateway100,000 requests
Web Client Hosting300,000 requests
Mail100 emails
Push Notifications500 notifications
Search1,000 queries
SmartBrowz Headless5 hours
SmartBrowz PDFs50 PDFs
BrowserLogic25,000 GB-seconds
Zia APIs (all combined)100 calls
ConvoKraft Messages1,000 messages
QuickML Inference500 API calls
Slate CDN Requests300,000 requests
Slate Storage500 MB

Billing Rules

  1. Free tier is account-wide — shared across all projects.
  2. Minimum $5/project/month once any free tier limit exceeded. If usage = $7 across 2 projects: $7 + $5 = $12.
  3. Billable = Max(0, Usage - Free Tier). Cost = Billable × Unit Price.
  4. Free trial credits ($250) applied against invoices. After 180 days, normal billing begins.

GB-Seconds Calculation

GB-seconds = (Memory in MB / 1024) × Execution Time in Seconds × Number of Invocations

Example: 500 invocations, 512 MB, 2 seconds each:

GB-seconds = (512/1024) × 2 × 500 = 500 GB-sec
Cost = (500 - 25,000 free) = 0 billable → $0.00

Cost per invocation at each memory tier (1-second duration)

Memory (MB)Cost per invocation10K/month100K/month
128$0.000002$0.02$0.20
256$0.000004$0.04$0.40
512$0.000008$0.08$0.80
1024$0.000016$0.16$1.60

Key insight: 128 MB is 8× cheaper per second than 1024 MB. Choose the smallest memory that doesn't cause failures.


Typical Monthly Costs

App TypeRangePrimary Drivers
Simple web app (< 1K users)$0–$10Within or near free tier
API backend (10K req/day)$5–$50Data Store, Functions, API Gateway
Data processing (1M rows/mo)$50–$500Data Store writes, Job Scheduling
Data processing (100M rows/mo)$2,000–$30,000+Data Store writes dominate
ML-powered app$10–$200Zia APIs, QuickML, Data Store
Chat application$5–$50ConvoKraft, Functions, Cache

Cost Estimation Pitfalls

  1. Processing multiplier — one user action triggers multiple ops. E.g., "save record" = 1 INSERT + 2 SELECTs + 1 Cache PUT + 1 event.
  2. DataStore is often the dominant cost for data-heavy apps. INSERT at $0.0001/request adds up fast.
  3. Cache reduces DataStore costs — higher cache hit rate = fewer SELECT calls.
  4. APM costs scale with executions — at millions of executions, $0.00002/req becomes material.
  5. Free tier erodes at scale — don't over-optimize for free tier savings in large projections.

INR & Regional Pricing

Catalyst invoices in the currency attached to the credit card:

  • US DC → USD, IN DC → INR, EU DC → EUR

For INR rates, visit https://catalyst.zoho.com/pricing.html from an India DC account. All estimates in this skill are in USD. For INR pricing, direct users to the official pricing page.

Common Errors

ErrorCauseFix
Cost estimate doesn't match invoiceFree tier resets monthly; partial months billed at full rateAlways calculate based on full month usage; free tier is per calendar month
INR pricing differs from USD estimateSeparate regional pricing applies to India DC accountsDirect India DC users to catalyst.zoho.com/pricing.html for accurate INR rates
Unexpected GB-seconds chargeCold start overhead counted toward execution timeCold starts add ~100–300 ms; factor this in for high-frequency functions
Free tier exhausted earlier than expectedMultiple environments (Development + Production) share the same free tier quotaEach Catalyst project counts as one quota pool across all environments

How do I install Catalyst pricing in Cursor, Claude Code, or Codex?

Run npx skills add catalystbyzoho/agent-skills --skill catalyst-pricing in the project where you want it, then ask your agent for the skill by name. The --skill flag installs only Catalyst pricing, not every skill in the repository.

Where does Catalyst pricing come from and what license is it under?

Catalyst pricing comes from the catalystbyzoho/agent-skills repository on GitHub. That repository has 51 GitHub stars. The skill is published under the Apache-2.0 license.

Prefer plain text? Read the Catalyst pricing guide as markdown.