Authentication
All API requests require authentication using Bearer tokens.
Getting API Keys
- Request access to the Weyl API
- Fill out the access request form with your project details
- Receive your API key via email within 24 hours
- Store securely (keep the email safe for future reference)
Using API Keys
Include your key in the Authorization header:
Authorization: Bearer wyl_sk_1234567890abcdefSecurity Best Practices
Environment Variables
Never hardcode API keys. Use environment variables:
WEYL_API_KEY=wyl_sk_prod_1234567890abcdefRate Limits
Rate limits are enforced per API key. Check response headers for current limits.