Skip to main content

Documentation Index

Fetch the complete documentation index at: https://developer.suki.ai/llms.txt

Use this file to discover all available pages before exploring further.

Type definition

Below is the type definition for the AmbientSessionStatus type. Use it to track the current state of a session and update your UI accordingly.
type AmbientSessionStatus = 
  | "created"
  | "submitted"
  | "completed"
  | "cancelled";
Last modified on April 20, 2026