> ## Documentation Index
> Fetch the complete documentation index at: https://docs.getmodus.com/llms.txt
> Use this file to discover all available pages before exploring further.

# SDKs

> Official Python and TypeScript clients for the Modus public API.

Official clients for the Modus public API. Same surfaces as the Modus app — chat, [scopes](/guides/scopes), [context](/guides/context), [workflows](/guides/workflows) — from your own code.

Pick a language:

* [Python SDK](/guides/sdk-python)
* [TypeScript SDK](/guides/sdk-typescript)

Prefer a terminal? See the [CLI quickstart](/guides/cli) and [CLI reference](/cli/overview).

Both packages expose two clients:

* **Modus** — day-to-day use (chat, list, inspect)
* **ModusManagement** — org setup (create, update, deploy)

Authenticate with `MODUS_API_KEY`. See [Authentication](/authentication).

Full class and method docs live under the Python SDK / TypeScript SDK tabs in the header (same idea as **API** for REST). Endpoint schemas and the interactive playground stay in the [API](/api-reference).
