Generating API Tokens
- Go to Account Settings → API Tokens
- Click Generate New Token
- Copy the token (it will only be shown once)
Token Scopes
| Scope | Permission |
|---|---|
read:flows | Read workflows and executions |
write:flows | Create or update workflows |
execute:flows | Trigger workflows |
admin | Full access |
⚠️ Do not expose tokens publicly or store them in client-side code.