Authentication
API Keys
Generate API keys from your dashboard:
- Go to Settings > API Keys
- Click Create New Key
- Copy and store securely
Using Your Key
Include the key in request headers:
bash
curl -H "Authorization: Bearer YOUR_API_KEY" \
https://api.wainao.ai/v1/workflowsKey Security
- Never expose keys in client-side code
- Rotate keys regularly
- Use environment variables