# SDKs

Switchboard SDK versions are pinned and validated in one canonical place:

* [SDK Version Matrix](/tooling/sdk-version-matrix.md)
* Machine-readable lock file: [`tooling/sdk-versions.lock.json`](https://github.com/switchboard-xyz/gitbook-on-demand/blob/main/tooling/sdk-versions.lock.json)

Use the matrix for all docs and code snippets to avoid version drift.

## SDK Links

| Language   | Type                 | Resource                              | Link                                                      |
| ---------- | -------------------- | ------------------------------------- | --------------------------------------------------------- |
| Rust       | SDK                  | `switchboard-on-demand`               | <https://crates.io/crates/switchboard-on-demand>          |
| Rust       | Docs                 | `switchboard-on-demand`               | <https://switchboard-on-demand-rust-docs.web.app/>        |
| TypeScript | SDK (SVM)            | `@switchboard-xyz/on-demand`          | <https://switchboard-docs.web.app/>                       |
| TypeScript | SDK (EVM)            | `@switchboard-xyz/on-demand-solidity` | <https://switchboard-evm-sdk.web.app>                     |
| TypeScript | SDK (Sui)            | `@switchboard-xyz/sui-sdk`            | <https://switchboard-sui-sdk.web.app>                     |
| TypeScript | SDK (Aptos/Movement) | `@switchboard-xyz/aptos-sdk`          | <https://switchboard-aptos-sdk.web.app>                   |
| TypeScript | SDK (Iota)           | `@switchboard-xyz/iota-sdk`           | <https://www.npmjs.com/package/@switchboard-xyz/iota-sdk> |
| TypeScript | Common               | `@switchboard-xyz/common`             | <https://switchboardxyz-common.netlify.app/>              |


---

# 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.switchboard.xyz/tooling/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.
