Skip to content
LLM-friendly formats:

Authentication

All API requests require authentication using Bearer tokens.

Getting API Keys

  1. Sign up at the Weyl platform
  2. Navigate to API Keys
  3. Generate a new key
  4. Store securely (won’t be shown again)

Using API Keys

Include your key in the Authorization header:

Terminal window
Authorization: Bearer wyl_sk_1234567890abcdef

Security Best Practices

Environment Variables

Never hardcode API keys. Use environment variables:

.env.local
WEYL_API_KEY=wyl_sk_prod_1234567890abcdef

Rate Limits

Rate limits are enforced per API key. Check response headers for current limits.