📈 Usage Limits & Quotas

Understand query limits, rate limiting, and resource quotas to optimize your usage.

Overview

Usage limits protect system performance and ensure fair resource allocation:

Query Limits

Monthly Quotas by Plan

Plan Monthly Queries ───────────────────────────── Starter 1,000 Growth 10,000 Scale 50,000

What Counts as a Query?

Each of these counts as 1 query:

Multi-Database Query Counting

Special rules for multi-database queries:

Quota Enforcement

When you exceed monthly quota:

Rate Limits

API Rate Limits

Endpoint Limit Window ───────────────────────────────────────────── /api/queries 60 requests 1 minute /api/templates 30 requests 1 minute /api/agents 20 requests 1 minute /api/integrations 10 requests 1 minute /api/auth/* 5 requests 1 minute

Rate Limit Headers

APIs return rate limit information:

X-RateLimit-Limit: 60 X-RateLimit-Remaining: 42 X-RateLimit-Reset: 1640995200 Retry-After: 45

Rate Limit Exceeded

HTTP/1.1 429 Too Many Requests { "error": "rate_limit_exceeded", "message": "Rate limit exceeded. Try again in 45 seconds", "retry_after": 45 }

Concurrent Limits

Concurrent Queries

Maximum simultaneous queries:

Concurrent Connections

WebSocket connection limits:

Resource Quotas

Data Sources

Plan Max Data Sources ───────────────────────────── Starter 3 Growth 10 Scale Unlimited

AI Agents

Plan Max AI Agents ───────────────────────────── Starter 5 Growth 20 Scale Unlimited

Team Members

Plan Max Users ───────────────────────────── Starter 5 Growth 15 Scale Unlimited

Storage

Plan Storage Limit ───────────────────────────── Starter 10 GB Growth 50 GB Scale 200 GB

Storage includes:

Query History Retention

Plan History Retention ────────────────────────────────── Starter 30 days Growth 90 days Scale 365 days (1 year)

Workflow Limits

Workflow Executions

Per month limits:

Workflow Actions

Per workflow limits:

Agent Execution Limits

Schedule Frequency

Minimum intervals:

Agent Timeout

Export Limits

CSV/Excel Export

API Data Export

Chat Support Limits

Concurrent Chats

Per agent limits:

Chat History

Monitoring Usage

Usage Dashboard

Navigate to Settings → Usage & Billing to see:

Usage API

GET /api/billing/usage { "period_start": "2024-12-01", "period_end": "2024-12-31", "queries": { "used": 7450, "limit": 10000, "percentage": 74.5 }, "storage": { "used_gb": 45.2, "limit_gb": 50, "percentage": 90.4 }, "rate_limits": { "current_window_remaining": 42, "window_reset_at": "2024-12-10T15:31:00Z" } }

Optimization Tips

Reduce Query Usage

Manage Storage

Respect Rate Limits

Exceeding Limits

Temporary Overages

Options when exceeding limits:

Soft vs Hard Limits

Soft Limits: Can temporarily exceed with overage charges

Hard Limits: Cannot exceed

⚠️ Repeated Limit Violations

Consistently exceeding rate limits may result in temporary throttling or account review.

Enterprise Custom Limits

Need higher limits? Contact sales for:

💡 Contact Enterprise Sales

For organizations with unique requirements, we offer custom plans. Email: enterprise@datixlab.com