Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.otpedge.com/llms.txt

Use this file to discover all available pages before exploring further.

OTP Edge uses a tier-based quota system to ensure infrastructure stability and fair usage across all workspaces.

Quota Tiers

Your monthly request quota is determined by your subscription tier.
TierMonthly QuotaFeatures
Hobby10,000 requestsEdge routing, Basic Logs
Pro100,000 requestsPriority routing, Advanced Analytics
EnterpriseCustomDedicated infrastructure, SLA

Quota Exhaustion

If your workspace exceeds its monthly quota, the API will return a 429 Too Many Requests error.
{
  "error": "Usage quota exceeded. Please top up or upgrade.",
  "code": "QUOTA_EXCEEDED"
}
To resume service, you can either wait for your next billing cycle to reset or upgrade your tier in the Billing section of your dashboard.

Anti-Spam Guardrails

To protect your account from malicious bots and “OTP bombing” attacks, we enforce a strict cooldown per recipient.
  • Recipient Cooldown: 60 seconds per phone number.
  • Error Response: 429 Too Many Requests with code SPAM_COOLDOWN.
These guardrails are active on all tiers to protect your workspace reputation and budget.