Create a session
POST /linc/v1/sessions starts asynchronous provisioning and returns 202 Accepted.
Wait for activation
session.status is active. A runtime that has idle-stopped remains resumable; the
next prompt wakes it and restores its session file.
Send a prompt
Commands use the native Linc RPC envelope. Prompt IDs are idempotency keys, so retry the same request with the same ID if delivery is uncertain.202 Accepted after Linc accepts or rejects the command. Read results from
the event stream or durable replay endpoints.

