Attach

Attach binds an agent session to a specific ticket.

What attach does

Attaching establishes the session identity that later updates, questions, and delivery events use.

Why it matters

It gives Overlord a durable link between:

  • the ticket
  • the agent session
  • the work that follows

Practical rule

Attach first, then use the same session key for subsequent protocol calls.

Related pages