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

# SDKs

> Official clients and embeddable UI

AiQL publishes three official SDKs. Two call the [Middleware API](/products/middleware) and [Artifacts API](/products/artifacts-api). One embeds Studio and Observatory UI in a customer's product.

The [Connectors API](/products/connectors-api), [Ontologies API](/products/ontologies-api), and [Terminology API](/products/terminology-api) are consumed over HTTP. They do not have separate published SDK packages.

Developer install and usage live at [docs.aiql.io/sdks/overview](https://docs.aiql.io/sdks/overview).

<Columns cols={2}>
  <Card title="Python SDK" icon="python" href="/products/python-sdk">
    Package `aiql`. Typed client for the Middleware and Artifacts APIs.
  </Card>

  <Card title="TypeScript SDK" icon="js" href="/products/typescript-sdk">
    Package `@aiql.io/sdk`. Typed client for the same APIs in Node.js or the browser.
  </Card>

  <Card title="React SDK" icon="react" href="/products/react-sdk">
    Package `@aiql.io/react`. Embeds Studio and Observatory tools in a customer product.
  </Card>
</Columns>
