Register the planner
Connect your local planner process to the hosted control plane and publish live task digests.
NFLTR
Hosted control plane for planner and worker fleets — local or distributed. Dispatch explicit task contracts, watch the run, and approve inline on nfltr.xyz.
nfltr mcp --proxy-url https://nfltr.xyz --write-mcp-json .vscode/mcp.json
nfltr worker --labels nfltr.supports_task_mode.implement=true --mcp-command "nfltr copilot-mcp"
nfltr orch status --task my-task-id --events 20 --watch
NFLTR carries the task graph, governance, status, and recovery path. Your planner and workers make the domain decisions.
Connect nfltr mcp with an API key, then register workers by role and capability so the planner can probe and rank them.
Turn a goal into child tasks, dispatch one task or a batch, and keep lineage so the dashboard can show root, child, and verifier state.
Answer questions, approve gated work, reject unsafe output, or abort — through the same command queue the workers already use.
Review and reduce with explicit outcomes. Digests, event tails, artifacts, and recovery metadata stay on the relay when a session drops.
Connect your local planner process to the hosted control plane and publish live task digests.
Label workers by role and capability so the planner can route implementation, verification, and integration work.
Use the dashboard Atlas for approvals, DAGs, task detail, and timing evidence without leaving the run.
nfltr mcp --proxy-url https://nfltr.xyz --write-mcp-json .vscode/mcp.json
Observed end to end in runs NFLTR coordinated — what happened, not what is planned.
Use local nfltr orch when coordination quality matters more than machine count. Use distributed orchestration when the best worker is defined by repo access, hardware, network, secrets, platform, or availability.