Documentation Index
Fetch the complete documentation index at: https://docs.wede.pt/llms.txt
Use this file to discover all available pages before exploring further.
API Key
Every Wede tenant has an API key. You can find yours in Settings. API keys have the format:wede_live_XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Using your API key
Direct authentication
For most endpoints, pass your API key in thex-wede-api-key header:
JWT token
Some endpoints require a JWT token. Exchange your API key for a token:Authorization header:
Security
- Store API keys in environment variables
- Rotate keys regularly via the dashboard
- Use the minimum required permissions