Documentation
¶
Overview ¶
Command conductor is a self-contained, runnable demonstration of Legant's flagship use case: ONE AI agent wired to a FLEET of MCP servers behind one Legant gateway, where every tool call is individually authorized against the agent's delegated authority, minted a fresh single-tool/single-audience downstream token (confused-deputy protection), and recorded in a tamper-evident hash-chained "flight recorder" you can hand to an auditor.
No database, no Docker. Run it with:
go run ./examples/conductor # or make demo-conductor
One process plays every role: four upstream MCP servers (repo, analytics, payments, deploy) that each independently verify their downstream token with the public Legant SDK; the Legant gateway (verify -> per-tool authorize -> re-mint -> proxy -> record); and the agent driving a multi-step task.