Skip to content

Authentication

API Keys

Generate API keys from your dashboard:

  1. Go to Settings > API Keys
  2. Click Create New Key
  3. 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/workflows

Key Security

  • Never expose keys in client-side code
  • Rotate keys regularly
  • Use environment variables

AI Workflow Editor