Docs/Account/Usage & Quotas
Account

Usage & Quotas

Understanding and monitoring your usage limits.

2 min read

Usage & Quotas

Monitor your usage to stay within plan limits.

Plan Limits

Resource Free Pro Team
Team Members 3 10 Unlimited
Projects 1 Unlimited Unlimited
Snapshots/month 50 500 Unlimited
Annotations 500 10,000 Unlimited
Integrations 1 5 Unlimited
API Rate Limit - 100/15min 10,000/15min

Viewing Usage

  1. Go to SettingsUsage
  2. View current usage vs. limits
  3. See usage trends over time

API Usage

Check usage via API:

GET /billing/organizations/:id/usage
Authorization: Bearer YOUR_TOKEN

Response:

{
  "members": { "used": 5, "limit": 10 },
  "projects": { "used": 3, "limit": -1 },
  "snapshots": { "used": 125, "limit": 500 },
  "annotations": { "used": 2340, "limit": 10000 },
  "integrations": { "used": 3, "limit": 5 }
}

(-1 means unlimited)

Usage History

GET /billing/organizations/:id/usage/history?period=month
Authorization: Bearer YOUR_TOKEN

Period options: day, week, month

What Happens at Limits?

Resource At Limit
Members Cannot invite more
Projects Cannot create new projects
Snapshots Oldest snapshots may be archived
Annotations Cannot create new annotations
Integrations Cannot connect new integrations
API Requests return 429

Upgrading

When approaching limits:

  1. Go to SettingsBilling
  2. Click Upgrade
  3. Select new plan
  4. Complete checkout
  5. New limits apply immediately

Optimization Tips

Managing Snapshots

  • Delete old snapshots you no longer need
  • Focus snapshots on key pages
  • Archive completed projects

Managing Annotations

  • Resolve and archive completed annotations
  • Use status filters to manage volume
  • Export important annotations

Need Help?

Contact [email protected] if you need:

  • Temporary limit increases
  • Custom enterprise limits
  • Usage optimization advice