Documentation Center

Build on the operating system.

Everything to extend ScaleaOS — guides, core concepts, a typed API, an SDK and developer resources to program the OS to your company.

API v1 stable 99.99% uptime sandbox open
Quickstart

From zero to a running agent.

Install the SDK, point it at your workspace, and ship your first autonomous workflow in minutes.

scalea — sdk live
$$npm i @scaleaos/sdk
code$const os = new Scalea(process.env.KEY)
code$await os.agents.deploy('renewal-guard')
sdk$agent deployed · webhook registered
sdk$listening for graph events
Developer resources

Docs, API and everything in between.

Six pillars of documentation to learn, integrate and extend the operating system.

01Guides

Quickstart guides

Boot your first workspace, connect data and deploy an agent in under ten minutes.

02Concepts

Core concepts

The company graph, agent runtime, surfaces and the automation pipeline — explained.

03API

REST & GraphQL API

Read and write every record in the graph with typed, versioned, rate-limited endpoints.

04SDK

TypeScript SDK

A fully-typed client for the OS — build agents, tools and integrations in your own stack.

05Webhooks

Webhooks & events

Subscribe to graph events and drive your own systems from ScaleaOS in real time.

06Status

Status & changelog

Live system status, uptime history and a changelog of every shipped capability.