Commands are rows inDocumentation Index
Fetch the complete documentation index at: https://docs.yourhq.ai/llms.txt
Use this file to discover all available pages before exploring further.
agent_commands. They represent every instruction the UI gives to a gateway — provisioning agents, approving pairings, connecting providers, restarting services, and more.
State machine
Runner leases the command
The runner daemon picks it up via Realtime subscription or polling, then calls
lease_command(p_gateway_slug) to atomically claim it.Runner executes
The runner maps the command action to a shell operation (e.g.
add-agent.sh for provision) and runs it.