AMC can look broad because it is broad. This page is the shortest route to the right starting point.
AMC is a trust score for AI agents.
If you want the repo-backed architectural version of that statement before choosing a path, read docs/ARCHITECTURE_BRIEF.md.
It helps you:
- Score an agent from evidence
- Find trust and governance gaps
- Generate fixes, reports, and next actions
If you only remember one thing, remember this:
AMC is strongest when you want evidence, not vibes.
Use the browser playground.
- URL:
website/playground.html - Best for: first-touch demos, lightweight exploration, understanding the scoring model
- Limitation: browser try-now is for exploration, not full execution evidence capture
Next step:
- Go to the playground
- Explore the questions and scenarios
- If you want real traces / datasets / CI gates, move to the CLI path
Use the CLI.
curl -fsSL https://agentmaturity.co/install.sh | sh
amcOn Windows PowerShell, install with irm https://agentmaturity.co/install.ps1 | iex, then run amc.
The first run is an honest baseline. A signed VALID artifact can still be INSUFFICIENT_EVIDENCE; capture a real agent run and rerun before making external claims. Only evidence readiness READY is claim-eligible.
Best for:
- scoring a real project
- getting a trust maturity level
- seeing practical gaps
- generating fixes
Recommended next steps after your first score:
amcamc fixamc doctor --json- review
docs/AFTER_FIRST_SCORE.md
Use the GitHub Action / CI workflow.
Best for:
- score thresholds
- preventing trust regressions
- PR comments and artifacts
- repeatable release gates
Start here:
.github/workflows/amc-score.ymldocs/CI_TEMPLATES.md
Use AMC when you need more than a score.
Best for:
- EU AI Act mapping
- audit binders
- governance evidence
- regulated delivery workflows
Start with:
- Comply concepts in the README
- compliance docs in
docs/ - binder/report generation workflows
AMC works best when it wraps what you already run.
Examples:
- LangChain
- CrewAI
- AutoGen
- OpenAI Agents SDK
- Claude Code
- Gemini
- OpenClaw
- generic CLI agents
Use:
amc wrap <adapter> -- <your command>Then move into:
- full scoring with
amc - traces
- assurance packs
- CI
These names are canonical:
- Score — trust scoring and maturity diagnostics
- Shield — adversarial assurance packs
- Enforce — policy controls and approvals
- Vault — signatures, proof chains, evidence integrity
- Watch — traces, anomalies, monitoring
- Fleet — multi-agent oversight and inventory
- Passport — portable identity and credential artifacts
- Comply — compliance mapping and audit outputs
Do not overthink this on day one. If you are new, start with:
- Score
- then Shield
- then Watch / Comply as needed
- Install from the verified release script, then run
amc - Read the gaps
- Run
amc fix - Read
docs/AFTER_FIRST_SCORE.md - Decide whether you need:
- browser exploration
- local CLI workflows
- CI gating
- compliance outputs
- The browser path is a real playground, not a fake full browser execution runtime.
- The CLI is the serious path for execution evidence, traces, datasets, and CI.
- Single-binary packaging exists as an experimental path and should be treated honestly.
- SDKs, editor integrations, and CI shells are useful, but most of them wrap the same TypeScript runtime rather than replacing it.
- If you want that distinction spelled out, read
docs/IMPLEMENTATION_REALITY_MAP.md.
docs/ARCHITECTURE_BRIEF.mddocs/IMPLEMENTATION_REALITY_MAP.mddocs/deep-dive/INDEX.mddocs/AFTER_FIRST_SCORE.mddocs/QUICKSTART.mddocs/ADAPTERS.mddocs/CI_TEMPLATES.mddocs/BROWSER_SANDBOX.mddocs/SINGLE_BINARY.md