Installation
- Node.js
- Python
- Go
Configuration
Initialize the client with your API key:Configuration Options
| Option | Default | Description |
|---|---|---|
timeout | 30000 | Request timeout in milliseconds |
maxRetries | 3 | Number of retries for failed requests |
baseUrl | https://api.flux.dev/v1 | API base URL |
Error Handling
The SDK throws typed errors that you can catch and handle:Next Steps
Send Events
Learn how to send and structure events
Webhooks
Receive events in real-time