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 the Claude, Gemini, Codex, and opt-in OpenCode providers 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 agent providers 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 providers, provider-specific models and effort, 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. Up to four configured agent instances first inspect the same task separately, then cross-grade their peers’ 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