Netlify-Agent-eXecutor (nax)
nax is a command-line orchestrator for Netlify Agent Runner workflows. It runs Claude, Gemini, and Codex against the same repository task, waits for every agent in a step, feeds earlier results into later prompts, and writes durable artifacts under .nax/ for inspection and handoff.
Install the CLI, initialize a project, run a dry run, and inspect the first artifact.
Get startedUse bundled flows, single-agent runs, branch targeting, model overrides, retries, and context files.
Run workflowsAdd project-local flow.yml files and Markdown prompts.
Look up the public command surface and important flags.
Command referenceMental model
Project repo
-> flow.yml + prompts
-> fan-out step
-> follow-up step
-> synthesis step
-> .nax artifacts
-> nax handoff
-> dashboardThe workflow file is the program. It names the steps, agents, prompts, inputs, and wait behavior. nax chooses a transport, submits the prompts, waits for declared results, writes state under .nax/, and exposes those artifacts through nax handoff and the dashboard.
Common paths
nax init
nax run review --dry --force
nax run review
nax handoff -c