Skip to main content

Enterprise Plan Overview

The Enterprise plan is designed for large-scale deployments, high-volume applications, and organizations that need maximum capacity and custom solutions.

Plan Limits

Events per Month

10,000 events10x more events than Pro - handle high-volume event streams

Event Categories

100 categoriesMaximum organization flexibility for complex enterprise systems

Everything in Pro, Plus:

Maximum Capacity

  • 10,000 events per month: 100x more than Free, 10x more than Pro
  • 100 event categories: Organize even the most complex systems
  • Suitable for high-traffic production environments

Enterprise Support

  • Dedicated support channel
  • Fastest response times
  • Direct access to engineering team
  • Help with custom integrations

Custom Features

  • Custom integration development available
  • Tailored solutions for your specific needs
  • Priority feature requests
  • White-glove onboarding

All Core Features Included

Multi-Channel

Discord, Telegram, email notifications

Custom Categories

100 custom event categories

Full API

Complete REST API access

Dashboard

Real-time monitoring

Priority Support

Dedicated enterprise support

Custom Features

Tailored solutions available

Quota Management

The Enterprise plan provides the highest quotas available:
// From quota.ts
export const ENTERPRISE_QUOTA = {
  maxEventsPerMonth: 10000,
  maxEventCategories: 100,
} as const
  • 10,000 events per month: Enough capacity for high-volume production systems
  • 100 categories: Maximum organization for complex architectures
  • Monthly reset on the 1st of each month
  • Real-time quota monitoring in dashboard
See quota.ts:12-15 for the full quota definition.

Use Cases

The Enterprise plan is ideal for:

Enterprise SaaS

Large-scale SaaS products with thousands of users and events

Microservices

Complex architectures with many services generating events

E-commerce Platforms

High-traffic platforms monitoring orders, payments, and user activity

DevOps Monitoring

Large infrastructure with extensive monitoring needs

Multi-Tenant Apps

Applications serving multiple organizations or teams

Analytics Platforms

Systems processing high volumes of analytics events

Performance at Scale

The Enterprise plan is battle-tested for high-volume scenarios:
  • Event processing optimized for throughput
  • Quota tracking uses efficient database upserts
  • Delivery status tracking for reliability
  • Monthly quota resets maintain consistent performance
The quota system uses atomic increments to prevent race conditions: route.ts:198-207

Custom Solutions

Need something beyond the standard Enterprise plan?

Custom Quotas

Higher event limits or custom rate limiting

Additional Channels

Slack, SMS, webhooks, or custom integrations

White-Label

Branded notifications and dashboard

On-Premise

Self-hosted deployment for maximum control

Pricing

The Enterprise plan is a one-time payment processed securely through Stripe. Visit your dashboard to see current pricing and checkout.
Enterprise checkout uses the same Stripe integration as Pro, with a different price ID: stripe.ts:21-24

Upgrading to Enterprise

1

Go to your dashboard

Navigate to the pricing section
2

Select Enterprise plan

Click on the Enterprise plan upgrade button
3

Complete checkout

Secure payment via Stripe
4

Immediate activation

Your Enterprise quotas activate instantly

Need More?

If you need quotas beyond the Enterprise plan limits, contact support to discuss custom solutions:

Contact Sales

Discuss custom enterprise solutions and pricing

Build docs developers (and LLMs) love