> ## 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.

# September 2026

> September 2026 release notes for Suki APIs and SDKs

This release introduces ambient interoperability for the Headless Web SDK. Use it to share clinical notes between the Headless Web SDK, Ambient APIs, Mobile SDK, and Web SDK.

## What's enhanced

<Update label="September 2026 - Enhanced" tags={["Enhancements"]}>
  <Badge icon="cube" size="sm" color="orange">Headless Web SDK v0.3.0</Badge>

  **Headless Web SDK ambient interoperability**: The Headless Web SDK now interoperates with other Suki products that support ambient workflows. Pass `emrEncounterId` when calling `session.create()` to associate the session with an EMR encounter. This lets the Headless Web SDK, Ambient APIs, Mobile SDK, and Web SDK contribute to and access the same clinical note for a patient visit.

  **Why it matters**: You can now use multiple Suki products that support ambient workflows with the same clinical note for a patient encounter. Pass `emrEncounterId` to make the note interoperable. For re-ambient workflows, pass `encounterId` (maps to Ambient API `encounter_id`) and reuse it for every session on that note.

  Learn more in [Ambient interoperability](/headless-web-sdk/guides/ambient-interoperability) guide.
</Update>
