Interlaken documentation

One control plane for compute, network and everything you deploy on it.

The orchestrator API is what the console talks to, and it is the same API you get. These pages cover how to authenticate, and document every route it serves.

Your first request, against a zone

curl -s https://api.eu-par-1.interlaken.ai/oauth/token \
  -u "$INTERLAKEN_CLIENT_ID:$INTERLAKEN_CLIENT_SECRET" \
  -d grant_type=client_credentials

Every availability zone is a separate deployment with its own host; there is no shared one. The live list is zones.json.