Config Converter

Convert your existing proxy configurations to Sentinel KDL format

Source Configuration

Sentinel KDL Output

Converted

Use Offline

For batch conversions, CI/CD pipelines, or offline use, install the sentinel-convert command-line tool.

cargo install sentinel-convert
Usage
$ sentinel-convert convert nginx.conf -o sentinel.kdl
$ sentinel-convert convert haproxy.cfg --format haproxy
$ sentinel-convert analyze traefik.yaml --suggest-agents
Powered by Rust + WebAssembly

Real Parsing, Real Conversion

This converter uses the actual sentinel-convert parser compiled to WebAssembly, running directly in your browser. The same Rust code that powers the CLI tool parses your configuration and converts it to Sentinel's KDL format.

Supported formats: nginx, HAProxy, Traefik, Caddy, and Envoy. The converter automatically detects rate limiting, authentication, and WAF patterns to suggest Sentinel agents.

Converter Version: v0.0.0