SDKs
Airweave provides a Python and TypeScript SDK to help you integrate with your applications and extend functionality.
Python SDK
The Python SDK provides a complete interface to Airweave’s functionality:
TypeScript/JavaScript SDK
The TypeScript SDK provides type-safe access to Airweave:
SDK Features
All SDKs provide:
- Type Safety: Full TypeScript/Python type definitions
- Authentication: API key and OAuth2 support
- Error Handling: Detailed error messages and retry logic
- Rate Limiting: Automatic rate limit handling
- Async Support: Native async/await patterns