Overview
The Script API lets you:- Create and manage workflows programmatically
- Run workflows with custom inputs
- Batch process hundreds of items
- Monitor execution status and results
- Modify steps dynamically
Base URL
Authentication
All endpoints require a Bearer token. Get your API key from Settings → API.Quick Start
1. List your workflows
2. Run a workflow
3. Check execution status
Response Format
All responses are JSON:Rate Limits
| Plan | Requests/minute | Concurrent executions |
|---|---|---|
| Free | 60 | 5 |
| Pro | 300 | 25 |
| Enterprise | Custom | Custom |
Errors
| Code | Description |
|---|---|
| 400 | Bad request — check your parameters |
| 401 | Unauthorized — invalid or missing API key |
| 404 | Not found — resource doesn’t exist |
| 429 | Rate limited — slow down |
| 500 | Server error — try again later |

