CommonCompute
Get startedDownload the Mac app
Getting started

Install the SDK

SDKs are available for Python and TypeScript. Both follow the same resource-oriented shape.

bash
pip install commoncompute
# or
npm install @commoncompute/sdk

Create a client

python
from commoncompute import Client

cc = Client(api_key="cc_live_…")

API keys are created in the dashboard. Test keys prefix cc_test_, live keys prefix cc_live_.