The Tela agent id to warm.
OptionalenvironmentVariables?: Record<string, string>Runtime environment variables to inject before the sandbox is primed.
Optionalref?: WakeAgentRequest["ref"]Branch, tag, or commit to prepare.
OptionalsessionId?: neverOptionalwebhooks?: WakeAgentRequest["webhooks"]Webhooks to bake into the warmed session; the claiming run must match them exactly.
The Tela agent id that owns the paused session.
OptionalenvironmentVariables?: neverA re-woken session always reuses its stored runtime environment.
Optionalref?: neverA re-woken session always reuses its stored ref and webhooks.
Existing paused session to re-wake before its next message.
Optionalwebhooks?: neverA re-woken session always reuses its stored ref and webhooks.
Parameters for warming an agent session. The Tela
agentIdis resolved to the organization and repository required by the Agent API.