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

# Python SDK

> Install the Python SDK for Darwin Connect applications and linked AIs.

Install the dedicated Connect package from PyPI:

```bash theme={null}
pip install darwin-connect
```

`darwin-connect` provides application and linked-AI constructors on top of the generated `darwin-sdk` contract.

<Card title="Open the Darwin Connect Python guide" icon="code" href="/connect/interfaces/python-sdk">
  Create an application client or operate through a linked user's OAuth grant.
</Card>
