--- 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.0.4 (Current) **Compatible Version:** v1.1.0 Install with: ```bash npm install @honcho-ai/sdk@1.1.0 ``` **Compatible Version:** v1.1.0 Install with: ```bash pip install honcho-ai==1.1.0 ``` ## Version Compatibility Table | Honcho API Version | TypeScript SDK | Python SDK | |-------------------|---------------|------------| | v2.0.4 (Current) | v1.1.0 | v1.1.0 |