Resources
Rate Limits
Databaset enforces monthly API call limits per organization based on your plan.
Limits by plan
| Plan | API calls / month | Apps | |------|-------------------|------| | Free | 10,000 | 1 | | Starter | 100,000 | 5 | | Growth | 500,000 | Unlimited | | Enterprise | Custom | Unlimited |
Store, recall, and forget operations each count as one API call.
429 response
When you exceed your monthly 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