Configuration Properties
Creating Profiles
Example Configurations
Basic API Access
Enterprise Usage
JWT Authentication
Profile Inheritance
When an authentication profile is attached to an application:- All tokens inherit profile settings
- Rate limits apply per token
- Refill schedules operate independently
- Expiration applies to new tokens
Limitations
- Rate limit window: 1-86400 seconds
- Refill interval: 1-86400 seconds
- Token length: 16-128 bytes
- Prefix length: 50 characters max
- Maximum requests: 1000000 per window
Best Practices
-
Rate Limiting
- Set appropriate limits for use case
- Configure refill for continuous usage
- Consider burst traffic patterns
-
Token Configuration
- Use minimum 32 bytes for security
- Add descriptive prefixes
- Set reasonable expiration
-
Profile Management
- Create profiles per usage tier
- Document profile purposes
- Regular review and updates