From 115011bd70e6d94de3002d14f5798b40503f473d Mon Sep 17 00:00:00 2001 From: Matt Vollmer Date: Mon, 16 Mar 2026 11:31:43 -0400 Subject: [PATCH] docs: rename Chat API to Chats API (#23121) Renames the page title and manifest label from "Chat API" to "Chats API" to match the plural endpoint path (`/api/experimental/chats`). --- docs/ai-coder/agents/{chat-api.md => chats-api.md} | 6 +++--- docs/manifest.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) rename docs/ai-coder/agents/{chat-api.md => chats-api.md} (97%) diff --git a/docs/ai-coder/agents/chat-api.md b/docs/ai-coder/agents/chats-api.md similarity index 97% rename from docs/ai-coder/agents/chat-api.md rename to docs/ai-coder/agents/chats-api.md index 4c64e1f12e..a1a43492c5 100644 --- a/docs/ai-coder/agents/chat-api.md +++ b/docs/ai-coder/agents/chats-api.md @@ -1,10 +1,10 @@ -# Chat API +# Chats API > [!NOTE] -> The Chat API is experimental and gated behind the `agents` experiment flag. +> The Chats API is experimental and gated behind the `agents` experiment flag. > Endpoints live under `/api/experimental/chats` and may change without notice. -The Chat API lets you create and interact with Coder Agents +The Chats API lets you create and interact with Coder Agents programmatically. You can start a chat, send follow-up messages, and stream the agent's response — all without using the Coder dashboard. diff --git a/docs/manifest.json b/docs/manifest.json index 4d39e0b11f..9b0d8a1159 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -1212,9 +1212,9 @@ "state": ["early access"] }, { - "title": "Chat API", - "description": "Programmatic access to Coder Agents via the experimental Chat API", - "path": "./ai-coder/agents/chat-api.md", + "title": "Chats API", + "description": "Programmatic access to Coder Agents via the experimental Chats API", + "path": "./ai-coder/agents/chats-api.md", "state": ["early access"] }, {