This guide walks you through creating an account, generating an API key, and making your first API calls.Documentation Index
Fetch the complete documentation index at: https://docs.scaling.cloud/llms.txt
Use this file to discover all available pages before exploring further.
Create your account and organization
Go to scaling.cloud and sign up. During onboarding you’ll create an organization — this is the workspace that holds your incidents, schedules, and team members.All API keys and resources are scoped to your organization.
Get your API key
In the Scaling dashboard, navigate to Settings → API Access and generate a new API key.Your key will look like this:Copy it now — you won’t be able to see the full key again after leaving the page.
Keep your API key secure. Anyone with this key can create and manage incidents in your organization.
Create your first incident
Send a A successful response returns the created incident:The
POST request to /v1/incidents with your API key in the Authorization header.id field is the incident’s unique identifier — save it to reference the incident in later requests.Severity levels: critical, high, medium, lowInitial status: All new incidents start with status investigating.Next steps
- Authentication — Learn more about API keys and how to handle auth errors.
- API Reference — Explore all available endpoints.