CommonCompute
Get startedDownload the Mac app
Getting started

Authentication

Every request is authenticated with a bearer token — your API key. Keys are scoped per-project, and each carries a configurable spend cap.

bash
curl https://api.commoncompute.dev/v1/embeddings \
  -H "Authorization: Bearer $CC_API_KEY" \
  -d '{"model":"bge-large-en-v1.5","inputs":["hi"]}'

Rotate keys from the dashboard. Old keys keep working for a 10-minute grace window to avoid deploy disruption.