# SDKs

## Official SDKs

The SDKs below include support for **Headless API**, **Checkout API**, and **Webhooks**, complete with examples, making implementation of these APIs into your project as easy as possible.

<table><thead><tr><th width="139">Language</th><th width="187">Package Manager</th><th>Link</th></tr></thead><tbody><tr><td>PHP</td><td>Composer / Packagist</td><td><a href="https://packagist.org/packages/tebex/tebex-sdk-php">https://packagist.org/packages/tebex/tebex-sdk-php</a></td></tr><tr><td>NodeJS</td><td>NPM</td><td><a href="https://www.npmjs.com/package/@tebexio/tebex-sdk-nodejs">https://www.npmjs.com/package/@tebexio/tebex-sdk-nodejs</a></td></tr><tr><td>C#</td><td>N/A</td><td><a href="https://github.com/tebexio/Tebex-CSharp">https://github.com/tebexio/Tebex-CSharp</a></td></tr></tbody></table>

## OpenAPI Schema

Tebex APIs are documented using OpenAPI. These are used to generate our **Endpoints** documentation. Our schemas are available at the GitHub repositories below. The OpenAPI Generator can be used to generate an SDK in the language of your choice if we do not have your language available.

<table><thead><tr><th width="188">API</th><th>Repository Link</th></tr></thead><tbody><tr><td>Headless API</td><td><a href="https://github.com/tebexio/TebexHeadless-OpenAPI">https://github.com/tebexio/TebexHeadless-OpenAPI</a></td></tr><tr><td>Checkout API</td><td><a href="https://github.com/tebexio/TebexCheckout-OpenAPI/">https://github.com/tebexio/TebexCheckout-OpenAPI</a></td></tr></tbody></table>

## Other SDKs / Integration Options

Below are additional resources and projects that can help you implement Tebex into your project. If you've developed an SDK, please reach out to us at **<tebex-integrations@overwolf.com>**.

<table><thead><tr><th>Language</th><th width="347">GitHub Repository</th><th>Support</th></tr></thead><tbody><tr><td>Nuxt.js</td><td><a href="https://github.com/tebexio/Headless-Template">tebexio/Headless-Template</a></td><td>Official</td></tr><tr><td>Typescript</td><td><a href="https://github.com/Tynopia/tebex_headless">Tynopia/tebex_headless</a></td><td>Third Party</td></tr><tr><td>PHP</td><td><a href="https://github.com/Nabla-Corporation/tebex_headless_php">Nabla-Corporation/tebex_headless_php</a></td><td>Third Party</td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.tebex.io/developers/sdks.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
