The Plans module allows you to create and manage usage plans that define rate limits and features for your users.Documentation Index
Fetch the complete documentation index at: https://docs.limitly.dev/llms.txt
Use this file to discover all available pages before exploring further.
List Plans
Get all plans for your account:Create Plan
Create a new usage plan:Create Plan Parameters
The name of the plan
A description of the plan
Maximum number of requests allowed per period
The period for the request limit (day, week, month, year)
Array of features included in this plan
Additional metadata for the plan
Get Plan
Retrieve a specific plan by ID:Update Plan
Update an existing plan:Update Plan Parameters
New name for the plan
Updated description for the plan
Updated maximum number of requests
Updated request period
Updated array of features
Updated metadata for the plan
Delete Plan
Delete a plan (soft delete):Get Plan Usage
Get usage statistics for a specific plan:Plan Usage Response
Total number of users on this plan
Total requests made by users on this plan
Average usage per user on this plan
The current period
Get Plan Users
Get all users on a specific plan:Complete Example
Plan Object
The plan object contains the following properties:Unique identifier for the plan
The name of the plan
The description of the plan
Maximum number of requests allowed per period
The period for the request limit
Array of features included in this plan
When the plan was created (ISO 8601 format)
When the plan was last updated (ISO 8601 format)
Additional metadata for the plan
Common Plan Features
Here are some common features you might include in your plans:api_access- Basic API accessbasic_analytics- Basic usage analyticsadvanced_analytics- Advanced analytics and reportingpriority_support- Priority customer supportwebhooks- Webhook notificationsemail_support- Email supportphone_support- Phone supportcustom_domains- Custom domain supportteam_management- Team and user management features
Next Steps
- Users - Manage user accounts and usage
- API Key Management - Generate and manage API keys
- Request Validation - Validate user requests

