SDKs & CLI

Use COLA Cloud from Python, JavaScript, or the terminal. The SDKs and CLI wrap the same REST API and share the same API key.

Python SDK Docs CLI Docs Install commands, auth setup, and examples for local scripts and production clients.

Access methods

  • Python SDK

    Install with pip install colacloud for typed sync and async clients.

  • JavaScript SDK

    Install with npm install colacloud for Node.js and modern browser workflows.

  • CLI

    Install with pip install colacloud-cli for terminal lookup, JSON output, and shell pipelines.

When to use them

Use the SDKs when COLA Cloud data belongs in an application, notebook, or pipeline. Use the CLI for terminal lookups, debugging API responses, and piping structured JSON into local scripts.

Reference links