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

# TypeScript examples

> Reference material for the TypeScript SDK

The current TypeScript SDK surface is covered by the quick-start snippets in this docs section plus the repository test suite.

| Reference                                                                                      | What it covers                                                       |
| ---------------------------------------------------------------------------------------------- | -------------------------------------------------------------------- |
| [`/sdks/typescript/runs`](/sdks/typescript/runs)                                               | URL runs, PR runs, agent runs, polling, streaming, and cancellation  |
| [`/sdks/typescript/twins`](/sdks/typescript/twins)                                             | Twin catalog, provisioning, status, TTL extension, and teardown      |
| [`/sdks/typescript/scenarios`](/sdks/typescript/scenarios)                                     | Scenario creation, listing, retrieval, and seeded twin provisioning  |
| [`arga-typescript-sdk/tests`](https://github.com/ArgaLabs/arga-typescript-sdk/tree/main/tests) | Concrete request and response shapes exercised by the current client |

Use these references together with your own `ARGA_API_KEY` and target URLs when adapting the SDK to your environment.

## Source

[github.com/ArgaLabs/arga-typescript-sdk](https://github.com/ArgaLabs/arga-typescript-sdk)
