Skip to content

Commit 115011b

Browse files
authored
docs: rename Chat API to Chats API (coder#23121)
Renames the page title and manifest label from "Chat API" to "Chats API" to match the plural endpoint path (`/api/experimental/chats`).
1 parent 3c64456 commit 115011b

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# Chat API
1+
# Chats API
22

33
> [!NOTE]
4-
> The Chat API is experimental and gated behind the `agents` experiment flag.
4+
> The Chats API is experimental and gated behind the `agents` experiment flag.
55
> Endpoints live under `/api/experimental/chats` and may change without notice.
66
7-
The Chat API lets you create and interact with Coder Agents
7+
The Chats API lets you create and interact with Coder Agents
88
programmatically. You can start a chat, send follow-up messages, and stream
99
the agent's response — all without using the Coder dashboard.
1010

docs/manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1212,9 +1212,9 @@
12121212
"state": ["early access"]
12131213
},
12141214
{
1215-
"title": "Chat API",
1216-
"description": "Programmatic access to Coder Agents via the experimental Chat API",
1217-
"path": "./ai-coder/agents/chat-api.md",
1215+
"title": "Chats API",
1216+
"description": "Programmatic access to Coder Agents via the experimental Chats API",
1217+
"path": "./ai-coder/agents/chats-api.md",
12181218
"state": ["early access"]
12191219
},
12201220
{

0 commit comments

Comments
 (0)