Skip to Content
Netlify Agent Executor

Multi-step agentic workflows for Netlify Agent Runners.

Run the world’s leading coding models as one repeatable workflow. nax orchestrates Claude, Gemini, and Codex on Netlify Agent Runners across parallel implementations, cross-checks, reviews, handoffs, and any agentic workflow you can define.

Early alpha: nax is still evolving and is subject to change.

Independent first passesRun selected models against the same repo task before they influence each other.
Cross-review before consensusFeed earlier outputs into later steps so agents confirm, reject, or challenge findings.
Inspectable artifactsSave prompts, responses, summaries, state, and handoff files under .nax/.
CLI, dashboard, and NetlifyRun locally, inspect in the dashboard, or submit work through Netlify Agent Runners.

From prompt ritual to playbook

TaskFan-outCross-reviewConsensusHandoff

Workflows define the models, prompts, step order, wait behavior, and artifacts for a repeatable agent process. Use them for code review, security audits, bug triage, PR repair, implementation bake-offs, or any workflow where structured disagreement is more useful than one confident answer.

The default pattern is a council, not a vote. Claude, Gemini, and Codex first inspect the same task separately, then review each other’s findings before one synthesis step turns confirmed issues and high-signal disagreements into a handoff a person can evaluate.

Common paths

nax init nax run review --dry --force nax run review nax handoff -c
Last updated on