> ## 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.

# Python examples

> Reference material for the Python SDK

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

| Reference                                                                              | What it covers                                                       |
| -------------------------------------------------------------------------------------- | -------------------------------------------------------------------- |
| [`/sdks/python/runs`](/sdks/python/runs)                                               | URL runs, PR runs, agent runs, polling, streaming, and cancellation  |
| [`/sdks/python/twins`](/sdks/python/twins)                                             | Twin catalog, provisioning, status, TTL extension, and teardown      |
| [`/sdks/python/scenarios`](/sdks/python/scenarios)                                     | Scenario creation, listing, retrieval, and seeded twin provisioning  |
| [`arga-python-sdk/tests`](https://github.com/ArgaLabs/arga-python-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-python-sdk](https://github.com/ArgaLabs/arga-python-sdk)
