Expanso Pipeline Validator
Catch LLM hallucinations in Benthos/Expanso YAML configurations
Ready
API Endpoints
POST /validate
POST /validate?auto_correct=true
GET /schema
GET /openapi.json
What It Catches
- Imagined Components - blobl → bloblang
- Wrong Structure - pipeline.with → pipeline.processors
- JavaScript Syntax - JSON.parse() → .parse_json()
- Invalid Fields - host: → addresses:
CLI Usage
curl -X POST https://validate.expanso.io/validate -d @pipeline.yaml
Built with Rust/WASM • API Docs • OpenAPI • MCP