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

# SDKs

> Official client libraries for the EQXPay API

<Note>
  Official SDKs are under active development. Subscribe to [EQX release notes](https://eqx.com/changelog) to be notified when they ship.
</Note>

EQX will provide official SDK packages for the most common server-side languages. Until the SDKs are published, use the [API Reference](/api-reference/overview) directly — the auto-generated code samples on each endpoint page cover cURL, TypeScript, Python, PHP, and Go.

## Coming soon

<CardGroup cols={3}>
  <Card title="TypeScript / Node.js" icon="js" href="/sdks/typescript">
    `npm install @eqx/sdk`
  </Card>

  <Card title="Python" icon="python" href="/sdks/python">
    `pip install eqx-sdk`
  </Card>

  <Card title="PHP" icon="php" href="/sdks/php">
    `composer require eqx/sdk`
  </Card>
</CardGroup>
