diff --git a/src/content/docs/reference/api-and-sdk/index.mdx b/src/content/docs/reference/api-and-sdk/index.mdx index ce7f5fe7..12706836 100644 --- a/src/content/docs/reference/api-and-sdk/index.mdx +++ b/src/content/docs/reference/api-and-sdk/index.mdx @@ -93,7 +93,7 @@ See the [**Python SDK**](https://github.com/warpdotdev/oz-sdk-python) or [**Type ### Key endpoints -**The Agents API exposes three primary endpoints:** +**The Agents API exposes these primary endpoints:** * `POST /agent/run` @@ -104,6 +104,12 @@ See the [**Python SDK**](https://github.com/warpdotdev/oz-sdk-python) or [**Type * `GET /agent/runs/{runId}` Fetch full details for a single run, including session link and resolved configuration. +* `POST /agent/runs/{runId}/followups` + + Send a follow-up message to an existing run to steer or continue it, the same capability the Slack and Linear integrations use. +* `POST /agent/runs/{runId}/cancel` + + Cancel a run that is currently queued or in progress. Returns the ID of the cancelled run. All endpoint semantics, query parameters, and [error codes](/reference/api-and-sdk/troubleshooting/errors/) are documented on the [Agents API Reference](/api). @@ -122,6 +128,7 @@ The API shares a set of reusable models across endpoints. Detailed JSON schemas, * `RunCreatorInfo` * `RunState` * `RunSourceType` +* `RunFollowupRequest` * `AmbientAgentConfig` * `MCPServerConfig` * `Error`