' \
+--header 'authorization: (YOUR_AUTH_TOKEN)' \
--header 'Content-Type: application/json' \
--data-raw '{
"to": "john.doe@example.com",
diff --git a/ai-for-work/custom-agents/images/autonomous-agent-v1-v2.png b/ai-for-work/custom-agents/images/autonomous-agent-v1-v2.png
new file mode 100644
index 000000000..f3b8ddab0
Binary files /dev/null and b/ai-for-work/custom-agents/images/autonomous-agent-v1-v2.png differ
diff --git a/ai-for-work/getting-started/how-to-use.mdx b/ai-for-work/getting-started/how-to-use.mdx
index 26ed1ec7a..ea77b43d7 100644
--- a/ai-for-work/getting-started/how-to-use.mdx
+++ b/ai-for-work/getting-started/how-to-use.mdx
@@ -244,6 +244,14 @@ Filters you apply on the Organization Chart highlight only the cards matching th
| **Collapse** | Collapses the entire chart to show only the top-level card |
| **Full View** | Opens the chart in full-screen mode with all interactions available |
+**Unassigned Employees**
+
+When at least one employee without a reporting manager exists in the directory, the chart displays a **Show unassigned employees** checkbox. If every employee has a reporting manager, the checkbox does not appear.
+
+* Select the checkbox to navigate to the **Unassigned Employees** section, regardless of your current position in the chart. The section appears visually distinct when first revealed.
+* The section lists every employee without a reporting manager. Employees with reportees display an expandable indicator; select the indicator to show their direct reports inline. The layout adjusts dynamically to accommodate expanded lists. Employees without reportees are not expandable.
+* To dismiss the section, select the close button within the section or clear the checkbox. Both actions remove the section from view and clear the checkbox.
+
---
## Personalisation and Memory
@@ -278,7 +286,7 @@ For new users, the context section displays: "Your context is being generated an
The platform periodically identifies people you work with from connected business applications and displays them with a colored border. These may change when the platform repopulates the list.
-You can also manually add people. Manually added people are never removed and display with a black border. Add internal people by selecting from the directory, or add external people by entering an email address.
+You can also manually add people. The platform never removes manually added people, and they display with a black border. Add internal people by selecting from the directory, or add external people by entering an email address.
**Custom Instructions**
@@ -302,17 +310,17 @@ Each conversation thread generates a memory entry. The platform captures memory
- **Key Insights Captured**: Important insights from the conversation and what they imply about you.
- **Actions & Decisions**: Key actions performed and decisions you made.
-If a memory instruction was defined during agent creation, the platform considers it when generating thread-level memory for threads where that agent was used.
+If the agent creator defined a memory instruction during agent creation, the platform considers it when generating thread-level memory for threads that used that agent.
**View and manage memory**
- View memory entries in a timeline view.
- Filter memory entries by agent (filter options include all agent names, as well as Work, Web, and AI Model).
- Search across all stored memories.
-- Delete individual memory entries. Deleted memories are not referenced in future chats.
+- Delete individual memory entries. The assistant does not reference deleted memories in future chats.
- Clear all memory from the overflow menu.
-If you delete a conversation thread, the associated memory entry is also deleted.
+If you delete a conversation thread, the platform also deletes the associated memory entry.
**Referencing past interactions**
diff --git a/ai-for-work/llm-configuration.mdx b/ai-for-work/llm-configuration.mdx
index fc0fbaf72..560c6b822 100644
--- a/ai-for-work/llm-configuration.mdx
+++ b/ai-for-work/llm-configuration.mdx
@@ -21,7 +21,7 @@ AI for Work integrates with OpenAI, Azure OpenAI, Google Gemini, Amazon Bedrock,
| **Azure OpenAI** | `gpt-5.5`, `gpt-5.2`, `gpt-5.1`, `gpt-5`, `gpt-5-mini`, `gpt-5-nano`, `gpt-4.1`, `gpt-4.1-mini`, `gpt-4o`, `o3`, `o3-mini`, `o4-mini` | Azure Portal / Azure OpenAI Service | Enterprise deployments requiring Azure infrastructure, compliance, and enhanced security |
| **Google Gemini** | `gemini-3.5-flash`, `gemini-3.1-flash-lite`, `gemini-3-pro` (preview), `gemini-3-flash` (preview), `gemini-2.5-pro` (recommended), `gemini-2.5-flash` (recommended), `gemini-2.5-flash-lite` | Google Vertex AI / Gemini Studio | Multi-modal tasks, fast responses, Google Cloud deployments |
| **Amazon Bedrock** | `anthropic.claude-3-5-sonnet-20241022-v2:0`, `anthropic.claude-opus-4-20250514-v1:0`, `amazon.nova-pro-v1:0`, `meta.llama4-maverick-17b-instruct-v1:0`, `deepseek.r1-v1:0` | AWS IAM Role ARN / Access Key | Organizations on AWS infrastructure requiring access to a broad catalog of third-party models through a unified API |
-| **Anthropic** | `claude-opus-4-7`, `claude-opus-4-6`, `claude-opus-4-5-20251101`, `claude-opus-4-1-20250805`, `claude-opus-4-20250514`, `claude-sonnet-4-6`, `claude-sonnet-4-5-20250929`, `claude-sonnet-4-20250514`, `claude-haiku-4-5-20251001` | Anthropic API key | Advanced reasoning, long-context workflows, coding agents, agentic tasks |
+| **Anthropic** | `claude-fable-5`, `claude-opus-4-8`, `claude-opus-4-7`, `claude-opus-4-6`, `claude-opus-4-5-20251101`, `claude-opus-4-1-20250805`, `claude-opus-4-20250514`, `claude-sonnet-5`, `claude-sonnet-4-6`, `claude-sonnet-4-5-20250929`, `claude-sonnet-4-20250514`, `claude-haiku-4-5-20251001` | Anthropic API key | Advanced reasoning, long-context workflows, coding agents, agentic tasks |
Legacy OpenAI models (`gpt-4-turbo`, `gpt-4`, `gpt-3.5-turbo` variants) support basic function calling only and do not support native tools such as RAG, web search, or code execution. `gemini-2.0-flash` and `gemini-2.0-flash-lite` are deprecating; migrate to `gemini-2.5` or later models.
@@ -34,8 +34,8 @@ Select a tier based on task complexity and cost requirements.
| Tier | Best For | Example Models |
|------|----------|----------------|
| **Basic** | High-volume, straightforward tasks: classification, simple Q&A, routine inquiries | `gpt-4o-mini`, `gemini-2.5-flash`, `gemini-2.5-flash-lite`, `gemini-3.1-flash-lite`, `amazon.nova-lite-v1:0`, `claude-haiku-4-5-20251001` |
-| **Standard** | Complex reasoning, multi-step workflows, deeper contextual understanding (recommended default for all system prompts and orchestrators) | `gpt-4.1`, `gpt-4o`, `gemini-2.5-pro`, `gemini-3.5-flash`, `anthropic.claude-3-5-sonnet-20241022-v2:0`, `amazon.nova-pro-v1:0`, `claude-sonnet-4-6`, `claude-sonnet-4-5-20250929`, `claude-sonnet-4-20250514` |
-| **Premium** | Advanced reasoning and complex problem-solving requiring maximum AI capability | `gpt-5`, `gpt-5.1`, `gpt-5.2`, `gpt-5.5`, `o3`, `o4-mini`, `gemini-3-pro`, `anthropic.claude-opus-4-20250514-v1:0`, `claude-opus-4-7`, `claude-opus-4-6`, `claude-opus-4-5-20251101`, `claude-opus-4-1-20250805`, `claude-opus-4-20250514` |
+| **Standard** | Complex reasoning, multi-step workflows, deeper contextual understanding (recommended default for all system prompts and orchestrators) | `gpt-4.1`, `gpt-4o`, `gemini-2.5-pro`, `gemini-3.5-flash`, `anthropic.claude-3-5-sonnet-20241022-v2:0`, `amazon.nova-pro-v1:0`, `claude-sonnet-5`, `claude-sonnet-4-6`, `claude-sonnet-4-5-20250929`, `claude-sonnet-4-20250514` |
+| **Premium** | Advanced reasoning and complex problem-solving requiring maximum AI capability | `gpt-5`, `gpt-5.1`, `gpt-5.2`, `gpt-5.5`, `o3`, `o4-mini`, `gemini-3-pro`, `anthropic.claude-opus-4-20250514-v1:0`, `claude-fable-5`, `claude-opus-4-8`, `claude-opus-4-7`, `claude-opus-4-6`, `claude-opus-4-5-20251101`, `claude-opus-4-1-20250805`, `claude-opus-4-20250514` |
### Tool Support by Provider
@@ -122,6 +122,16 @@ Use this option for proprietary or self-hosted models exposed via API.
8. Accept the **Policy Guidelines** and click **Save**.
9. Confirm the integration appears as active in the **General LLM Integrations** list.
+### Model Parameters
+
+Each LLM connection exposes a parameter configuration section, so you can tune model behavior per connection. The section applies to **OpenAI**, **Azure OpenAI**, **Google Gemini**, and **Anthropic** connections.
+
+**Behavior**
+
+* When you switch the model within a connection, the parameter section updates to reflect the new model's supported parameters and valid ranges.
+* **Reset to Default** restores a parameter, or all parameters, to the provider's recommended defaults.
+* The platform pre-populates default values based on the selected provider and model when you create a new connection.
+
### Embedding Models
Embedding models convert text into vector representations, enabling semantic search, similarity matching, and other AI-powered features. Unlike keyword search, embeddings capture meaning and context, producing more intelligent results.
diff --git a/ai-for-work/release-notes/release-updates.mdx b/ai-for-work/release-notes/release-updates.mdx
index f5b642907..706f89771 100644
--- a/ai-for-work/release-notes/release-updates.mdx
+++ b/ai-for-work/release-notes/release-updates.mdx
@@ -5,6 +5,54 @@ sidebarTitle: Release Notes
This document provides information about the latest feature updates and enhancements introduced in the recent release of the Platform. For previous updates, see release notes of [2025](/ai-for-work/release-notes/release-updates-2025).
+## v1.19.0 July 13, 2026
+
+This update includes new features and feature enhancements summarized below.
+
+Run Skills in AI for Work
+
+Autonomous agents now support skills. When you add an agent, upload a skill as a folder or .zip file to extend what the agent can do. End users work with the agent directly and don't need to build or manage skills themselves. [Learn more→](/ai-for-work/custom-agents#step-2-configure-agentic-app)
+
+Agents as MCP Tools
+
+Administrators can now publish AI for Work agents as tools on MCP servers, making them available to MCP-compatible clients such as Claude and ChatGPT. A guided wizard configures the server, its tools, OAuth authentication, and access limits. [Learn more→](/ai-for-work/assistant-configurations#tools)
+
+Manage multiple versions of your agents
+
+Agents now support version history. Publish a version with a custom name and description, and the platform autosaves your ongoing changes as a single draft. Preview any version in read-only mode, restore an older version as a new draft, and manage up to 50 versions per agent. [Learn more→](/ai-for-work/custom-agents/agent-management#version-control)
+
+Sync employee data with Google Service Accounts
+
+The Enterprise Directory now supports Google service accounts as a data source, alongside Microsoft, LDAP, and the Push API method. Connect a configured Google service account to sync employee data from your identity provider. [Learn more→](/ai-for-work/administration/user-management#directory-configuration)
+
+Model Selection for Memory and Personalization
+
+Administrators can now choose which LLM connection powers memory and personalization. The selector becomes available on enabling at least one memory feature and lists the account's configured LLM connections. [Learn more→](/ai-for-work/assistant-configurations#model-selection)
+
+Announcements to User Groups
+
+Administrators can now target announcements to selected user groups instead of the entire account. Choose the user groups option, select one or more groups, and the announcement reaches every member of those groups. [Learn more→](/ai-for-work/assistant-configurations#create-an-announcement)
+
+Organization Chart Enhancements
+
+The organization chart now surfaces employees without a reporting manager. Select the unassigned employees option to list them, and expand any employee to view direct reports inline. Administrators can also set the chart root user and override that selection at any time. [Learn more→](/ai-for-work/getting-started/how-to-use#organization-chart)
+
+New Model Support
+
+AI for Work now supports `Sonnet 5`, `Opus 4.8`, and `Fable 5`, expanding the model options available for your assistant and agents. [Learn more→](/ai-for-work/llm-configuration#model-tiers)
+
+Model Parameters for LLM Connections
+
+Each LLM connection now includes a parameter configuration section, so you can tune model behavior per connection. Adjust parameters such as temperature, max tokens, and reasoning effort, with controls suited to each parameter and a reset to recommended defaults. [Learn more→](/ai-for-work/llm-configuration#model-parameters)
+
+Reasoning Thoughts and Tool Visibility
+
+When a reasoning model processes your request, the assistant now displays each tool call as a live label while it works. Click any label to open a side panel showing the complete execution flow, including code inputs and outputs and web search results.
+
+Generate images in assistant responses
+
+The assistant can now generate images directly in responses, so you can move from idea to visual without leaving the conversation.
+
---
## v1.18.0 June 11, 2026