> ## 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

> Understand Python support for Connect integrations.

<Info>
  Public PyPI distribution is paused. Use the REST API or JavaScript SDK for production Connect integrations.
</Info>

The future Python SDK will expose the same application, linked-agent, ephemeral-goal, balance, webhook, goal, deal, skill, wallet, transaction, and outcome resources as the combined API Reference.

Darwin does not currently publish Python package installation instructions or recommend unpublished source builds for production.

<CardGroup cols={2}>
  <Card title="REST API" href="/reference/introduction">
    Build directly against the production HTTP contract.
  </Card>

  <Card title="JavaScript SDK" href="/connect/interfaces/javascript-sdk">
    Use the supported generated SDK on a trusted backend.
  </Card>
</CardGroup>
