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.
Get startedCreate an API client, exchange its secret for a token, and make your first call.AuthenticationThe client credentials grant, user sessions and second factors, scopes and token lifetimes.API referenceEvery route the orchestrator serves, generated from the spec it ships.
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_credentialsEvery availability zone is a separate deployment with its own host; there is no shared one. The live list is zones.json.