runs helpers for legacy validation flows.
Python
Sync and async support. Works with any Python 3.10+ project.
TypeScript
Zero dependencies. Uses native fetch (Node 18+).
What the SDKs cover
Both SDKs wrap the same core namespaces:Authentication
All SDK methods require an API key. Get one by running:Example projects
Both SDK repositories include reference tests and package-level examples for the current supported workflows — release gating, scenario creation, seeded twin provisioning, and standalone twin provisioning.Python examples
uv run python examples/validate_staging_release.pyTypeScript examples
npx tsx examples/validate_staging_release.tsBase URL
Both SDKs default tohttps://app.argalabs.com. Override this if you’re targeting a different environment:

