# The Token Company ## Docs - [Data Retention](https://thetokencompany.com/docs/data-retention.md): How to disable data retention for your account and what it means for your data. - [Code Examples](https://thetokencompany.com/docs/examples.md): Use The Token Company as middleware between your input and any LLM provider. Compress messages before sending them to reduce costs. - [Gzip Compression](https://thetokencompany.com/docs/gzip.md): Reduce upload time by gzip-compressing your request body. We recommend gzip for every request. - [API Reference](https://thetokencompany.com/docs/index.md): Compress text for LLM inference in one API call. - [npm SDK](https://thetokencompany.com/docs/npm-sdk.md): The official Node.js/TypeScript SDK for The Token Company API. Compress text with a simple, type-safe interface. - [Protect Text](https://thetokencompany.com/docs/protect-text.md): Wrap anything in ttc_safe tags to protect it from being compressed. - [Python SDK](https://thetokencompany.com/docs/python-sdk.md): The official Python SDK for The Token Company API. Compress text with a simple, Pythonic interface. ## OpenAPI Specs - [openapi](https://thetokencompany.com/docs/api-reference/openapi.json) ## Optional - [Python SDK](https://github.com/TheTokenCompany/tokenc-python-sdk) - [npm Package](https://github.com/TheTokenCompany/tokenc-npm-sdk)