Skip to main content
Declaw Cloud has three tiers. Free is self-serve with no spend commitment; Pro is self-serve with a monthly recharge minimum; Enterprise is contact-sales.

Comparison

FreeProEnterprise
Concurrent sandboxes25500Custom
Max session duration1 hour72 hoursCustom
Max vCPUs / sandbox416Custom
Max memory / sandbox4 GB16 GBCustom
Max disk / sandbox10 GB50 GBCustom
Max egress connections / sandbox50200Custom
General requests / sec5002,000Custom
Sandbox creates / sec210Custom
Deposit range55 – 1001010 – 5,000Custom
Minimum monthly recharge$100Custom
Self-serve upgradeContact sales
Enterprise is not self-selectable from your dashboard — contact sales to upgrade.

How limits are enforced

Every limit above maps to a specific point in the request pipeline. When you hit one, the API returns a documented error so your client can react:
Limit hitHTTP status
Concurrent sandboxes429
Session duration (request timeout > tier max)403
vCPUs / memory / disk (template or request)403
General request rate429
Sandbox create rate429
Response bodies are always JSON of shape {"message": "<reason>"}. The specific <reason> strings you’ll see:
{ "message": "concurrent sandbox limit reached for tier: pro" }
{ "message": "session duration exceeds tier limit" }
{ "message": "vcpu limit exceeds tier allowance" }
{ "message": "memory limit exceeds tier allowance" }
{ "message": "disk limit exceeds tier allowance" }
{ "message": "rate limit exceeded" }
{ "message": "sandbox creation rate limit exceeded" }
See Errors & Rate Limits for full handling guidance.

Recharge commitment

Pro requires a minimum total deposit of $100 per calendar month. Enterprise commitments are negotiated per contract. This is a spend commitment, not a flat fee — any deposits you already made in the month count toward it. You pay only for what you consume; the unused balance carries over. If you miss a monthly commitment, the account enters a grace period (duration set per account by billing). During grace, your tier limits remain active. After grace expires without a qualifying deposit, the account is downgraded to Free.

Free tier sandbox balance

Free accounts do not require a positive paid balance to create sandboxes — they consume the free credit grants described in Billing & Pricing. Once the free grant is exhausted, creation requests return 402 Payment Required until you deposit funds or upgrade. Pro and Enterprise require a positive wallet balance (free credits + paid balance combined) for any billable operation.