Guides

Home / Documentation / AI credits

AI credits

AI site generation and in-editor AI features draw from your workspace's AI budget, tracked in USD. There is not a separate legacy "credit counter" product surface-what matters is remaining budget on the workspace.

What consumes budget

One-shot generation, plan flows, and model calls initiated from the dashboard or API can spend down the pool. Exact pricing and inclusion by plan appear on the marketing pricing page and in your billing settings.

Free plan limits

Free workspaces enforce both the monthly included AI budget (USD) and a lifetime cap on AI generation starts. When either limit is reached, AI endpoints and AI editor features return an error or are disabled — but the dashboard and editor stay open for manual changes (blocks, theme, publish). Workspace owners receive a one-time email when the limit is first hit.

Build without AI

On Free (or whenever AI budget is exhausted), use non-AI paths: start blank or from a template in the dashboard, edit manually in the editor, POST /api/v1/sites with templateId, or MCP create_site_from_template, create_site_from_document, or POST /api/v1/sites/validate then create, followed by update_site / block tools. See MCP: Free plan / no AI credits.

API parity

Generation endpoints require a key with access to the same workspace you use in the product. Responses surface errors when the budget is exhausted.

See also