Resources
Rate Limits
Databaset enforces API call limits per organization based on your plan.
Free uses a one-time welcome quota in your first calendar month after signup. Paid plans use monthly limits that reset each billing period.
Limits by plan
| Plan | API calls | Apps | Resets | |------|-----------|------|--------| | Free | 3,000 (first month only) | 1 | Once — signup month | | Starter | 100,000 / month | 5 | Monthly | | Growth | 500,000 / month | Unlimited | Monthly | | Enterprise | Custom | Unlimited | Per contract |
After your first month on Free, the API call limit is 0 until you upgrade. Your dashboard and stored memories remain available.
Store, recall, and forget operations each count as one API call.
429 response
When you exceed your limit:
{
"error": "Too many requests",
"code": "rate_limit",
"timestamp": "2026-06-29T12:00:00Z"
}Best practices
- Cache recall results when possible
- Use bulk delete instead of many single deletes
- Monitor usage in the dashboard Usage tab