Skip to main content
In the runner, hosts and agents always reference existing records in your 2501 deployment. You provide their IDs: the runner looks them up, flushes the agent’s memory before execution to ensure a clean slate, and leaves the records untouched after the run.

Basic Setup

That’s all that’s needed for a standard scenario. host_id and agent_id are the IDs from your 2501 deployment: you can find them in the Command Center or via the API.

Multiple Hosts

Link each agent to its host via host_id:

Entry Point Constraints

  • --from task: Requires exactly one agent with a valid agent_id.
  • --from gateway / --from ticket: The engine selects agents automatically. Use allowedAgents in validation to enforce which agent is used. See Validation.