Authentication
All API requests require authentication using Bearer tokens.
Getting API Keys
- Sign up at the Weyl platform
- Navigate to API Keys
- Generate a new key
- Store securely (won’t be shown again)
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.