iGent Concert
/podium/api/coordinator/

Coordinator API

Host-local coordinator responsibilities and routes

The Podium coordinator manages agent processes on a host. It is normally reached through the gateway, not directly by clients.

Runtime

FieldValue
Local endpoint127.0.0.1:8003 only when FABRIC_PODIUM_MODE=local
Config sourceCoordinator configuration file
Public exposureInternal behind the gateway

Responsibilities

  • Maintain deployment cache on the host.
  • Create and manage agent instance directories.
  • Spawn and supervise agent processes.
  • Maintain local IPC with agents.
  • Expose health and status to the gateway.
  • Attach Chronicle-backed workspace mounts when enabled.

Route Families

Route familyPurpose
Health/statusCoordinator health and active-instance inspection
DeploymentEnsure an agent bundle is available on the host
InstancesCreate, inspect, message, and stop agent instances
Logs/filesOperational inspection where enabled
Runtime streamAgent event stream through the gateway

Coordinator routes are internal implementation details. New client-facing work should go through Diminuendo or the Podium gateway.