What problem does it solve?
Boot, diagnose, and monitor a Flowplane API gateway across development and production environments, enabling fast identification of boot issues, routing problems, and health concerns.
Core Features & Use Cases
- Boot and initialize Flowplane in dev or prod modes (including MCP connectivity and seeding steps)
- Run read-only diagnostics (trace requests, topology, config validation, audit queries, and xDS status)
- Follow structured troubleshooting playbooks for 404s, 503s, auth issues, and cascading xDS failures
- Inspect resources (clusters, listeners, route configs, virtual hosts, filters) to localize problems
- Reference full architecture and boot recipes from the provided references to reproduce setups in new environments
- Use with the flowplane-api skill to apply fixes after diagnosis
Quick Start
Boot Flowplane in development mode with flowplane init --with-envoy --with-httpbin, then verify health with flowplane status and auth mode with curl http://localhost:8080/api/v1/auth/mode.