--- title: "SDK and API Compatibility Guide" description: "Compatibility guide for Honcho's SDKs and API" icon: "shield-check" --- This guide helps you understand which versions of Honcho's API are compatible with which SDK versions. ## Version Compatibility ### Honcho API v2.1.0 (Current) **Compatible Version:** v1.2.1 Install with: ```bash npm install @honcho-ai/sdk@1.2.1 ``` **Compatible Version:** v1.2.2 Install with: ```bash pip install honcho-ai==1.2.2 ``` ## Version Compatibility Table | Honcho API Version | TypeScript SDK | Python SDK | |-------------------|---------------|------------| | v2.1.0 (Current) | v1.2.1 | v1.2.2 | | v2.0.5 | v1.1.0 | v1.1.0 | | v2.0.4 | v1.1.0 | v1.1.0 |