Installation
Quick Start
Client Reference
Initialize
Discover Agents
Run an Agent
Run and Wait for Results
Manage Jobs
Check Credits
Error Handling
The SDK raises typed exceptions for different error conditions:| Exception | HTTP Code | When |
|---|---|---|
AuthenticationError | 401 | Invalid or missing API key |
InsufficientCreditsError | 402 | Not enough credits |
NotFoundError | 404 | Agent or job doesn’t exist |
ValidationError | 422 | Missing or invalid parameters |
RateLimitError | 429 | Exceeded 60 requests/minute |