Skip to content
sistemo.io beta
GitHub Docs Quickstart

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.

  • Pythonsistemo


    pip install sistemo
    

    Python SDK

  • JavaScript / TypeScript@sistemo/sdk


    npm install @sistemo/sdk
    

    JavaScript 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.
export SISTEMO_API_KEY=sk_live_xxxxxxxxxxxxxxxx

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.