Centra
Centra · Docs

Start the work.
Find the edge cases.

Quickstarts, references, policies, and operator guides live at learn.centra.ag. Start with the job in front of you; go deeper when the boundary matters.

The operator's manual
Read first.

Short paths to useful work. Deep references when the work gets serious.

Every page is written to leave fewer mysteries behind.

Start where the work starts.

Move from a first run to the workspace, then into policies, approvals, and the evidence behind the result.

D01

Quickstart

Set up the workspace and take the shortest path to a first result.

  • - Install MCL
  • - Auth your workspace
  • - Launch your first agent
  • - Read your first receipt
D02

Console

Understand the places where work, approvals, and results appear.

  • - Gideon · chat and projects
  • - Active runs
  • - Approvals
  • - Home and recent activity
D03

Agents SDK

Build agents that Centra knows how to observe.

  • - Skeleton
  • - Tools
  • - Planners
  • - Receipts
D04

MCL

The machine command line. Everything the UI does, from your shell.

  • - mcl run
  • - mcl runs
  • - mcl approve
  • - mcl receipt verify
D05

Policies

Spend limits, allowed tools, approval paths.

  • - Policy schema
  • - Attaching policies
  • - Simulating a policy
  • - Audit trail
D06

Receipts & audit

Signed proofs of work, verified with or without an account.

  • - Signature format
  • - Verify offline
  • - Exporting receipts
  • - Retention

Your first run, from the shell.

# 1. Install
$ curl -sSL centra.dev/install | sh
# 2. Auth
$ mcl auth login
# 3. Run
$ mcl run "close the books for Q3 and email me a receipt"
→ run_9f3c queued · walk started · policy: finance/monthly-close
# 4. Verify
$ mcl receipt verify rcp_9f3c
signature ok · replay ok · policy ok

No mystery, no theater.

01

Show the path

Quickstarts move from install to useful proof without hiding the intermediate steps.

02

Name the edges

Policies, approvals, and receipts explain where the system stops and asks for you.

03

Leave an artifact

Every guide ends with something you can run, inspect, or verify later.

Start quickly.Go deep when needed.Keep the proof.

Open the Centra documentation for current setup, reference material, and operator guides.