{ "items": [ { "name": "tester", "slug": "tester", "title": "Contract Tests", "status": "live", "system": "station", "type": "app", "description": "HTTP contract test runner with multi-environment support. Filter, run, and track tests against dev/stage/prod.", "path": "station/tools/tester", "url": "/tools/tester/" }, { "name": "datagen", "slug": "datagen", "title": "Test Data Generator", "status": "live", "system": "station", "type": "cli", "description": "Generate realistic test data for Amar domain (users, pets, services) and MercadoPago API responses. Used by mock veins and test seeders.", "path": "station/tools/datagen", "cli": "python -m datagen" }, { "name": "modelgen", "slug": "modelgen", "title": "Model Generator", "status": "live", "system": "station", "type": "cli", "description": "Generic model generation tool. Generates typed models (Pydantic, etc.) from config files, JSON Schema, or by extracting from existing codebases (Django, SQLAlchemy). Used by build.py and databrowse.", "path": "station/tools/modelgen", "cli": "python -m station.tools.modelgen" } ] }