One command. The whole lab running.
Bridge is the local operational console for Atlas Crew Security. Service inventory, visual config editor, log streamer, dependency-aware lifecycle. Bring up Synapse, Chimera, and Crucible together with a single command, route traffic through the closed loop, and watch what happens without manually wiring four containers.
A workspace for the lab.
Most operational tooling for security platforms is plumbing: CLI flags, Docker Compose files, environment variables. Bridge gives the lab a real workspace instead — see the services, edit configs visually, filter logs, open a port with a click. Running it should be tractable, not a project.
For when you'd rather not click.
Bridge ships with a CLI for cross-product orchestration. The web UI is the primary surface, but power users can drive the whole lab from the terminal for CI pipelines, scripted scenarios, or heads-down terminal sessions.
Cross-product orchestration only.
Bridge is deliberately narrow. It handles operations that span multiple products: lifecycle, multi-product configuration, scenario execution, integrated diagnostics. It is not a wrapper around per-product CLIs. The Crucible CLI, Synapse admin CLI, and Chimera tools stay independent for product-specific depth.
- Lifecycle:
bridge up/down/status/reset - Cross-product scenarios:
bridge run-scenario <name> - Multi-product configuration through one editor
- Aggregated logs and diagnostics across the integrated stack
- Service inventory + port routing
- Wrap
crucible scenarios listor other per-product commands - Re-implement Synapse rule editing (use the Synapse admin API)
- Manage Chimera vulnerability tours (use Chimera directly)
- Replace Docker, Kubernetes, or your existing service orchestration in production
Bridge is the orchestration substrate for Atlas Crew Security.
On its own, Bridge is a local development tool for running any of the security products independently, but it is most valuable when running them together. Inside the platform, it's the substrate that makes the closed-loop lab tractable: Synapse defends, Chimera is attacked, Crucible attacks and asserts, Bridge makes them all work in one place.
See the platform →