> For the complete documentation index, see [llms.txt](https://docs.concurrence.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.concurrence.com/api-reference/change-logs/web-platform.md).

# Web Platform

Release history for the Concurrence Web Platform. Admin Portal (Classic API) and Developer Console (Platform API).

Release history for the Concurrence web applications. Latest numbered release: **v2.201.96** (July 2026). Newer Developer Console updates without standalone release metadata are listed first and intentionally unnumbered.

{% hint style="info" %}
**Two Web Applications**: The Concurrence platform has two frontend applications, each with its own section below:

* **Developer Console**: Platform API management (workspaces, voice agents, pipeline, analytics, surfaces, compliance)
* **Admin Portal**: Classic API management (organizations, agents, conversations, simulations, tools, playground)
  {% endhint %}

## Developer Console <a href="#developer-console" id="developer-console"></a>

## Archive Index

Older entry headings on this page remain as forwarding links for existing bookmarks. Full entries are retained in bounded archives.

| Archive                                                                         | First entry                                                                                             | Last entry                                                                              | Entries |
| ------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- | ------- |
| [Archive 1](/api-reference/change-logs/web-platform/web-platform-history-01.md) | Developer Console: Unified Run Detail and Takeover Surface (July 2026)                                  | v2.201.49 - Developer Console: Voice Takeover Re-keyed to Run Identifier (July 2026)    | 50      |
| [Archive 2](/api-reference/change-logs/web-platform/web-platform-history-02.md) | v2.201.48 - Developer Console: Coverage Overview and Graph Reskin (July 2026)                           | v2.200.0 - Developer Console: Framework Runs Table on Unified Runs Surface (July 2026)  | 50      |
| [Archive 3](/api-reference/change-logs/web-platform/web-platform-history-03.md) | v2.199.0 - Developer Console: Honest Raw-Transcript Fallback for Voice Conversation Detail (July 2026)  | v2.150.0 - Developer Console: Copy Link on Surface Detail Page (July 2026)              | 50      |
| [Archive 4](/api-reference/change-logs/web-platform/web-platform-history-04.md) | v2.149.0 - Developer Console: Surface Analytics Time Window, Review Search, and Data Export (July 2026) | v2.102.0 - Developer Console: Secure Access Login Card Removed (July 2026)              | 50      |
| [Archive 5](/api-reference/change-logs/web-platform/web-platform-history-05.md) | v2.101.0 - Developer Console: Realtime Playground Mode Removed (July 2026)                              | v2.36.0 - Developer Console: Platform Health Dashboard & Entity Briefs (April 19, 2026) | 50      |
| [Archive 6](/api-reference/change-logs/web-platform/web-platform-history-06.md) | v2.35.0 - Developer Console: Desktop Session Viewer (April 18, 2026)                                    | v1.0.0 - Initial Platform Release (December 2025)                                       | 48      |

<details>

<summary>Developer Console: Login Page No Longer Flickers (August 2026)</summary>

#### Login Page No Longer Flickers <a href="#login-page-no-longer-flickers" id="login-page-no-longer-flickers"></a>

The login page now renders all sign-in options immediately instead of fetching configuration from the server first. This removes a visible flicker where the page appeared empty before the sign-in buttons loaded.

**What changed:**

* **Sign-in options render immediately.** The Google sign-in button, magic-link sign-in, and dev-mode bypass (when applicable) now appear as soon as the login page loads. Previously, these controls were hidden until an asynchronous configuration check completed, causing a brief empty state.
* **Auth config endpoint removed.** The server endpoint that the login page previously queried to determine which sign-in methods to display has been removed. The login page no longer makes this request.
* **Dev-mode bypass determined at build time.** The dev-mode bypass button now appears based on the build-time environment setting rather than a runtime server response.

**What you need to do:**

* **No action required.** The login experience is unchanged apart from the eliminated flicker. All sign-in methods that were previously available remain available.

</details>

<details>

<summary>Developer Console: Workspace Environment Field Removed (August 2026)</summary>

#### Workspace Environment Field Removed <a href="#workspace-environment-field-removed" id="workspace-environment-field-removed"></a>

The workspace environment concept has been removed from the Developer Console. Workspaces no longer carry an environment designation and the associated UI controls have been removed.

**What changed:**

* **Environment field removed from workspace creation.** The create-workspace form no longer includes an environment selector. New workspaces are created without an environment designation.
* **Environment badge removed from workspace lists.** The workspace selection list, sidebar workspace switcher, console header, and pending invitation cards no longer display an environment badge.
* **Environment conversion removed from settings.** The Danger Zone section in workspace settings no longer offers an environment conversion card. The conversion checklist and confirmation dialog have been removed.
* **Environment removed from General settings.** The workspace General settings panel no longer displays an environment row.
* **Workspace switcher simplified.** The sidebar workspace switcher now displays a flat list sorted alphabetically instead of grouping workspaces by environment. The subtitle below the active workspace name now shows the workspace region instead of the environment.
* **Invitation preview simplified.** The workspace invitation detail page no longer displays the workspace environment badge.

**What you need to do:**

* **No action required.** If you relied on the environment badge for visual identification of workspaces, use workspace naming conventions or the region indicator instead.

</details>

<details>

<summary>Developer Console: Upload Tab Removed from Data Sources (August 2026)</summary>

#### Upload Tab Removed from Data Sources <a href="#upload-tab-removed-from-data-sources" id="upload-tab-removed-from-data-sources"></a>

The **Upload** tab on the Data Sources page has been removed. The shareable upload-link surface - used for generating, managing, and revoking customer-facing file upload links - is no longer available in the Developer Console.

**What changed:**

* **Upload tab removed.** The Data Sources page no longer displays the Upload tab. The remaining tabs are Sources and Intake.
* **Upload link management removed.** The ability to generate shareable upload links, copy link URLs, view received files, and revoke links has been removed from the console. The underlying platform endpoints for shareable upload links were retired in a prior platform release.
* **No effect on Intake tab.** The Intake tab and its batch-based data intake workflows are unchanged.

**What you need to do:**

* **No action required.** If you previously used shareable upload links, use the Intake tab for batch-based data intake workflows instead.

</details>

<details>

<summary>Developer Console: Lightweight JSON Editors and Line-Numbered JSON Viewer (August 2026)</summary>

#### Lightweight JSON Editors and Line-Numbered JSON Viewer <a href="#lightweight-json-editors-and-line-numbered-json-viewer" id="lightweight-json-editors-and-line-numbered-json-viewer"></a>

The JSON editor dialogs for agents and context graphs now use a lightweight native textarea instead of a third-party code editor, and the read-only JSON viewer supports optional line numbers.

**What changed:**

* **Simplified JSON editor.** The agent version and context graph version JSON editor dialogs now render a styled textarea rather than loading a separate code-editor library. The editing experience - validation, import, export, copy, and save - is unchanged. The dialogs load faster because they no longer defer a heavy editor bundle.
* **Lazy wrappers removed.** The agent and context graph JSON editor dialogs are now imported directly instead of going through a lazy-loading wrapper. This simplifies the component tree with no visible behavior change.
* **Line numbers in JSON viewer.** The read-only JSON viewer on the agent versions panel now displays line numbers, making it easier to reference specific lines when reviewing version configuration.
* **Narrower Content Security Policy allowance.** The CSP `script-src` comment previously noted that both Plotly and the code editor required `unsafe-eval`. With the code editor removed, only Plotly requires it. No header values changed.

**What you need to do:**

* **No action required.** JSON editing and viewing workflows are unchanged. Editor dialogs load faster and the versions viewer now shows line numbers.

</details>

<details>

<summary>Developer Console: Google Drive Source Setup Copy and SDK Source Types (August 2026)</summary>

#### Google Drive Source Setup Copy and SDK Source Types <a href="#google-drive-source-setup-copy-and-sdk-source-types" id="google-drive-source-setup-copy-and-sdk-source-types"></a>

The Developer Console now uses clearer setup guidance when registering Google Drive intake sources and tracks source type definitions from the platform SDK.

**What changed:**

* **Updated Drive source setup instructions.** The dialog for adding a Google Drive source now instructs users to share folders with Amigo's intake service account as Viewer, replacing the previous guidance that referenced uploading a service-account key. No credential upload step is required.
* **Source type definitions from SDK.** Intake source and folder-mapping type definitions are now imported from the platform SDK rather than maintained locally in the console. This has no user-visible effect but keeps the console aligned with the canonical platform schema.

**What you need to do:**

* **No action required.** The registration workflow is unchanged. The updated instructions reflect the current authentication model for Drive sources.

</details>

<details>

<summary>Developer Console: Authorization Binding Visibility for SQL Tools (July 2026)</summary>

#### Authorization Binding Visibility for SQL Tools <a href="#authorization-binding-visibility-for-sql-tools" id="authorization-binding-visibility-for-sql-tools"></a>

The Developer Console now displays authorization binding test values on SQL tool detail pages and adjusts the test panel behavior for authorization-bound tools.

**What changed:**

* **Authorization binding test values shown.** SQL tool detail pages - both database query tools and warehouse functions - now display an Authorization section listing the configured per-parameter test values. When no test values are configured, the section states that explicitly.
* **Test panel disabled for authorization-bound tools.** The inline test panel on a query tool detail page is disabled when the tool has authorization-bound parameters. A message directs users to the playground, which runs the tool with its configured test values under the caller's permission grant.
* **Parameter input reflects binding.** In the query tool form, parameters with an authorization binding show a "Server-bound" placeholder and their default value input is disabled, making the server-controlled nature of those parameters visible during editing.
* **Caller-visible parameters only in test templates.** The test input JSON template for both query tools and warehouse functions now includes only caller-visible parameters, omitting authorization-bound parameters that the server fills automatically.

**What you need to do:**

* **No action required.** These are visibility improvements. Use the playground to test tools that have authorization-bound parameters.

</details>

<details>

<summary>Developer Console: Runs Tab Layout Improvements (July 2026)</summary>

#### Runs Tab Layout Improvements <a href="#runs-tab-layout-improvements" id="runs-tab-layout-improvements"></a>

The Runs page tabs now size correctly to their content, with the Live tab using a full-height layout and the All Runs and Overview tabs flowing naturally without forced stretching.

**What changed:**

* **Live tab uses full-height layout.** The Live tab fills the available viewport height, keeping the virtualized run list and live status indicators visible without unnecessary scrolling.
* **All Runs tab sizes to content.** The All Runs tab no longer stretches to fill the full viewport height. The table renders at its natural content height, matching the behavior of other list views in the console.
* **Overview tab unchanged.** The Overview tab continues to display summary statistics in a content-sized layout.
* **Tab layout extracted for consistency.** The three-tab structure (Live, All Runs, Overview) now uses a shared layout component, ensuring consistent spacing, icon placement, and responsive behavior across tabs.

**What you need to do:**

* **No action required.** This is a visual layout fix. No workflows, APIs, or URLs changed.

</details>

<details>

<summary>Developer Console: Audit Export Workflow, SDK Migration, and Compliance Simplification (July 2026)</summary>

#### Audit Export Workflow, SDK Migration, and Compliance Simplification <a href="#audit-export-workflow-sdk-migration-and-compliance-simplification" id="audit-export-workflow-sdk-migration-and-compliance-simplification"></a>

The Compliance section now runs audit exports asynchronously and delivers results as short-lived downloadable files, replacing the previous volume-based export model. The Identity audit tab reads from the unified audit projection, and several removed indirections simplify the compliance experience.

**What changed:**

* **Async audit exports with download links.** Creating an audit export now submits the query asynchronously. The export dialog stays open, shows a preparing indicator while the export runs, and presents download links once the results are ready. Links are short-lived - download them promptly. The previous behavior wrote NDJSON artifacts to a workspace volume and listed them in a persistent catalog.
* **Exports tab simplified.** The Exports tab is now a launcher for new exports. There is no longer a persistent table of past export artifacts, because exports resolve to ephemeral download links rather than stored files. The create-poll-download loop is handled entirely within the export dialog.
* **"Last export" metric removed from Overview.** The compliance Overview tab no longer displays a "Last export" card, since there is no persistent export catalog to derive it from.
* **Identity audit tab reads from unified projection.** The Identity tab now reads audit events from the platform's unified audit event projection instead of a separate identity-service endpoint. The "Entity" column has been replaced by an "Actor" column showing the acting entity. The tab description reflects the updated data source.
* **Account recent activity uses platform audit.** The Account page's recent activity feed now reads from the platform audit projection, scoped to the signed-in user's own events across workspaces.
* **Email surface service field is now a text input.** When creating an email-type Surface, the email service selector has been replaced with a plain text input for the service ID. The previous dropdown that loaded available email services has been removed.
* **Navigation between Events and Exports tabs simplified.** The "View exports" link that previously appeared in export success toasts and connected the Events tab to the Exports tab has been removed. Each tab operates independently.

**What you need to do:**

* **Download export files promptly.** Export download links expire shortly after the export finishes. If you need to keep the data, save the files when they appear.
* **Update any workflows that depend on persistent export listings.** The Exports tab no longer shows a catalog of previous exports. If you relied on re-downloading past exports from the console, export the data again.
* **Paste email service IDs directly.** When creating email Surfaces, enter the channel-manager use case ID in the text field instead of selecting from a dropdown.

</details>

<details>

<summary>Developer Console: Agents Table, Navigation, and Dashboard Polish (July 2026)</summary>

#### Agents Table, Navigation, and Dashboard Polish <a href="#agents-table-navigation-and-dashboard-polish" id="agents-table-navigation-and-dashboard-polish"></a>

The Developer Console received several usability refinements to the Agents list, sidebar navigation, Surfaces section, and the Metrics dashboard.

**What changed:**

* **Agents table column order.** The Agents table now shows the Name column before the Framework column, making agent names visible without horizontal scrolling. The Name column minimum width was increased for readability.
* **Framework badge styling.** Framework badges in the Agents table use a smaller caption style for a cleaner visual density.
* **Surfaces page title corrected.** The Surfaces page now displays the title "Surfaces" instead of the previous "Outreach" label, matching the navigation entry and the section's purpose as patient-facing data-collection forms.
* **Surfaces page description updated.** The page description uses standard sentence punctuation instead of an em dash.
* **Sidebar navigation label.** The sidebar entry for patient-facing forms is now labeled "Surfaces" consistently throughout the console.
* **Metrics dashboard heading.** The embedded metrics overview dashboard no longer renders a redundant heading and subheading inherited from the shared dashboard component, reducing visual noise on the Metrics page.

**What you need to do:**

* **No action required.** These are visual and labeling improvements. No workflows, APIs, or URLs changed.

</details>

<details>

<summary>Developer Console: Metric-First Performance Ledger and Per-Conversation Eval Verdicts (July 2026)</summary>

#### Metric-First Performance Ledger and Per-Conversation Eval Verdicts <a href="#metric-first-performance-ledger-and-per-conversation-eval-verdicts" id="metric-first-performance-ledger-and-per-conversation-eval-verdicts"></a>

The Simulations section now leads with a performance overview organized by metric, and each conversation shows its individual evaluation verdicts.

**What changed:**

* **Performance overview on the simulations landing page.** The simulations list page now includes a performance overview that groups results by metric. Pass rates, score distributions, and trends are visible before drilling into any individual run.
* **Per-conversation eval verdicts.** Run detail pages show evaluation results for each conversation session, including assertion outcomes, metric scores, and justification text. The same verdicts appear on the conversation detail page when viewing a simulation session.
* **Coverage retired as a verdict.** Coverage is no longer treated as an evaluation verdict. Coverage data remains available through the existing coverage views, but it no longer appears alongside pass/fail metric verdicts in simulation results.
* **Agent Readiness page removed.** The Agent Readiness page and its residency-level progression model have been removed from the console navigation. Readiness concepts are superseded by the metric-first performance views in the Simulations section.
* **Navigation updated.** The console sidebar no longer includes the Agent Readiness link. The Simulations section is the primary destination for evaluating agent performance across runs.

**What you need to do:**

* **Use the Simulations performance overview for agent evaluation.** Teams that previously used the Agent Readiness page should use the simulations performance overview and per-conversation eval verdicts to assess agent quality.
* **Update any bookmarks or internal references to Agent Readiness.** The Agent Readiness URL no longer resolves.

</details>

<details>

<summary>Developer Console: Magic-Link Sign-In Always Available (July 2026)</summary>

#### Magic-Link Sign-In Always Available <a href="#magic-link-sign-in-always-available" id="magic-link-sign-in-always-available"></a>

The passwordless magic-link sign-in option is now always offered on the login page. It no longer depends on a server-side feature gate.

**What changed:**

* **Magic-link always shown.** The login page displays the magic-link sign-in option whenever the authentication configuration has loaded, rather than waiting for a per-environment feature flag. The option appears alongside other sign-in methods such as Google and the local development bypass.
* **Simplified auth configuration response.** The client-side authentication configuration endpoint no longer returns a separate magic-link enablement field. The login page treats magic-link as unconditionally available.
* **No behavioral change for end users.** Users who previously saw the magic-link option continue to see it. Users in environments where the feature gate was not enabled now see it as well.

**What you need to do:**

* **Remove `MAGIC_LINK_ENABLED` from environment configuration.** If your deployment sets this variable, it is no longer read and can be removed. The magic-link option appears regardless of its value.

</details>

<details>

<summary>Developer Console: Browser Voice Test Calls Restored (July 2026)</summary>

#### Browser Voice Test Calls Restored <a href="#browser-voice-test-calls-restored" id="browser-voice-test-calls-restored"></a>

The Playground now starts browser voice test calls through the current session-allocation flow before connecting microphone audio.

**What changed:**

* **Voice test-call startup updated.** The Playground requests an isolated test session, then connects to the returned voice-session address instead of opening the retired direct connection path.
* **Existing test workflow preserved.** Microphone capture, live observer events, and call inspection continue through the same Playground controls.
* **Clear startup failures.** Allocation or capacity failures appear through the existing test-call error state instead of leaving the call at a failed connection.

**What you need to do:**

* **No action required.** Start browser voice tests from the Playground as before.

</details>

<details>

<summary>Developer Console: Event-Based Trigger Creation Restored (July 2026)</summary>

#### Event-Based Trigger Creation Restored <a href="#event-based-trigger-creation-restored" id="event-based-trigger-creation-restored"></a>

The trigger creation flow once again supports running an action when a selected workspace event occurs.

**What changed:**

* **Event trigger mode.** The creation form now offers scheduled, event-based, and manual modes.
* **Supported event picker.** Event-based triggers select from the platform's supported workspace events instead of accepting an arbitrary event name.
* **Optional event filter.** Authors can provide an event-filter object alongside the selected event type.
* **Live matching behavior.** Matching events enqueue trigger runs through the existing run history surface. Event intake is at most once and does not replay events missed while matching is unavailable.

**What you need to do:**

* **Review event-based triggers before activation.** Confirm the selected event and filter are narrow enough for the action. Use a separate reconciliation path if every source event must be processed.

</details>

<details>

<summary>Developer Console: Runs Split into Live, All Runs, and Overview Views (July 2026)</summary>

#### Runs Split into Live, All Runs, and Overview Views <a href="#runs-split-into-live-all-runs-and-overview-views" id="runs-split-into-live-all-runs-and-overview-views"></a>

The unified Runs workspace now separates the operator queue, full run browser, and aggregate reporting by intent.

**What changed:**

* **Live tab.** Shows only live runs in an urgency-ranked, table-first operator queue. Status is fixed to live, so this view does not show a status filter.
* **All runs tab.** Shows the full filterable run table without urgency styling, even when a user filters the table to live status.
* **Overview tab.** Hosts workspace summary statistics and run distributions without compressing the operational tables.
* **Deep-linkable tabs.** The selected view is stored in `?tab=`. Runs opens All runs by default; Takeover links open Live directly.
* **Legacy link compatibility.** An incoming `?f_status=live` bookmark opens the Live tab and is converted to the current tab URL.

**What you need to do:**

* **Update saved operator links to `?tab=live`.** Existing live-status bookmarks still redirect to the correct view.

</details>

<details>

<summary>Developer Console: Server-Driven API-Key Permissions and Framework Authoring (July 2026)</summary>

#### Server-Driven API-Key Permissions and Framework Authoring <a href="#server-driven-api-key-permissions-and-framework-authoring" id="server-driven-api-key-permissions-and-framework-authoring"></a>

Governance and agent authoring now use the platform's live contracts instead of incomplete local choices.

**What changed:**

* **API-key form uses the permission catalog.** Role defaults and available permissions load from the server. If the catalog cannot load, the form stops with a retry state rather than falling back to a stale matrix.
* **Framework agent registration.** The New Agent flow provides a JSON editor for supported native frameworks, dry-run validation, and registration without leaving the console.
* **Native agent testing.** Registered definitions with a version can launch a framework run from their detail page.
* **World-model scope shown.** Agent detail displays the effective world scope and write floor so authors can review the data boundary before testing.
* **Consistent framework and channel labels.** Pickers, lists, and playground guidance now use the same framework names and channel taxonomy.

**What you need to do:**

* **No action required.** API-key defaults and agent-authoring choices now follow the server automatically.

</details>

<details>

<summary>Earlier entry links (preserved bookmarks)</summary>

#### Unified Run Detail and Takeover Surface <a href="#unified-run-detail-and-takeover-surface" id="unified-run-detail-and-takeover-surface"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-01.md#unified-run-detail-and-takeover-surface).

#### Dataset-First Customer Data Intake <a href="#dataset-first-customer-data-intake" id="dataset-first-customer-data-intake"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-01.md#dataset-first-customer-data-intake).

#### Runs Page Redesigned into Live / All Runs / Overview Tabs <a href="#runs-page-redesigned-into-live-all-runs-overview-tabs" id="runs-page-redesigned-into-live-all-runs-overview-tabs"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-01.md#runs-page-redesigned-into-live-all-runs-overview-tabs).

#### Improved Framework Authoring UX <a href="#improved-framework-authoring-ux" id="improved-framework-authoring-ux"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-01.md#improved-framework-authoring-ux).

#### Refined Govern Page Hierarchy <a href="#refined-govern-page-hierarchy" id="refined-govern-page-hierarchy"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-01.md#refined-govern-page-hierarchy).

#### Surface Field Card Layout Improvements <a href="#surface-field-card-layout-improvements" id="surface-field-card-layout-improvements"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-01.md#surface-field-card-layout-improvements).

#### Govern Surfaces Visual Polish <a href="#govern-surfaces-visual-polish" id="govern-surfaces-visual-polish"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-01.md#govern-surfaces-visual-polish).

#### Surface Detail Page UX Improvements <a href="#surface-detail-page-ux-improvements" id="surface-detail-page-ux-improvements"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-01.md#surface-detail-page-ux-improvements).

#### Surfaces Collection Workflow UX Improvements <a href="#surfaces-collection-workflow-ux-improvements" id="surfaces-collection-workflow-ux-improvements"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-01.md#surfaces-collection-workflow-ux-improvements).

#### Sensorium Availability by Workspace ID and UI Refinements <a href="#sensorium-availability-by-workspace-id-and-ui-refinements" id="sensorium-availability-by-workspace-id-and-ui-refinements"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-01.md#sensorium-availability-by-workspace-id-and-ui-refinements).

#### Govern Workspace UX Improvements <a href="#govern-workspace-ux-improvements" id="govern-workspace-ux-improvements"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-01.md#govern-workspace-ux-improvements).

#### Workspace-Scoped Demo Surfaces and Navigation Updates <a href="#workspace-scoped-demo-surfaces-and-navigation-updates" id="workspace-scoped-demo-surfaces-and-navigation-updates"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-01.md#workspace-scoped-demo-surfaces-and-navigation-updates).

#### Improved Outreach Save Workflow <a href="#improved-outreach-save-workflow" id="improved-outreach-save-workflow"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-01.md#improved-outreach-save-workflow).

#### Unified Takeover Surface <a href="#unified-takeover-surface" id="unified-takeover-surface"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-01.md#unified-takeover-surface).

#### Takeover Entry Point on Run Detail Page <a href="#takeover-entry-point-on-run-detail-page" id="takeover-entry-point-on-run-detail-page"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-01.md#takeover-entry-point-on-run-detail-page).

#### Performance Page Link Relabeled <a href="#performance-page-link-relabeled" id="performance-page-link-relabeled"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-01.md#performance-page-link-relabeled).

#### Escalation Triage Folded into Runs Live <a href="#escalation-triage-folded-into-runs-live" id="escalation-triage-folded-into-runs-live"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-01.md#escalation-triage-folded-into-runs-live).

#### Urgency-First Escalation Triage <a href="#urgency-first-escalation-triage" id="urgency-first-escalation-triage"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-01.md#urgency-first-escalation-triage).

#### Dataset-First Intake Workspace <a href="#dataset-first-intake-workspace" id="dataset-first-intake-workspace"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-01.md#dataset-first-intake-workspace).

#### Escalations Table Unified with Operator Roster <a href="#escalations-table-unified-with-operator-roster" id="escalations-table-unified-with-operator-roster"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-01.md#escalations-table-unified-with-operator-roster).

#### Operator Surfaces Adopt Design-System Components <a href="#operator-surfaces-adopt-design-system-components" id="operator-surfaces-adopt-design-system-components"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-01.md#operator-surfaces-adopt-design-system-components).

#### Eval Quality Panel on the Metrics Page <a href="#eval-quality-panel-on-the-metrics-page" id="eval-quality-panel-on-the-metrics-page"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-01.md#eval-quality-panel-on-the-metrics-page).

#### Improve Section IA - Workspace-Switch Context and PageShell Migration <a href="#improve-section-ia-workspace-switch-context-and-pageshell-migration" id="improve-section-ia-workspace-switch-context-and-pageshell-migration"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-01.md#improve-section-ia-workspace-switch-context-and-pageshell-migration).

#### Improve Section UX - Quality Polarity, KPI Fixes, and Dashboard Polish <a href="#improve-section-ux-quality-polarity-kpi-fixes-and-dashboard-polish" id="improve-section-ux-quality-polarity-kpi-fixes-and-dashboard-polish"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-01.md#improve-section-ux-quality-polarity-kpi-fixes-and-dashboard-polish).

#### Generalized Data Visualization and Distribution Ribbons <a href="#generalized-data-visualization-and-distribution-ribbons" id="generalized-data-visualization-and-distribution-ribbons"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-01.md#generalized-data-visualization-and-distribution-ribbons).

#### Operate Surface Cleanup - Dead Routes and Code Removed <a href="#operate-surface-cleanup-dead-routes-and-code-removed" id="operate-surface-cleanup-dead-routes-and-code-removed"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-01.md#operate-surface-cleanup-dead-routes-and-code-removed).

#### Operator Guidance in the Voice Takeover Drawer <a href="#operator-guidance-in-the-voice-takeover-drawer" id="operator-guidance-in-the-voice-takeover-drawer"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-01.md#operator-guidance-in-the-voice-takeover-drawer).

#### Improve Section Reordered to Follow the Analyst's Path <a href="#improve-section-reordered-to-follow-the-analysts-path" id="improve-section-reordered-to-follow-the-analysts-path"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-01.md#improve-section-reordered-to-follow-the-analysts-path).

#### Operator Nav Label Corrected to "Review Queue" <a href="#operator-nav-label-corrected-to-review-queue" id="operator-nav-label-corrected-to-review-queue"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-01.md#operator-nav-label-corrected-to-review-queue).

#### Runs Surface Now Uses the Platform SDK <a href="#runs-surface-now-uses-the-platform-sdk" id="runs-surface-now-uses-the-platform-sdk"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-01.md#runs-surface-now-uses-the-platform-sdk).

#### Command Center Retired in Favor of Unified Runs Live View <a href="#command-center-retired-in-favor-of-unified-runs-live-view" id="command-center-retired-in-favor-of-unified-runs-live-view"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-01.md#command-center-retired-in-favor-of-unified-runs-live-view).

#### Server-Driven API Key Permission Form <a href="#server-driven-api-key-permission-form" id="server-driven-api-key-permission-form"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-01.md#server-driven-api-key-permission-form).

#### Framework Run Trajectory View <a href="#framework-run-trajectory-view" id="framework-run-trajectory-view"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-01.md#framework-run-trajectory-view).

#### Unified Agent Authoring UX and Channel Taxonomy <a href="#unified-agent-authoring-ux-and-channel-taxonomy" id="unified-agent-authoring-ux-and-channel-taxonomy"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-01.md#unified-agent-authoring-ux-and-channel-taxonomy).

#### Scalable Upload-Link Flow with Pagination and Confirmation <a href="#scalable-upload-link-flow-with-pagination-and-confirmation" id="scalable-upload-link-flow-with-pagination-and-confirmation"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-01.md#scalable-upload-link-flow-with-pagination-and-confirmation).

#### EHR Sync Routed Through Tools <a href="#ehr-sync-routed-through-tools" id="ehr-sync-routed-through-tools"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-01.md#ehr-sync-routed-through-tools).

#### Unified Run Detail Page <a href="#unified-run-detail-page" id="unified-run-detail-page"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-01.md#unified-run-detail-page).

#### Non-Voice Takeover Composer on Runs Page <a href="#non-voice-takeover-composer-on-runs-page" id="non-voice-takeover-composer-on-runs-page"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-01.md#non-voice-takeover-composer-on-runs-page).

#### Operate Section Renamed to "Runs" and Takeover Points to Live View <a href="#operate-section-renamed-to-runs-and-takeover-points-to-live-view" id="operate-section-renamed-to-runs-and-takeover-points-to-live-view"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-01.md#operate-section-renamed-to-runs-and-takeover-points-to-live-view).

#### Coverage Map Tab Removed - Single Overview <a href="#coverage-map-tab-removed-single-overview" id="coverage-map-tab-removed-single-overview"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-01.md#coverage-map-tab-removed-single-overview).

#### Runs Table Multi-Value Filters Pushed Server-Side <a href="#runs-table-multi-value-filters-pushed-server-side" id="runs-table-multi-value-filters-pushed-server-side"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-01.md#runs-table-multi-value-filters-pushed-server-side).

#### Coverage State Graph Rendered as SVG <a href="#coverage-state-graph-rendered-as-svg" id="coverage-state-graph-rendered-as-svg"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-01.md#coverage-state-graph-rendered-as-svg).

#### Calls and Conversations Lists Redirect to Unified Runs <a href="#calls-and-conversations-lists-redirect-to-unified-runs" id="calls-and-conversations-lists-redirect-to-unified-runs"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-01.md#calls-and-conversations-lists-redirect-to-unified-runs).

#### Context Graph State Types Aligned with Backend <a href="#context-graph-state-types-aligned-with-backend" id="context-graph-state-types-aligned-with-backend"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-01.md#context-graph-state-types-aligned-with-backend).

#### Query Explorer Table Corrections and Live Takeover Transcript <a href="#query-explorer-table-corrections-and-live-takeover-transcript" id="query-explorer-table-corrections-and-live-takeover-transcript"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-01.md#query-explorer-table-corrections-and-live-takeover-transcript).

#### Outreach Overview and Rule Card Label Corrections <a href="#outreach-overview-and-rule-card-label-corrections" id="outreach-overview-and-rule-card-label-corrections"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-01.md#outreach-overview-and-rule-card-label-corrections).

#### Data Surface Accuracy Fixes <a href="#data-surface-accuracy-fixes" id="data-surface-accuracy-fixes"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-01.md#data-surface-accuracy-fixes).

#### Page Titles Aligned with Navigation Labels <a href="#page-titles-aligned-with-navigation-labels" id="page-titles-aligned-with-navigation-labels"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-01.md#page-titles-aligned-with-navigation-labels).

#### Coverage Map Rebuilt as State-Transition Graph <a href="#coverage-map-rebuilt-as-state-transition-graph" id="coverage-map-rebuilt-as-state-transition-graph"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-01.md#coverage-map-rebuilt-as-state-transition-graph).

#### Voice Takeover Re-keyed to Run Identifier <a href="#voice-takeover-re-keyed-to-run-identifier" id="voice-takeover-re-keyed-to-run-identifier"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-01.md#voice-takeover-re-keyed-to-run-identifier).

#### Coverage Overview and Graph Reskin <a href="#coverage-overview-and-graph-reskin" id="coverage-overview-and-graph-reskin"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-02.md#coverage-overview-and-graph-reskin).

#### Unified Operator Identity and Go-Live Safety in the Playground <a href="#unified-operator-identity-and-go-live-safety-in-the-playground" id="unified-operator-identity-and-go-live-safety-in-the-playground"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-02.md#unified-operator-identity-and-go-live-safety-in-the-playground).

#### Run-Scoped Operator Takeover Drawer <a href="#run-scoped-operator-takeover-drawer" id="run-scoped-operator-takeover-drawer"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-02.md#run-scoped-operator-takeover-drawer).

#### Branch Explorer in the Text Playground <a href="#branch-explorer-in-the-text-playground" id="branch-explorer-in-the-text-playground"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-02.md#branch-explorer-in-the-text-playground).

#### Built-ins Page Consumes the Live Tool Catalog <a href="#built-ins-page-consumes-the-live-tool-catalog" id="built-ins-page-consumes-the-live-tool-catalog"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-02.md#built-ins-page-consumes-the-live-tool-catalog).

#### Integration and Skill Detail Page Titles and Enable/Disable Toggles <a href="#integration-and-skill-detail-page-titles-and-enable-disable-toggles" id="integration-and-skill-detail-page-titles-and-enable-disable-toggles"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-02.md#integration-and-skill-detail-page-titles-and-enable-disable-toggles).

#### Tools Surface Hardening <a href="#tools-surface-hardening" id="tools-surface-hardening"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-02.md#tools-surface-hardening).

#### Playground Event Log Export Now Includes Full History <a href="#playground-event-log-export-now-includes-full-history" id="playground-event-log-export-now-includes-full-history"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-02.md#playground-event-log-export-now-includes-full-history).

#### Full-Duplex Voice Family Now Selectable in Service Configuration <a href="#full-duplex-voice-family-now-selectable-in-service-configuration" id="full-duplex-voice-family-now-selectable-in-service-configuration"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-02.md#full-duplex-voice-family-now-selectable-in-service-configuration).

#### Claude Opus 4.8 Added to Model Registry <a href="#claude-opus-4.8-added-to-model-registry" id="claude-opus-4.8-added-to-model-registry"></a>

Continue with the [archived entry](https://docs.concurrence.com/api-reference/change-logs/pages/1HE1UbqPLBmXUCAPvPji#claude-opus-4.8-added-to-model-registry).

#### Claude Sonnet 5 Added to Model Registry <a href="#claude-sonnet-5-added-to-model-registry" id="claude-sonnet-5-added-to-model-registry"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-02.md#claude-sonnet-5-added-to-model-registry).

#### Surface Detail Shows Review and Archive Provenance <a href="#surface-detail-shows-review-and-archive-provenance" id="surface-detail-shows-review-and-archive-provenance"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-02.md#surface-detail-shows-review-and-archive-provenance).

#### PHI Access Report Copy Updated for Transcript Read-Auditing <a href="#phi-access-report-copy-updated-for-transcript-read-auditing" id="phi-access-report-copy-updated-for-transcript-read-auditing"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-02.md#phi-access-report-copy-updated-for-transcript-read-auditing).

#### Skill Picker Restricted to Supported Models <a href="#skill-picker-restricted-to-supported-models" id="skill-picker-restricted-to-supported-models"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-02.md#skill-picker-restricted-to-supported-models).

#### Operator Cluster and Remaining Private-Preview Surfaces Promoted to GA <a href="#operator-cluster-and-remaining-private-preview-surfaces-promoted-to-ga" id="operator-cluster-and-remaining-private-preview-surfaces-promoted-to-ga"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-02.md#operator-cluster-and-remaining-private-preview-surfaces-promoted-to-ga).

#### Gating Tranche - Runs Unpinned to GA, Compliance to GA, Operator Cluster to Private Preview <a href="#gating-tranche-runs-unpinned-to-ga-compliance-to-ga-operator-cluster-to-private-preview" id="gating-tranche-runs-unpinned-to-ga-compliance-to-ga-operator-cluster-to-private-preview"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-02.md#gating-tranche-runs-unpinned-to-ga-compliance-to-ga-operator-cluster-to-private-preview).

#### GPT-5.6 Family Added to Available Models <a href="#gpt-5.6-family-added-to-available-models" id="gpt-5.6-family-added-to-available-models"></a>

Continue with the [archived entry](https://docs.concurrence.com/api-reference/change-logs/pages/1HE1UbqPLBmXUCAPvPji#gpt-5.6-family-added-to-available-models).

#### Data Honesty - Remove Fabricated UI Elements <a href="#data-honesty-remove-fabricated-ui-elements" id="data-honesty-remove-fabricated-ui-elements"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-02.md#data-honesty-remove-fabricated-ui-elements).

#### Enterprise Lifecycle IA - Stage 1 Navigation Restructure and Redirects <a href="#enterprise-lifecycle-ia-stage-1-navigation-restructure-and-redirects" id="enterprise-lifecycle-ia-stage-1-navigation-restructure-and-redirects"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-02.md#enterprise-lifecycle-ia-stage-1-navigation-restructure-and-redirects).

#### Data Sources Design System Typography and Layout Polish <a href="#data-sources-design-system-typography-and-layout-polish" id="data-sources-design-system-typography-and-layout-polish"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-02.md#data-sources-design-system-typography-and-layout-polish).

#### Engagement Section Rebuild - Journeys, Outreach, Triggers, Surfaces <a href="#engagement-section-rebuild-journeys-outreach-triggers-surfaces" id="engagement-section-rebuild-journeys-outreach-triggers-surfaces"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-02.md#engagement-section-rebuild-journeys-outreach-triggers-surfaces).

#### Unified Compliance & Audit, Developer, Members, and Settings Pages <a href="#unified-compliance-and-audit-developer-members-and-settings-pages" id="unified-compliance-and-audit-developer-members-and-settings-pages"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-02.md#unified-compliance-and-audit-developer-members-and-settings-pages).

#### Sync Page Removed, Health Consolidated into Data Sources <a href="#sync-page-removed-health-consolidated-into-data-sources" id="sync-page-removed-health-consolidated-into-data-sources"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-02.md#sync-page-removed-health-consolidated-into-data-sources).

#### Family-Aware Voice Configuration <a href="#family-aware-voice-configuration" id="family-aware-voice-configuration"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-02.md#family-aware-voice-configuration).

#### Data Sources Catalog Drawer Guidance <a href="#data-sources-catalog-drawer-guidance" id="data-sources-catalog-drawer-guidance"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-02.md#data-sources-catalog-drawer-guidance).

#### Data Sources Health Strip Unified to Design System <a href="#data-sources-health-strip-unified-to-design-system" id="data-sources-health-strip-unified-to-design-system"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-02.md#data-sources-health-strip-unified-to-design-system).

#### Data Sources Catalog and Detail Improvements <a href="#data-sources-catalog-and-detail-improvements" id="data-sources-catalog-and-detail-improvements"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-02.md#data-sources-catalog-and-detail-improvements).

#### Patients Table Server-Backed Sort and Layout Improvements <a href="#patients-table-server-backed-sort-and-layout-improvements" id="patients-table-server-backed-sort-and-layout-improvements"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-02.md#patients-table-server-backed-sort-and-layout-improvements).

#### Entity and Service Columns on Runs, Voice Settings and Playground Updates <a href="#entity-and-service-columns-on-runs-voice-settings-and-playground-updates" id="entity-and-service-columns-on-runs-voice-settings-and-playground-updates"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-02.md#entity-and-service-columns-on-runs-voice-settings-and-playground-updates).

#### Close Conversation Action on List and Detail <a href="#close-conversation-action-on-list-and-detail" id="close-conversation-action-on-list-and-detail"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-02.md#close-conversation-action-on-list-and-detail).

#### Legacy Review Queue Surface Retired <a href="#legacy-review-queue-surface-retired" id="legacy-review-queue-surface-retired"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-02.md#legacy-review-queue-surface-retired).

#### External Write Review Console Surface <a href="#external-write-review-console-surface" id="external-write-review-console-surface"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-02.md#external-write-review-console-surface).

#### Memory Inspector - Entity Memory Panel and Memory-in-Conversation View <a href="#memory-inspector-entity-memory-panel-and-memory-in-conversation-view" id="memory-inspector-entity-memory-panel-and-memory-in-conversation-view"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-02.md#memory-inspector-entity-memory-panel-and-memory-in-conversation-view).

#### Trigger Event Type Reconciled with Platform SDK <a href="#trigger-event-type-reconciled-with-platform-sdk" id="trigger-event-type-reconciled-with-platform-sdk"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-02.md#trigger-event-type-reconciled-with-platform-sdk).

#### "Take Over" Action on Live Voice Runs <a href="#take-over-action-on-live-voice-runs" id="take-over-action-on-live-voice-runs"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-02.md#take-over-action-on-live-voice-runs).

#### Active Calls Folded into Runs Live View <a href="#active-calls-folded-into-runs-live-view" id="active-calls-folded-into-runs-live-view"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-02.md#active-calls-folded-into-runs-live-view).

#### Runs Summary Strip on the Operations Runs Page <a href="#runs-summary-strip-on-the-operations-runs-page" id="runs-summary-strip-on-the-operations-runs-page"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-02.md#runs-summary-strip-on-the-operations-runs-page).

#### JWT Assertion Usage for Integration Auth <a href="#jwt-assertion-usage-for-integration-auth" id="jwt-assertion-usage-for-integration-auth"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-02.md#jwt-assertion-usage-for-integration-auth).

#### Topbar Navigation and Breadcrumb Improvements <a href="#topbar-navigation-and-breadcrumb-improvements" id="topbar-navigation-and-breadcrumb-improvements"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-02.md#topbar-navigation-and-breadcrumb-improvements).

#### Operator Identity Resolved from Authenticated User <a href="#operator-identity-resolved-from-authenticated-user" id="operator-identity-resolved-from-authenticated-user"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-02.md#operator-identity-resolved-from-authenticated-user).

#### Real Rejected Stat and Timeline Timestamps in Review Queue <a href="#real-rejected-stat-and-timeline-timestamps-in-review-queue" id="real-rejected-stat-and-timeline-timestamps-in-review-queue"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-02.md#real-rejected-stat-and-timeline-timestamps-in-review-queue).

#### SSE-Drop Banner and Guidance Send Guard in Command Center <a href="#sse-drop-banner-and-guidance-send-guard-in-command-center" id="sse-drop-banner-and-guidance-send-guard-in-command-center"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-02.md#sse-drop-banner-and-guidance-send-guard-in-command-center).

#### Fleet Capacity "Updated Ago" Timestamp <a href="#fleet-capacity-updated-ago-timestamp" id="fleet-capacity-updated-ago-timestamp"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-02.md#fleet-capacity-updated-ago-timestamp).

#### Live-Ticking Duration on Runs Table <a href="#live-ticking-duration-on-runs-table" id="live-ticking-duration-on-runs-table"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-02.md#live-ticking-duration-on-runs-table).

#### Caller, Outcome, Turns, and Direction Columns on Runs Table <a href="#caller-outcome-turns-and-direction-columns-on-runs-table" id="caller-outcome-turns-and-direction-columns-on-runs-table"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-02.md#caller-outcome-turns-and-direction-columns-on-runs-table).

#### Operator Takeover - Real Audio Levels, LIVE Banner, and Go-Live Confirmation <a href="#operator-takeover-real-audio-levels-live-banner-and-go-live-confirmation" id="operator-takeover-real-audio-levels-live-banner-and-go-live-confirmation"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-02.md#operator-takeover-real-audio-levels-live-banner-and-go-live-confirmation).

#### Per-Run Detail Navigation on Unified Runs Table <a href="#per-run-detail-navigation-on-unified-runs-table" id="per-run-detail-navigation-on-unified-runs-table"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-02.md#per-run-detail-navigation-on-unified-runs-table).

#### Server-Authoritative Filters and Defensive Rendering on Runs Table <a href="#server-authoritative-filters-and-defensive-rendering-on-runs-table" id="server-authoritative-filters-and-defensive-rendering-on-runs-table"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-02.md#server-authoritative-filters-and-defensive-rendering-on-runs-table).

#### Unified Runs Table with Server-Side Filters <a href="#unified-runs-table-with-server-side-filters" id="unified-runs-table-with-server-side-filters"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-02.md#unified-runs-table-with-server-side-filters).

#### Framework Runs Table on Unified Runs Surface <a href="#framework-runs-table-on-unified-runs-surface" id="framework-runs-table-on-unified-runs-surface"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-02.md#framework-runs-table-on-unified-runs-surface).

#### Honest Raw-Transcript Fallback for Voice Conversation Detail <a href="#honest-raw-transcript-fallback-for-voice-conversation-detail" id="honest-raw-transcript-fallback-for-voice-conversation-detail"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-03.md#honest-raw-transcript-fallback-for-voice-conversation-detail).

#### World-Model Lens on Conversation Detail <a href="#world-model-lens-on-conversation-detail" id="world-model-lens-on-conversation-detail"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-03.md#world-model-lens-on-conversation-detail).

#### Unified Runs Surface <a href="#unified-runs-surface" id="unified-runs-surface"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-03.md#unified-runs-surface).

#### Unified Testing Under Evaluation + Voice Library Moved to Tools <a href="#unified-testing-under-evaluation--voice-library-moved-to-tools" id="unified-testing-under-evaluation--voice-library-moved-to-tools"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-03.md#unified-testing-under-evaluation--voice-library-moved-to-tools).

#### Plain-Language Section Descriptions in Sidebar <a href="#plain-language-section-descriptions-in-sidebar" id="plain-language-section-descriptions-in-sidebar"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-03.md#plain-language-section-descriptions-in-sidebar).

#### Per-Service World Model and Capabilities Panel <a href="#per-service-world-model-and-capabilities-panel" id="per-service-world-model-and-capabilities-panel"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-03.md#per-service-world-model-and-capabilities-panel).

#### Framework Badge on Service Detail <a href="#framework-badge-on-service-detail" id="framework-badge-on-service-detail"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-03.md#framework-badge-on-service-detail).

#### Agent Detail Redesign Phase 2 - Framework Badge and Capabilities <a href="#agent-detail-redesign-phase-2-framework-badge-and-capabilities" id="agent-detail-redesign-phase-2-framework-badge-and-capabilities"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-03.md#agent-detail-redesign-phase-2-framework-badge-and-capabilities).

#### Unified Agents List <a href="#unified-agents-list" id="unified-agents-list"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-03.md#unified-agents-list).

#### Layered Navigation and Framework Branding <a href="#layered-navigation-and-framework-branding" id="layered-navigation-and-framework-branding"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-03.md#layered-navigation-and-framework-branding).

#### Framework-Agnostic Navigation and Native Agents Registry <a href="#framework-agnostic-navigation-and-native-agents-registry" id="framework-agnostic-navigation-and-native-agents-registry"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-03.md#framework-agnostic-navigation-and-native-agents-registry).

#### Framework Runs - Native Definition Runs and Actor Badges <a href="#framework-runs-native-definition-runs-and-actor-badges" id="framework-runs-native-definition-runs-and-actor-badges"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-03.md#framework-runs-native-definition-runs-and-actor-badges).

#### Framework Runs - Cache Token Usage and Two-Column Form Layout <a href="#framework-runs-cache-token-usage-and-two-column-form-layout" id="framework-runs-cache-token-usage-and-two-column-form-layout"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-03.md#framework-runs-cache-token-usage-and-two-column-form-layout).

#### Framework Runs Panel on Service Detail Page <a href="#framework-runs-panel-on-service-detail-page" id="framework-runs-panel-on-service-detail-page"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-03.md#framework-runs-panel-on-service-detail-page).

#### Background Tools Fleet Capacity Widget on Active Calls Page <a href="#background-tools-fleet-capacity-widget-on-active-calls-page" id="background-tools-fleet-capacity-widget-on-active-calls-page"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-03.md#background-tools-fleet-capacity-widget-on-active-calls-page).

#### Destinations Tab in Intake <a href="#destinations-tab-in-intake" id="destinations-tab-in-intake"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-03.md#destinations-tab-in-intake).

#### Live Agent Messages After Deferred Tool Completion in Text Playground <a href="#live-agent-messages-after-deferred-tool-completion-in-text-playground" id="live-agent-messages-after-deferred-tool-completion-in-text-playground"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-03.md#live-agent-messages-after-deferred-tool-completion-in-text-playground).

#### Tool Dispatch Axes on Context Graph Bindings <a href="#tool-dispatch-axes-on-context-graph-bindings" id="tool-dispatch-axes-on-context-graph-bindings"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-03.md#tool-dispatch-axes-on-context-graph-bindings).

#### Sortable "Uploaded at" Column in Intake Files List <a href="#sortable-uploaded-at-column-in-intake-files-list" id="sortable-uploaded-at-column-in-intake-files-list"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-03.md#sortable-uploaded-at-column-in-intake-files-list).

#### Graceful Handling of Large Folder Sync Timeouts in Intake <a href="#graceful-handling-of-large-folder-sync-timeouts-in-intake" id="graceful-handling-of-large-folder-sync-timeouts-in-intake"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-03.md#graceful-handling-of-large-folder-sync-timeouts-in-intake).

#### Live Background Tool Results in Text Playground <a href="#live-background-tool-results-in-text-playground" id="live-background-tool-results-in-text-playground"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-03.md#live-background-tool-results-in-text-playground).

#### Fleet Capacity Widget Labeled as Platform-Wide <a href="#fleet-capacity-widget-labeled-as-platform-wide" id="fleet-capacity-widget-labeled-as-platform-wide"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-03.md#fleet-capacity-widget-labeled-as-platform-wide).

#### Paginated Files List in Intake Tab <a href="#paginated-files-list-in-intake-tab" id="paginated-files-list-in-intake-tab"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-03.md#paginated-files-list-in-intake-tab).

#### Document Source Origin in Files List <a href="#document-source-origin-in-files-list" id="document-source-origin-in-files-list"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-03.md#document-source-origin-in-files-list).

#### Google Drive Sources and Batches in Intake Tab <a href="#google-drive-sources-and-batches-in-intake-tab" id="google-drive-sources-and-batches-in-intake-tab"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-03.md#google-drive-sources-and-batches-in-intake-tab).

#### Voice Fleet Capacity Widget on Active Calls Page <a href="#voice-fleet-capacity-widget-on-active-calls-page" id="voice-fleet-capacity-widget-on-active-calls-page"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-03.md#voice-fleet-capacity-widget-on-active-calls-page).

#### Revert Live Background Activity Surface in Text Playground <a href="#revert-live-background-activity-surface-in-text-playground" id="revert-live-background-activity-surface-in-text-playground"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-03.md#revert-live-background-activity-surface-in-text-playground).

#### Background Activity Lane, Provenance Labels, and Post-Close Results in Text Playground <a href="#background-activity-lane-provenance-labels-and-post-close-results-in-text-playground" id="background-activity-lane-provenance-labels-and-post-close-results-in-text-playground"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-03.md#background-activity-lane-provenance-labels-and-post-close-results-in-text-playground).

#### Live Background Tool Results and Agent Messages in Text Playground <a href="#live-background-tool-results-and-agent-messages-in-text-playground" id="live-background-tool-results-and-agent-messages-in-text-playground"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-03.md#live-background-tool-results-and-agent-messages-in-text-playground).

#### Multi-Type Document Schemas in Customer Data Intake <a href="#multi-type-document-schemas-in-customer-data-intake" id="multi-type-document-schemas-in-customer-data-intake"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-03.md#multi-type-document-schemas-in-customer-data-intake).

#### Workspace Voice Settings and Voice Runtime Controls <a href="#workspace-voice-settings-and-voice-runtime-controls" id="workspace-voice-settings-and-voice-runtime-controls"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-03.md#workspace-voice-settings-and-voice-runtime-controls).

#### Document Version History and Upload New Version in Files UI <a href="#document-version-history-and-upload-new-version-in-files-ui" id="document-version-history-and-upload-new-version-in-files-ui"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-03.md#document-version-history-and-upload-new-version-in-files-ui).

#### Document Schema Support in Create Schema Dialog <a href="#document-schema-support-in-create-schema-dialog" id="document-schema-support-in-create-schema-dialog"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-03.md#document-schema-support-in-create-schema-dialog).

#### Voice Session Provider Selection on Services <a href="#voice-session-provider-selection-on-services" id="voice-session-provider-selection-on-services"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-03.md#voice-session-provider-selection-on-services).

#### Call Infrastructure Track in Live Observer <a href="#call-infrastructure-track-in-live-observer" id="call-infrastructure-track-in-live-observer"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-03.md#call-infrastructure-track-in-live-observer).

#### Client-Side Validation for Endpoint Path Templates <a href="#client-side-validation-for-endpoint-path-templates" id="client-side-validation-for-endpoint-path-templates"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-03.md#client-side-validation-for-endpoint-path-templates).

#### Normalize Inferred CSV Field Names to Valid Identifiers <a href="#normalize-inferred-csv-field-names-to-valid-identifiers" id="normalize-inferred-csv-field-names-to-valid-identifiers"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-03.md#normalize-inferred-csv-field-names-to-valid-identifiers).

#### Infer Schema Fields from CSV in Create Schema <a href="#infer-schema-fields-from-csv-in-create-schema" id="infer-schema-fields-from-csv-in-create-schema"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-03.md#infer-schema-fields-from-csv-in-create-schema).

#### Fix Identity Bindings Display on Integration Detail Page <a href="#fix-identity-bindings-display-on-integration-detail-page" id="fix-identity-bindings-display-on-integration-detail-page"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-03.md#fix-identity-bindings-display-on-integration-detail-page).

#### Gemini 3.x Models and Experimental Badge in Skill Editor <a href="#gemini-3.x-models-and-experimental-badge-in-skill-editor" id="gemini-3.x-models-and-experimental-badge-in-skill-editor"></a>

Continue with the [archived entry](https://docs.concurrence.com/api-reference/change-logs/pages/PGTAB5sViiYAxzH0AzNd#gemini-3.x-models-and-experimental-badge-in-skill-editor).

#### New Models in Skill Editor Model Picker <a href="#new-models-in-skill-editor-model-picker" id="new-models-in-skill-editor-model-picker"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-03.md#new-models-in-skill-editor-model-picker).

#### Identity Bindings on Integration Detail Page <a href="#identity-bindings-on-integration-detail-page" id="identity-bindings-on-integration-detail-page"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-03.md#identity-bindings-on-integration-detail-page).

#### Updated Model Selector with Provider Icons <a href="#updated-model-selector-with-provider-icons" id="updated-model-selector-with-provider-icons"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-03.md#updated-model-selector-with-provider-icons).

#### Intake Files List, Upload, Schemas List, and Create Schema <a href="#intake-files-list-upload-schemas-list-and-create-schema" id="intake-files-list-upload-schemas-list-and-create-schema"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-03.md#intake-files-list-upload-schemas-list-and-create-schema).

#### Intake Tab Enabled by Default on Staging and Preview <a href="#intake-tab-enabled-by-default-on-staging-and-preview" id="intake-tab-enabled-by-default-on-staging-and-preview"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-03.md#intake-tab-enabled-by-default-on-staging-and-preview).

#### Per-Skill Sampling Parameters in Skill Editor <a href="#per-skill-sampling-parameters-in-skill-editor" id="per-skill-sampling-parameters-in-skill-editor"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-03.md#per-skill-sampling-parameters-in-skill-editor).

#### Agent Memory Dimensions Page <a href="#agent-memory-dimensions-page" id="agent-memory-dimensions-page"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-03.md#agent-memory-dimensions-page).

#### Text Playground Sending State Indicator <a href="#text-playground-sending-state-indicator" id="text-playground-sending-state-indicator"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-03.md#text-playground-sending-state-indicator).

#### Text Conversation Detail View <a href="#text-conversation-detail-view" id="text-conversation-detail-view"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-03.md#text-conversation-detail-view).

#### Copy Link on Surface Detail Page <a href="#copy-link-on-surface-detail-page" id="copy-link-on-surface-detail-page"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-03.md#copy-link-on-surface-detail-page).

#### Surface Analytics Time Window, Review Search, and Data Export <a href="#surface-analytics-time-window-review-search-and-data-export" id="surface-analytics-time-window-review-search-and-data-export"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-04.md#surface-analytics-time-window-review-search-and-data-export).

#### Surface Detail - Edit, Reshape, Progress, and Archive <a href="#surface-detail-edit-reshape-progress-and-archive" id="surface-detail-edit-reshape-progress-and-archive"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-04.md#surface-detail-edit-reshape-progress-and-archive).

#### Reverted Channel Catalog and Request Access <a href="#reverted-channel-catalog-and-request-access" id="reverted-channel-catalog-and-request-access"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-04.md#reverted-channel-catalog-and-request-access).

#### SQL Editor Examples Updated to Current World Model Tables <a href="#sql-editor-examples-updated-to-current-world-model-tables" id="sql-editor-examples-updated-to-current-world-model-tables"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-04.md#sql-editor-examples-updated-to-current-world-model-tables).

#### Workspace Selector IDs Now Copyable <a href="#workspace-selector-ids-now-copyable" id="workspace-selector-ids-now-copyable"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-04.md#workspace-selector-ids-now-copyable).

#### Removed Desktop, Prompt Logs, and Tasks Pages <a href="#removed-desktop-prompt-logs-and-tasks-pages" id="removed-desktop-prompt-logs-and-tasks-pages"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-04.md#removed-desktop-prompt-logs-and-tasks-pages).

#### Agent Memory UI Removed <a href="#agent-memory-ui-removed" id="agent-memory-ui-removed"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-04.md#agent-memory-ui-removed).

#### Conversation Detail Turn Count Alignment <a href="#conversation-detail-turn-count-alignment" id="conversation-detail-turn-count-alignment"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-04.md#conversation-detail-turn-count-alignment).

#### Channel Use Cases, Conversation Channel Filter, and SES Navigation <a href="#channel-use-cases-conversation-channel-filter-and-ses-navigation" id="channel-use-cases-conversation-channel-filter-and-ses-navigation"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-04.md#channel-use-cases-conversation-channel-filter-and-ses-navigation).

#### Text Playground Entity ID Validation <a href="#text-playground-entity-id-validation" id="text-playground-entity-id-validation"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-04.md#text-playground-entity-id-validation).

#### External Integration API Key Permissions <a href="#external-integration-api-key-permissions" id="external-integration-api-key-permissions"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-04.md#external-integration-api-key-permissions).

#### Data API Key Permissions <a href="#data-api-key-permissions" id="data-api-key-permissions"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-04.md#data-api-key-permissions).

#### Text Playground Surfaces Turn Failures <a href="#text-playground-surfaces-turn-failures" id="text-playground-surfaces-turn-failures"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-04.md#text-playground-surfaces-turn-failures).

#### Data Sources Page in Example Mode <a href="#data-sources-page-in-example-mode" id="data-sources-page-in-example-mode"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-04.md#data-sources-page-in-example-mode).

#### Integration Approval Policy and Playground Approve/Reject <a href="#integration-approval-policy-and-playground-approve-reject" id="integration-approval-policy-and-playground-approve-reject"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-04.md#integration-approval-policy-and-playground-approve-reject).

#### CSP Updated for Call Recording Playback <a href="#csp-updated-for-call-recording-playback" id="csp-updated-for-call-recording-playback"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-04.md#csp-updated-for-call-recording-playback).

#### CSP Updated for Voice Playground Worklets <a href="#csp-updated-for-voice-playground-worklets" id="csp-updated-for-voice-playground-worklets"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-04.md#csp-updated-for-voice-playground-worklets).

#### Agent-First Text Playground Sessions <a href="#agent-first-text-playground-sessions" id="agent-first-text-playground-sessions"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-04.md#agent-first-text-playground-sessions).

#### Simulation Write Actions Gated by Role <a href="#simulation-write-actions-gated-by-role" id="simulation-write-actions-gated-by-role"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-04.md#simulation-write-actions-gated-by-role).

#### CSP and HSTS Restored with CDN Compatibility <a href="#csp-and-hsts-restored-with-cdn-compatibility" id="csp-and-hsts-restored-with-cdn-compatibility"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-04.md#csp-and-hsts-restored-with-cdn-compatibility).

#### Security Header Scope Adjustment <a href="#security-header-scope-adjustment" id="security-header-scope-adjustment"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-04.md#security-header-scope-adjustment).

#### Security Headers on All Routes <a href="#security-headers-on-all-routes" id="security-headers-on-all-routes"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-04.md#security-headers-on-all-routes).

#### Device Login Preserves Return URL <a href="#device-login-preserves-return-url" id="device-login-preserves-return-url"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-04.md#device-login-preserves-return-url).

#### Example Mode for Console Pages <a href="#example-mode-for-console-pages" id="example-mode-for-console-pages"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-04.md#example-mode-for-console-pages).

#### Text Playground Action Loading State <a href="#text-playground-action-loading-state" id="text-playground-action-loading-state"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-04.md#text-playground-action-loading-state).

#### Create Workspace Hidden for Non-Admin Users <a href="#create-workspace-hidden-for-non-admin-users" id="create-workspace-hidden-for-non-admin-users"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-04.md#create-workspace-hidden-for-non-admin-users).

#### One-Click Invite via Magic Link <a href="#one-click-invite-via-magic-link" id="one-click-invite-via-magic-link"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-04.md#one-click-invite-via-magic-link).

#### Auto-Accept Invitation After Sign-In <a href="#auto-accept-invitation-after-sign-in" id="auto-accept-invitation-after-sign-in"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-04.md#auto-accept-invitation-after-sign-in).

#### Passwordless Magic-Link Login <a href="#passwordless-magic-link-login" id="passwordless-magic-link-login"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-04.md#passwordless-magic-link-login).

#### API Keys and Personal Access Tokens Consolidated on Developer Page <a href="#api-keys-and-personal-access-tokens-consolidated-on-developer-page" id="api-keys-and-personal-access-tokens-consolidated-on-developer-page"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-04.md#api-keys-and-personal-access-tokens-consolidated-on-developer-page).

#### Case Library and Suite Loading Improvements <a href="#case-library-and-suite-loading-improvements" id="case-library-and-suite-loading-improvements"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-04.md#case-library-and-suite-loading-improvements).

#### Voice Defaults Tab Removed from Workspace Settings <a href="#voice-defaults-tab-removed-from-workspace-settings" id="voice-defaults-tab-removed-from-workspace-settings"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-04.md#voice-defaults-tab-removed-from-workspace-settings).

#### Security Tab Removed from Workspace Settings <a href="#security-tab-removed-from-workspace-settings" id="security-tab-removed-from-workspace-settings"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-04.md#security-tab-removed-from-workspace-settings).

#### Integration Type Handling Improvements <a href="#integration-type-handling-improvements" id="integration-type-handling-improvements"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-04.md#integration-type-handling-improvements).

#### Data Sources Connector Catalog and Page Redesign <a href="#data-sources-connector-catalog-and-page-redesign" id="data-sources-connector-catalog-and-page-redesign"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-04.md#data-sources-connector-catalog-and-page-redesign).

#### Simulations Observability Improvements <a href="#simulations-observability-improvements" id="simulations-observability-improvements"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-04.md#simulations-observability-improvements).

#### Workspace Selection Sorted Alphabetically <a href="#workspace-selection-sorted-alphabetically" id="workspace-selection-sorted-alphabetically"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-04.md#workspace-selection-sorted-alphabetically).

#### Sortable Last Event Column on Data Source Entities <a href="#sortable-last-event-column-on-data-source-entities" id="sortable-last-event-column-on-data-source-entities"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-04.md#sortable-last-event-column-on-data-source-entities).

#### Sidebar Navigation Label Truncation Fixed <a href="#sidebar-navigation-label-truncation-fixed" id="sidebar-navigation-label-truncation-fixed"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-04.md#sidebar-navigation-label-truncation-fixed).

#### Execution Tier Removed from Skills UI <a href="#execution-tier-removed-from-skills-ui" id="execution-tier-removed-from-skills-ui"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-04.md#execution-tier-removed-from-skills-ui).

#### Integrations Table and Skill Binding Copy Simplified <a href="#integrations-table-and-skill-binding-copy-simplified" id="integrations-table-and-skill-binding-copy-simplified"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-04.md#integrations-table-and-skill-binding-copy-simplified).

#### Playground Service Ordering Preserved from Server <a href="#playground-service-ordering-preserved-from-server" id="playground-service-ordering-preserved-from-server"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-04.md#playground-service-ordering-preserved-from-server).

#### Retention Policy Constraints Aligned with Platform API <a href="#retention-policy-constraints-aligned-with-platform-api" id="retention-policy-constraints-aligned-with-platform-api"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-04.md#retention-policy-constraints-aligned-with-platform-api).

#### Environment Overrides Removed from Settings <a href="#environment-overrides-removed-from-settings" id="environment-overrides-removed-from-settings"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-04.md#environment-overrides-removed-from-settings).

#### MFA Configuration Removed from Security Settings <a href="#mfa-configuration-removed-from-security-settings" id="mfa-configuration-removed-from-security-settings"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-04.md#mfa-configuration-removed-from-security-settings).

#### Playground Services Pagination and Active Filter <a href="#playground-services-pagination-and-active-filter" id="playground-services-pagination-and-active-filter"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-04.md#playground-services-pagination-and-active-filter).

#### Simulation Cases and Suites Aligned with Platform Schema <a href="#simulation-cases-and-suites-aligned-with-platform-schema" id="simulation-cases-and-suites-aligned-with-platform-schema"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-04.md#simulation-cases-and-suites-aligned-with-platform-schema).

#### Integrations UI Migrated to SDK 0.58.0 <a href="#integrations-ui-migrated-to-sdk-0.58.0" id="integrations-ui-migrated-to-sdk-0.58.0"></a>

Continue with the [archived entry](https://docs.concurrence.com/api-reference/change-logs/pages/Y3AoVstbMEFTzG3ukNoU#integrations-ui-migrated-to-sdk-0.58.0).

#### Tool Call Duration in Playground Inline View <a href="#tool-call-duration-in-playground-inline-view" id="tool-call-duration-in-playground-inline-view"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-04.md#tool-call-duration-in-playground-inline-view).

#### Secure Access Login Card Removed <a href="#secure-access-login-card-removed" id="secure-access-login-card-removed"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-04.md#secure-access-login-card-removed).

#### Realtime Playground Mode Removed <a href="#realtime-playground-mode-removed" id="realtime-playground-mode-removed"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-05.md#realtime-playground-mode-removed).

#### Simplified Conversation Status Badges <a href="#simplified-conversation-status-badges" id="simplified-conversation-status-badges"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-05.md#simplified-conversation-status-badges).

#### Per-Endpoint Test Button on Integration Detail Page <a href="#per-endpoint-test-button-on-integration-detail-page" id="per-endpoint-test-button-on-integration-detail-page"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-05.md#per-endpoint-test-button-on-integration-detail-page).

#### Connection Health UI Removed from Integration Detail <a href="#connection-health-ui-removed-from-integration-detail" id="connection-health-ui-removed-from-integration-detail"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-05.md#connection-health-ui-removed-from-integration-detail).

#### Developer Settings Section Removed <a href="#developer-settings-section-removed" id="developer-settings-section-removed"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-05.md#developer-settings-section-removed).

#### Analytics and Recordings Pages Removed <a href="#analytics-and-recordings-pages-removed" id="analytics-and-recordings-pages-removed"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-05.md#analytics-and-recordings-pages-removed).

#### Integration Updates in Maintenance Mode <a href="#integration-updates-in-maintenance-mode" id="integration-updates-in-maintenance-mode"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-05.md#integration-updates-in-maintenance-mode).

#### Updated Column on Resource List Pages <a href="#updated-column-on-resource-list-pages" id="updated-column-on-resource-list-pages"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-05.md#updated-column-on-resource-list-pages).

#### Billing Section Removed <a href="#billing-section-removed" id="billing-section-removed"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-05.md#billing-section-removed).

#### Playground Loading Animation During Agent Initialization <a href="#playground-loading-animation-during-agent-initialization" id="playground-loading-animation-during-agent-initialization"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-05.md#playground-loading-animation-during-agent-initialization).

#### Complete Case Library Loading and Legacy Suite Tag Support <a href="#complete-case-library-loading-and-legacy-suite-tag-support" id="complete-case-library-loading-and-legacy-suite-tag-support"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-05.md#complete-case-library-loading-and-legacy-suite-tag-support).

#### Simulation Case and Suite Loading Now Explicit <a href="#simulation-case-and-suite-loading-now-explicit" id="simulation-case-and-suite-loading-now-explicit"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-05.md#simulation-case-and-suite-loading-now-explicit).

#### Integration Tool Tests Routed to Dedicated Endpoint <a href="#integration-tool-tests-routed-to-dedicated-endpoint" id="integration-tool-tests-routed-to-dedicated-endpoint"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-05.md#integration-tool-tests-routed-to-dedicated-endpoint).

#### Playground Connecting State During Agent Cold Start <a href="#playground-connecting-state-during-agent-cold-start" id="playground-connecting-state-during-agent-cold-start"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-05.md#playground-connecting-state-during-agent-cold-start).

#### Playground Connection Status Improvements <a href="#playground-connection-status-improvements" id="playground-connection-status-improvements"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-05.md#playground-connection-status-improvements).

#### Protocol Selector and Category Column Removed from Integrations <a href="#protocol-selector-and-category-column-removed-from-integrations" id="protocol-selector-and-category-column-removed-from-integrations"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-05.md#protocol-selector-and-category-column-removed-from-integrations).

#### FHIR Protocol Removed from Integrations <a href="#fhir-protocol-removed-from-integrations" id="fhir-protocol-removed-from-integrations"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-05.md#fhir-protocol-removed-from-integrations).

#### MCP Protocol Removed from Integrations <a href="#mcp-protocol-removed-from-integrations" id="mcp-protocol-removed-from-integrations"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-05.md#mcp-protocol-removed-from-integrations).

#### Create Version Button Removed from Agent Detail <a href="#create-version-button-removed-from-agent-detail" id="create-version-button-removed-from-agent-detail"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-05.md#create-version-button-removed-from-agent-detail).

#### Webhook Destinations Removed, Data Source Types Updated, EHR Connector Changes <a href="#webhook-destinations-removed-data-source-types-updated-ehr-connector-changes" id="webhook-destinations-removed-data-source-types-updated-ehr-connector-changes"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-05.md#webhook-destinations-removed-data-source-types-updated-ehr-connector-changes).

#### Warehouse Tab and Workspace Database Improvements <a href="#warehouse-tab-and-workspace-database-improvements" id="warehouse-tab-and-workspace-database-improvements"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-05.md#warehouse-tab-and-workspace-database-improvements).

#### Expanded FHIR Entity Details and Patient Insurance <a href="#expanded-fhir-entity-details-and-patient-insurance" id="expanded-fhir-entity-details-and-patient-insurance"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-05.md#expanded-fhir-entity-details-and-patient-insurance).

#### SDK-Aligned Observer Event Types <a href="#sdk-aligned-observer-event-types" id="sdk-aligned-observer-event-types"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-05.md#sdk-aligned-observer-event-types).

#### Environment-Aware Analytics <a href="#environment-aware-analytics" id="environment-aware-analytics"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-05.md#environment-aware-analytics).

#### Cross-Workspace Team Assignments Removed <a href="#cross-workspace-team-assignments-removed" id="cross-workspace-team-assignments-removed"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-05.md#cross-workspace-team-assignments-removed).

#### Complete Webhook Destination UI <a href="#complete-webhook-destination-ui" id="complete-webhook-destination-ui"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-05.md#complete-webhook-destination-ui).

#### Environment Conversion <a href="#environment-conversion" id="environment-conversion"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-05.md#environment-conversion).

#### Team Assignments <a href="#team-assignments" id="team-assignments"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-05.md#team-assignments).

#### Auto-Provisioning on Workspace Creation <a href="#auto-provisioning-on-workspace-creation" id="auto-provisioning-on-workspace-creation"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-05.md#auto-provisioning-on-workspace-creation).

#### Provisioning Status in Settings <a href="#provisioning-status-in-settings" id="provisioning-status-in-settings"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-05.md#provisioning-status-in-settings).

#### Release-Stage Gating in the Sidebar <a href="#release-stage-gating-in-the-sidebar" id="release-stage-gating-in-the-sidebar"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-05.md#release-stage-gating-in-the-sidebar).

#### Simplified Call Log Columns <a href="#simplified-call-log-columns" id="simplified-call-log-columns"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-05.md#simplified-call-log-columns).

#### Improved KPI Card Readability <a href="#improved-kpi-card-readability" id="improved-kpi-card-readability"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-05.md#improved-kpi-card-readability).

#### Bank-Style Idle Timeout Warning <a href="#bank-style-idle-timeout-warning" id="bank-style-idle-timeout-warning"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-05.md#bank-style-idle-timeout-warning).

#### Caller ID Support in Text Playground <a href="#caller-id-support-in-text-playground" id="caller-id-support-in-text-playground"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-05.md#caller-id-support-in-text-playground).

#### Shared Caller ID Component <a href="#shared-caller-id-component" id="shared-caller-id-component"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-05.md#shared-caller-id-component).

#### Context for Redirected Users <a href="#context-for-redirected-users" id="context-for-redirected-users"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-05.md#context-for-redirected-users).

#### Voice Authentication Disabled by Default <a href="#voice-authentication-disabled-by-default" id="voice-authentication-disabled-by-default"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-05.md#voice-authentication-disabled-by-default).

#### Improved Loading States <a href="#improved-loading-states" id="improved-loading-states"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-05.md#improved-loading-states).

#### Updated Configuration Labels <a href="#updated-configuration-labels" id="updated-configuration-labels"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-05.md#updated-configuration-labels).

#### Welcome State for New Workspaces <a href="#welcome-state-for-new-workspaces" id="welcome-state-for-new-workspaces"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-05.md#welcome-state-for-new-workspaces).

#### Accessibility Improvements <a href="#accessibility-improvements" id="accessibility-improvements"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-05.md#accessibility-improvements).

#### Dashboard Error Boundary <a href="#dashboard-error-boundary" id="dashboard-error-boundary"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-05.md#dashboard-error-boundary).

#### Removed Call Analytics Section <a href="#removed-call-analytics-section" id="removed-call-analytics-section"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-05.md#removed-call-analytics-section).

#### Restored ACU Visibility <a href="#restored-acu-visibility" id="restored-acu-visibility"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-05.md#restored-acu-visibility).

#### Period Metadata <a href="#period-metadata" id="period-metadata"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-05.md#period-metadata).

#### Invoice Status Descriptions <a href="#invoice-status-descriptions" id="invoice-status-descriptions"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-05.md#invoice-status-descriptions).

#### Usage Trend Chart Improvements <a href="#usage-trend-chart-improvements" id="usage-trend-chart-improvements"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-05.md#usage-trend-chart-improvements).

#### Updated Labels and Terminology <a href="#updated-labels-and-terminology" id="updated-labels-and-terminology"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-05.md#updated-labels-and-terminology).

#### DPoP Sender-Constrained Token Support <a href="#dpop-sender-constrained-token-support" id="dpop-sender-constrained-token-support"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-05.md#dpop-sender-constrained-token-support).

#### Refresh Backoff <a href="#refresh-backoff" id="refresh-backoff"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-05.md#refresh-backoff).

#### Automatic Redirect on Session Expiry <a href="#automatic-redirect-on-session-expiry" id="automatic-redirect-on-session-expiry"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-05.md#automatic-redirect-on-session-expiry).

#### Natural Language Simulation Runs <a href="#natural-language-simulation-runs" id="natural-language-simulation-runs"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-05.md#natural-language-simulation-runs).

#### Agent Readiness Dashboard <a href="#agent-readiness-dashboard" id="agent-readiness-dashboard"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-05.md#agent-readiness-dashboard).

#### Navigation Information Architecture Overhaul <a href="#navigation-information-architecture-overhaul" id="navigation-information-architecture-overhaul"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-05.md#navigation-information-architecture-overhaul).

#### Operator Command Center Renamed to Takeover <a href="#operator-command-center-renamed-to-takeover" id="operator-command-center-renamed-to-takeover"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-05.md#operator-command-center-renamed-to-takeover).

#### Developer Setup Section Simplified <a href="#developer-setup-section-simplified" id="developer-setup-section-simplified"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-05.md#developer-setup-section-simplified).

#### Unified Plotly Chart Rendering for Insights <a href="#unified-plotly-chart-rendering-for-insights" id="unified-plotly-chart-rendering-for-insights"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-05.md#unified-plotly-chart-rendering-for-insights).

#### Updated Insight Block Types <a href="#updated-insight-block-types" id="updated-insight-block-types"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-05.md#updated-insight-block-types).

#### Customer Slug Automatically Derived from Workspace <a href="#customer-slug-automatically-derived-from-workspace" id="customer-slug-automatically-derived-from-workspace"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-05.md#customer-slug-automatically-derived-from-workspace).

#### Slug Input Improvements for Customer File Intake <a href="#slug-input-improvements-for-customer-file-intake" id="slug-input-improvements-for-customer-file-intake"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-05.md#slug-input-improvements-for-customer-file-intake).

#### Customer File Intake Page <a href="#customer-file-intake-page" id="customer-file-intake-page"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-05.md#customer-file-intake-page).

#### Entity Narrative Briefs <a href="#entity-narrative-briefs" id="entity-narrative-briefs"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-05.md#entity-narrative-briefs).

#### Connector Health Strip <a href="#connector-health-strip" id="connector-health-strip"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-05.md#connector-health-strip).

#### Loop Latency Widget <a href="#loop-latency-widget" id="loop-latency-widget"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-05.md#loop-latency-widget).

#### Live Pulse Panel <a href="#live-pulse-panel" id="live-pulse-panel"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-05.md#live-pulse-panel).

#### Dashboards <a href="#dashboards" id="dashboards"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-05.md#dashboards).

#### Platform Health Dashboard <a href="#platform-health-dashboard" id="platform-health-dashboard"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-05.md#platform-health-dashboard).

#### Entity Brief Card <a href="#entity-brief-card" id="entity-brief-card"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-05.md#entity-brief-card).

#### Desktop Session Viewer <a href="#desktop-session-viewer" id="desktop-session-viewer"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#desktop-session-viewer).

#### Webhook Destinations Management <a href="#webhook-destinations-management" id="webhook-destinations-management"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#webhook-destinations-management).

#### Playground Caller ID Input <a href="#playground-caller-id-input" id="playground-caller-id-input"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#playground-caller-id-input).

#### Playground Microphone Selection <a href="#playground-microphone-selection" id="playground-microphone-selection"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#playground-microphone-selection).

#### Voice Biometric Login <a href="#voice-biometric-login" id="voice-biometric-login"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#voice-biometric-login).

#### Voice Auth Admin Controls <a href="#voice-auth-admin-controls" id="voice-auth-admin-controls"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#voice-auth-admin-controls).

#### Patient 360 Hub <a href="#patient-360-hub" id="patient-360-hub"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#patient-360-hub).

#### Insights Agent Rework <a href="#insights-agent-rework" id="insights-agent-rework"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#insights-agent-rework).

#### Release Stage Gating <a href="#release-stage-gating" id="release-stage-gating"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#release-stage-gating).

#### FHIR Browser Restored <a href="#fhir-browser-restored" id="fhir-browser-restored"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#fhir-browser-restored).

#### Trigger Management <a href="#trigger-management" id="trigger-management"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#trigger-management).

#### Pipeline Sync Freshness <a href="#pipeline-sync-freshness" id="pipeline-sync-freshness"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#pipeline-sync-freshness).

#### World Section Rework <a href="#world-section-rework" id="world-section-rework"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#world-section-rework).

#### Actions Terminology <a href="#actions-terminology" id="actions-terminology"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#actions-terminology).

#### Insights Agent <a href="#insights-agent" id="insights-agent"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#insights-agent).

#### Agent Performance Page <a href="#agent-performance-page" id="agent-performance-page"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#agent-performance-page).

#### Metrics Page <a href="#metrics-page" id="metrics-page"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#metrics-page).

#### Text Playground Visual Overhaul <a href="#text-playground-visual-overhaul" id="text-playground-visual-overhaul"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#text-playground-visual-overhaul).

#### Billing Dashboard <a href="#billing-dashboard" id="billing-dashboard"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#billing-dashboard).

#### Analytics KPI Dashboard <a href="#analytics-kpi-dashboard" id="analytics-kpi-dashboard"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#analytics-kpi-dashboard).

#### Tools Page Redesign <a href="#tools-page-redesign" id="tools-page-redesign"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#tools-page-redesign).

#### Voice Library <a href="#voice-library" id="voice-library"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#voice-library).

#### Gap Scanner Developer Experience <a href="#gap-scanner-developer-experience" id="gap-scanner-developer-experience"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#gap-scanner-developer-experience).

#### GTM Dashboard <a href="#gtm-dashboard" id="gtm-dashboard"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#gtm-dashboard).

#### Functional Memory Page Rework <a href="#functional-memory-page-rework" id="functional-memory-page-rework"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#functional-memory-page-rework).

#### Emotion Panel Redesign <a href="#emotion-panel-redesign" id="emotion-panel-redesign"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#emotion-panel-redesign).

#### Operator Command Center <a href="#operator-command-center" id="operator-command-center"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#operator-command-center).

#### Memory Analytics Dashboard <a href="#memory-analytics-dashboard" id="memory-analytics-dashboard"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#memory-analytics-dashboard).

#### LLM Extraction Mode <a href="#llm-extraction-mode" id="llm-extraction-mode"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#llm-extraction-mode).

#### Hybrid Topology Knowledge Graph <a href="#hybrid-topology-knowledge-graph" id="hybrid-topology-knowledge-graph"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#hybrid-topology-knowledge-graph).

#### Simulated Sessions in Calls Page <a href="#simulated-sessions-in-calls-page" id="simulated-sessions-in-calls-page"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#simulated-sessions-in-calls-page).

#### Functional Memory Page <a href="#functional-memory-page" id="functional-memory-page"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#functional-memory-page).

#### Patient Memory Tab Upgrade <a href="#patient-memory-tab-upgrade" id="patient-memory-tab-upgrade"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#patient-memory-tab-upgrade).

#### Coverage Conversation Tree <a href="#coverage-conversation-tree" id="coverage-conversation-tree"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#coverage-conversation-tree).

#### Coverage Knowledge Graph <a href="#coverage-knowledge-graph" id="coverage-knowledge-graph"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#coverage-knowledge-graph).

#### Multi-Channel Text Playground <a href="#multi-channel-text-playground" id="multi-channel-text-playground"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#multi-channel-text-playground).

#### Behaviors Settings <a href="#behaviors-settings" id="behaviors-settings"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#behaviors-settings).

#### Memory Tab <a href="#memory-tab" id="memory-tab"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#memory-tab).

#### Sidebar Improvements <a href="#sidebar-improvements" id="sidebar-improvements"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#sidebar-improvements).

#### Context Graph Visualizer <a href="#context-graph-visualizer" id="context-graph-visualizer"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#context-graph-visualizer).

#### CRM Management <a href="#crm-management" id="crm-management"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#crm-management).

#### FHIR Resource Browser <a href="#fhir-resource-browser" id="fhir-resource-browser"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#fhir-resource-browser).

#### Phone Number Registration <a href="#phone-number-registration" id="phone-number-registration"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#phone-number-registration).

#### Phone Volume Analytics <a href="#phone-volume-analytics" id="phone-volume-analytics"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#phone-volume-analytics).

#### Personas Management <a href="#personas-management" id="personas-management"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#personas-management).

#### Billing Dashboard <a href="#billing-dashboard-1" id="billing-dashboard-1"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#billing-dashboard-1).

#### Workspace Settings Expansion <a href="#workspace-settings-expansion" id="workspace-settings-expansion"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#workspace-settings-expansion).

#### Tool Naming Update <a href="#tool-naming-update" id="tool-naming-update"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#tool-naming-update).

#### Fixes <a href="#fixes" id="fixes"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#fixes).

#### Athenahealth EHR Connector <a href="#athenahealth-ehr-connector" id="athenahealth-ehr-connector"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#athenahealth-ehr-connector).

#### PR Preview Deployments <a href="#pr-preview-deployments" id="pr-preview-deployments"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#pr-preview-deployments).

#### Emotion Detection Improvements <a href="#emotion-detection-improvements" id="emotion-detection-improvements"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#emotion-detection-improvements).

#### Simulation Conversation Traces <a href="#simulation-conversation-traces" id="simulation-conversation-traces"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#simulation-conversation-traces).

#### Simplified Simulations List <a href="#simplified-simulations-list" id="simplified-simulations-list"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#simplified-simulations-list).

#### Voice Simulation Explorer <a href="#voice-simulation-explorer" id="voice-simulation-explorer"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#voice-simulation-explorer).

#### Network Settings <a href="#network-settings" id="network-settings"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#network-settings).

#### Workflow-Aligned Navigation <a href="#workflow-aligned-navigation" id="workflow-aligned-navigation"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#workflow-aligned-navigation).

#### Tool Testing Playground <a href="#tool-testing-playground" id="tool-testing-playground"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#tool-testing-playground).

#### Surface UI Improvements <a href="#surface-ui-improvements" id="surface-ui-improvements"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#surface-ui-improvements).

#### Fixes <a href="#fixes-1" id="fixes-1"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#fixes-1).

#### Source Overview Integration <a href="#source-overview-integration" id="source-overview-integration"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#source-overview-integration).

#### Context Graph Extension Types <a href="#context-graph-extension-types" id="context-graph-extension-types"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#context-graph-extension-types).

#### Multi-Value Source Type Filtering <a href="#multi-value-source-type-filtering" id="multi-value-source-type-filtering"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#multi-value-source-type-filtering).

#### Pagination Totals <a href="#pagination-totals" id="pagination-totals"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#pagination-totals).

#### Surface Create & Deliver <a href="#surface-create-and-deliver" id="surface-create-and-deliver"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#surface-create-and-deliver).

#### Fixes <a href="#fixes-2" id="fixes-2"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#fixes-2).

#### API Key Rotation <a href="#api-key-rotation" id="api-key-rotation"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#api-key-rotation).

#### Developer Setup Guidance <a href="#developer-setup-guidance" id="developer-setup-guidance"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#developer-setup-guidance).

#### Fixes <a href="#fixes-3" id="fixes-3"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#fixes-3).

#### Empathy Pipeline Observer <a href="#empathy-pipeline-observer" id="empathy-pipeline-observer"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#empathy-pipeline-observer).

#### Data Source Operations Panel <a href="#data-source-operations-panel" id="data-source-operations-panel"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#data-source-operations-panel).

#### Source-System Recovery Handoff <a href="#source-system-recovery-handoff" id="source-system-recovery-handoff"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#source-system-recovery-handoff).

#### Remediation Hardening <a href="#remediation-hardening" id="remediation-hardening"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#remediation-hardening).

#### Pipeline Source Inspector <a href="#pipeline-source-inspector" id="pipeline-source-inspector"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#pipeline-source-inspector).

#### World Sync Event Inspector <a href="#world-sync-event-inspector" id="world-sync-event-inspector"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#world-sync-event-inspector).

#### Data Journey State Continuity <a href="#data-journey-state-continuity" id="data-journey-state-continuity"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#data-journey-state-continuity).

#### Fixes <a href="#fixes-4" id="fixes-4"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#fixes-4).

#### Workspace Navigation <a href="#workspace-navigation" id="workspace-navigation"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#workspace-navigation).

#### Live Playground & Operator Handoff <a href="#live-playground-and-operator-handoff" id="live-playground-and-operator-handoff"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#live-playground-and-operator-handoff).

#### Configuration Create Flows <a href="#configuration-create-flows" id="configuration-create-flows"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#configuration-create-flows).

#### Data Source Management <a href="#data-source-management" id="data-source-management"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#data-source-management).

#### Analytics Enhancements <a href="#analytics-enhancements" id="analytics-enhancements"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#analytics-enhancements).

#### Compliance Enhancements <a href="#compliance-enhancements" id="compliance-enhancements"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#compliance-enhancements).

#### Entity Intelligence <a href="#entity-intelligence" id="entity-intelligence"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#entity-intelligence).

#### Other <a href="#other" id="other"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#other).

#### Self-Service SMART FHIR Setup <a href="#self-service-smart-fhir-setup" id="self-service-smart-fhir-setup"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#self-service-smart-fhir-setup).

#### Playground Redesign <a href="#playground-redesign" id="playground-redesign"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#playground-redesign).

#### Shared Primitive Components <a href="#shared-primitive-components" id="shared-primitive-components"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#shared-primitive-components).

#### Framework Upgrade <a href="#framework-upgrade" id="framework-upgrade"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#framework-upgrade).

#### DAW-Style Audio Timeline <a href="#daw-style-audio-timeline" id="daw-style-audio-timeline"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#daw-style-audio-timeline).

#### Call Detail Redesign <a href="#call-detail-redesign" id="call-detail-redesign"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#call-detail-redesign).

#### Unified Playground <a href="#unified-playground" id="unified-playground"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#unified-playground).

#### Enterprise Design Polish <a href="#enterprise-design-polish" id="enterprise-design-polish"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#enterprise-design-polish).

#### Operator Command Center <a href="#operator-command-center-1" id="operator-command-center-1"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#operator-command-center-1).

#### Additional Changes <a href="#additional-changes" id="additional-changes"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#additional-changes).

#### Surfaces & Gap Scanner <a href="#surfaces-and-gap-scanner" id="surfaces-and-gap-scanner"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#surfaces-and-gap-scanner).

#### Call Intelligence & Recordings <a href="#call-intelligence-and-recordings" id="call-intelligence-and-recordings"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#call-intelligence-and-recordings).

#### Pipeline & Command Center <a href="#pipeline-and-command-center" id="pipeline-and-command-center"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#pipeline-and-command-center).

#### Compliance & Audit <a href="#compliance-and-audit" id="compliance-and-audit"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#compliance-and-audit).

#### World Model & Entity Intelligence <a href="#world-model-and-entity-intelligence" id="world-model-and-entity-intelligence"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#world-model-and-entity-intelligence).

#### Real-Time Features <a href="#real-time-features" id="real-time-features"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#real-time-features).

#### Design System <a href="#design-system" id="design-system"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#design-system).

## Admin Portal <a href="#admin-portal" id="admin-portal"></a>

#### Consolidated Navigation <a href="#consolidated-navigation" id="consolidated-navigation"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#consolidated-navigation).

#### Research Agent with MCP <a href="#research-agent-with-mcp" id="research-agent-with-mcp"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#research-agent-with-mcp).

#### Brand Redesign <a href="#brand-redesign" id="brand-redesign"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#brand-redesign).

#### Removed Legacy Pages <a href="#removed-legacy-pages" id="removed-legacy-pages"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#removed-legacy-pages).

#### Tool Repository Service <a href="#tool-repository-service" id="tool-repository-service"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#tool-repository-service).

#### Developer Portal Removal <a href="#developer-portal-removal" id="developer-portal-removal"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#developer-portal-removal).

#### Webhook Enhancements <a href="#webhook-enhancements" id="webhook-enhancements"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#webhook-enhancements).

#### Playground <a href="#playground" id="playground"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#playground).

#### World Explorer <a href="#world-explorer" id="world-explorer"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#world-explorer).

#### Operator Dashboard <a href="#operator-dashboard" id="operator-dashboard"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#operator-dashboard).

#### Data & Integrations <a href="#data-and-integrations" id="data-and-integrations"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#data-and-integrations).

#### Other <a href="#other-1" id="other-1"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#other-1).

#### Web Platform Features <a href="#web-platform-features" id="web-platform-features"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#web-platform-features).

#### Web Platform Features <a href="#web-platform-features-1" id="web-platform-features-1"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#web-platform-features-1).

#### Web Platform Features <a href="#web-platform-features-2" id="web-platform-features-2"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#web-platform-features-2).

#### Web Platform Features <a href="#web-platform-features-3" id="web-platform-features-3"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#web-platform-features-3).

#### Web Platform Features <a href="#web-platform-features-4" id="web-platform-features-4"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#web-platform-features-4).

#### Web Platform Features <a href="#web-platform-features-5" id="web-platform-features-5"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#web-platform-features-5).

#### Web Platform Features <a href="#web-platform-features-6" id="web-platform-features-6"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#web-platform-features-6).

#### Web Platform Features <a href="#web-platform-features-7" id="web-platform-features-7"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#web-platform-features-7).

#### Web Platform Features <a href="#web-platform-features-8" id="web-platform-features-8"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#web-platform-features-8).

#### Web Platform Features <a href="#web-platform-features-9" id="web-platform-features-9"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#web-platform-features-9).

#### Amigo Platform Features <a href="#amigo-platform-features" id="amigo-platform-features"></a>

Continue with the [archived entry](/api-reference/change-logs/web-platform/web-platform-history-06.md#amigo-platform-features).

</details>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.concurrence.com/api-reference/change-logs/web-platform.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
