Maestro docs
The reference for understanding, configuring, and extending Maestro. Pages here cover the conceptual model, every shipped skill, the v1 hero score, and per-feature setup walkthroughs. Edit a page on the repo and the next build publishes it.
Where to start
Pick the path that fits your situation:
I want to understand what Maestro is.
Read the manifesto for the vision in five minutes, then B2B SaaS Outbound for the one hero score v1 ships.
I'm setting up my install.
Start with Pipelines for the data model, then Skills overview for the integration layer, then per-skill setup walkthroughs (Gmail, Apollo).
I want to extend Maestro with a new integration.
Read Skills overview for the SDK contract, then Gmail or Apollo as references for OAuth and API-key flows respectively.
What's in here
The mental model
How Maestro thinks about pipelines, skills versus tools, the encrypted secrets vault, and the security posture. Read these once and the rest of the docs make more sense.
The integration layer
Per-skill setup walkthroughs and reference. Each skill is a Python package agents can use — auditable, replaceable, small enough to read in one sitting.
Composed agent flows
A score is a composition of agents that produces a measurable business outcome. v1 ships exactly one — the hero score — and that's intentional.
Setup walkthroughs
Step-by-step deployment guides. Skill setup is covered on each per-skill page; the deploy guide covers the full self-host stack.