SDKs
Current Integration
For now, integrate directly via HTTP with HMAC signing. The API is straightforward:
- ~100 lines of code for most integrations
- See Security Model for signing details
- See API Reference for endpoints
Planned SDKs
| Language | Status | ETA |
|---|---|---|
| TypeScript/Node.js | Planned | Q2 2025 |
| Python | Planned | Q2 2025 |
| Go | Under consideration | TBD |
| Ruby | Under consideration | TBD |
SDK Design Principles
When released, SDKs will:
- ✓ Handle HMAC signing automatically
- ✓ Provide typed request/response objects
- ✓ Manage idempotency keys
- ✓ Include webhook signature verification helpers
SDKs will NOT:
- ✗ Cache responses
- ✗ Maintain local state
- ✗ Pool connections
- ✗ Batch requests
- ✗ Implement business logic
SDKs are thin HTTP wrappers. Nothing more.