Available SDKs
When to use an SDK
| Approach | Best for |
|---|---|
| Web UI | Manual operations, data exploration, one-off tasks |
| REST API | Custom integrations, languages without SDK support |
| SDK | TypeScript/JavaScript apps, type safety, rapid development |
Benefits of using an SDK
- Type safety - Full TypeScript support with autocomplete
- Convenience - Pre-built methods for common operations
- Authentication - Simplified API key management
- Error handling - Consistent error types and messages
- Documentation - Inline documentation and examples
Quick comparison
Getting started
1
Create an API key
Navigate to Settings > API Keys and create a new key with appropriate permissions.
2
Install the SDK
3
Initialize and use

