SDKs

🚧 Coming Soon

SDKs are planned for a future release.

Current Integration

For now, integrate directly via HTTP with HMAC signing. The API is straightforward:

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.