CALIBER
Quickstart
Start here

5-minute quickstart

The shortest path to a real CALIBER success: bring up the local stack, verify readiness, or jump into the right next guide.

DeveloperSystem userOperatorTutorialGA
PrerequisitesEither a local repository checkout or a reachable CALIBER deployment
Reviewed 2026-08-10 · current main branch docs contract

Use this page when you want the shortest path to a real CALIBER success before you decide which deeper guide you need.

At a glance

GoalStart hereThen go to
Run CALIBER locallymake setup, make startLocal bring-up
Verify a shared deploymentopen the UI and check readinessChoose your CALIBER path
Make the first Python callSDK guideAuth and project scoping
Tour the product before integratingGuided walkthroughTrust and governance

1. If you have a local checkout

Bring up the default local stack:

make setup
make start

Then verify:

  • CALIBER UI loads at http://127.0.0.1:5001/caliber/
  • the readiness surface responds
  • you can log in and reach the product shell

Use Local bring-up if you need the operator path instead of the shortest happy-path summary.

2. If CALIBER is already running somewhere

Do not start with architecture. Start by answering one practical question: what are you here to do?

Use one of these next pages:

3. Verify that the system is usable

For operators, the meaningful check is readiness rather than simple process health.

Use:

4. Pick the right next track

If you are...Read this next
Integrating from PythonSDK guide
Working at the raw HTTP layerREST API overview
Operating the stackConfiguration and provider setup
Using CALIBER featuresPrompts, Workflows, Knowledge bases
Reviewing trust and release postureTrust and governance

CALIBER : Contextual Adaptive Lifecycle for Intelligent Build, Evaluation, and Refinement — this page is generated from the authoritative Markdown sources in docs/ and the repository-level ARCHITECTURE.md.