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.Documentation Index
Fetch the complete documentation index at: https://docs.2501.ai/llms.txt
Use this file to discover all available pages before exploring further.
Basic Setup
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 viahost_id:
Entry Point Constraints
--from task: Requires exactly one agent with a validagent_id.--from gateway/--from ticket: The engine selects agents automatically. UseallowedAgentsinvalidationto enforce which agent is used. See Validation.

