Planned Official SDKs
| Language | Priority | Status |
|---|---|---|
| TypeScript / JavaScript | First | In development |
| Python | Second | Planned |
| Go | Third | Planned |
| Ruby | Future | Backlog |
Design Principles
All SDKs will share:- Full type safety — typed responses, autocomplete-friendly
- Async-first — native async/await support
- Minimal dependencies — lightweight, no bloat
- Error handling — typed errors with actionable messages
- Auto-retry — exponential backoff for transient failures
