SDKs¶
Private beta
Sistemo Cloud is not open for signups yet, and the SDK packages below are not published until it is. Request an invite — the source is public on GitHub meanwhile.
Official, zero-dependency client libraries that wrap the REST API. Use them to create sandboxes and run code in a few lines.
-
Python —
sistemo
-
JavaScript / TypeScript —
@sistemo/sdk
Configuration (both SDKs)¶
Both read the same two environment variables:
| Variable | Default | Purpose |
|---|---|---|
SISTEMO_API_KEY | — (required) | Your sk_live_… key. Use a full-scope key to create/run. |
SISTEMO_BASE_URL | https://api.sistemo.io | Optional override for a self-hosted control plane. |
Don't have a key yet? See the Cloud quickstart.
Which should I use?¶
Use the SDK for your language for the cleanest experience. If your language isn't covered, call the REST API directly — the SDKs are thin wrappers over it.