Agent Orchestration Platform

NFLTR is no longer only a transport story. It is the orchestration platform that connects local planners, remote workers, dashboard operators, timeline reads, managed capabilities, and secure routing under one hosted control plane.


What changes when NFLTR is the platform layer?

Planner Registration

Register one hosted MCP entry in the workspace so the local planner can orchestrate remote workers through nfltr.xyz.

Worker Execution

Start workers with explicit role labels and local MCP commands such as nfltr copilot-mcp or other compatible tools.

Operator Visibility

The dashboard exposes orchestration readiness, role coverage, terminals, managed capabilities, and route inventory in one operator console.

Timeline Reads

Use get_orchestration_timeline or scripts/show-task-timeline.sh to inspect one compact task view instead of stitching separate APIs manually.

Recovery

Resume or re-dispatch nonterminal work with planner-local state and coordination bundles instead of minting duplicate tasks blindly.

Secure Transport

Verified routing, private shares, direct hostnames, browser terminals, and traffic capture still exist underneath the orchestration layer.

Core workflow

  1. Register the planner: nfltr mcp --proxy-url https://nfltr.xyz --write-mcp-json .vscode/mcp.json
  2. Start workers with explicit labels and task slots: nfltr worker --labels role=implementer --mcp-command "nfltr copilot-mcp" --max-tasks 2
  3. Dispatch work with orchestration tools such as orchestrate_task
  4. Inspect one compact task view with get_orchestration_timeline or scripts/show-task-timeline.sh --task-id ...
  5. Use the dashboard for operator readiness, managed surfaces, route inventory, and terminals

Where this is better than one local agent loop

NeedWhy NFLTR helps
Cross-machine executionWorkers can run on other machines and networks while the planner keeps one hosted control-plane entrypoint.
Role-aware dispatchWorkers advertise labels such as role=implementer or role=verifier so dispatch intent is explicit.
Operator inspectionThe dashboard and timeline helpers give operators a concrete surface for readiness, history, and route state.
Recovery and handoffPlanner-local recovery and coordination bundles make resume or redispatch possible without ad hoc glue.

Next reads

Use NFLTR as the orchestration layer

Start with the hosted planner entrypoint, bring workers online, then let the dashboard and timeline tools handle the operator view.

Read Orchestration Guide Open Dashboard Homepage →