Skip to Content

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.

Mental model

Project repo -> flow.yml + prompts -> fan-out step -> follow-up step -> synthesis step -> .nax artifacts -> nax handoff -> dashboard

The 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
Last updated on