Available SDKs
We provide official SDKs for the following languages:- TypeScript / JavaScript - For Node.js, Deno, Bun, and browsers
- Python - Synchronous and async support
TypeScript
Installation
Quick Start
Features
- ✅ Full TypeScript support with type inference
- ✅ Promise-based async API
- ✅ Automatic retries with exponential backoff
- ✅ Streaming support for real-time responses
- ✅ Works in Node.js, Deno, Bun, and browsers
Repository
github.com/CaseMark/casedev-typescriptPython
Installation
Quick Start
Async Support
Features
- ✅ Full type hints with modern Python
- ✅ Synchronous and asynchronous clients
- ✅ aiohttp support for better async performance
- ✅ Automatic retries and error handling
- ✅ Python 3.9+ support
Repository
github.com/CaseMark/casedev-pythonAuthentication
All SDKs require an API key from the Case.dev dashboard.sk_case_ are production keys. Development keys are available for testing.
Scoped Permissions
API keys can be scoped to specific services with read or write access. If your key lacks permission for a service, you’ll receive a403 Forbidden error. Check your key’s permissions in the dashboard.
Error Handling
All SDKs provide typed error classes for handling API errors: TypeScript:Rate Limits
All API requests are subject to rate limits based on your plan. SDKs automatically handle rate limit responses with exponential backoff retries.Support
- Documentation: docs.case.dev
- Email: [email protected]
- Community: case.dev/slack
- GitHub Issues: Report SDK bugs in the respective repository