Supervisor
Docs

Build with clarity. Ship with confidence.

Lorem ipsum placeholder for the Supervisor API overview. Describe how teams supervise operations, answer questions, automate actions, and build internal tools from one calm workspace.

Quickstart

1

Create your Supervisor account

Lorem ipsum placeholder: set up your workspace, choose the first team, and create the first operator account that will own the initial rollout.

2

Connect the first source

Lorem ipsum placeholder: bring in the tools, files, and workflows Supervisor should watch so the system has enough operating context to help.

3

Run your first operation

Lorem ipsum placeholder: ask a question, route a task, approve a change, or automate a small piece of work from the connected context.

4

Add schedules and guardrails

Lorem ipsum placeholder: turn repeat checks into visible operating loops with clear timing, approval rules, escalation paths, and audit history.

View quickstart guide

cURL

curl https://api.supervisor.ai/v1/operations \
  -H "Authorization: Bearer $SUPERVISOR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action": "list",
    "status": "all",
    "limit": 10
  }'

Explore the API

Official SDKs

Resources