Maestro is the orchestration layer behind your-policy.ai — a self-hosted Windmill instance where Claude builds and deploys smaller integrations, internal apps, and recurring jobs without standing up a new Railway service and GitHub repo for each one. Staff-only, gated behind IDP SSO.
Every job is a small script (Python, TypeScript, Go, Bash, SQL, and more) or a flow chaining scripts together. Claude authors them via the wmill CLI and an MCP connection, then deploys live with an auto-generated webhook URL. Every run is logged with inputs, outputs, and timing.
Where a job needs a human in the loop, Windmill renders a small app UI on top of the same script — forms, tables, action buttons, all wired to the underlying code with no separate frontend. Useful for one-off staff tools that don't need their own service, repo, or deploy pipeline.
Credentials for our AMS, CRM, data lake, IDP, and telephony platform live as shared Windmill resources, referenced by name from any script. Rotating a secret updates every job that uses it. No copy-pasting tokens between repos, no per-project Railway env vars.
Maestro is an internal platform at YourPolicy — staff-only, behind SSO. Built on Windmill, deployed on Railway, wired into the systems we already use.