Skip to content

docs(api): surface the run followups endpoint in API & SDK reference#190

Draft
seemeroland wants to merge 1 commit into
mainfrom
oz-agent/REMOTE-1889-surface-followups-api-sdk
Draft

docs(api): surface the run followups endpoint in API & SDK reference#190
seemeroland wants to merge 1 commit into
mainfrom
oz-agent/REMOTE-1889-surface-followups-api-sdk

Conversation

@seemeroland

Copy link
Copy Markdown

Summary

Improves discoverability of the run follow-ups endpoint in the public Oz API & SDK docs.

REMOTE-1889 — a customer building a custom GitHub Actions integration could not find an API to send a follow-up message (the way the Linear/Slack integrations do). The capability is already exposed:

  • REST API: POST /agent/runs/{runId}/followups (documented in the Scalar reference at /api).
  • SDKs: already generated from warp-server/stainless/stainless.yml (agent.runs.submit_followup), and both OpenAPI specs already define the endpoint and the RunFollowupRequest schema.

The gap was the human-readable overview page, which listed only run/list/get as the "primary endpoints", so the follow-up endpoint was effectively hidden.

Changes

  • reference/api-and-sdk/index.mdx
    • Add POST /agent/runs/{runId}/followups (and POST /agent/runs/{runId}/cancel) to the Key Endpoints list, noting it is the same capability the Slack and Linear integrations use, and that it is available in the SDKs (runs.submit_followup).
    • Add RunFollowupRequest to the Models Reference list.
  • reference/api-and-sdk/quickstart.mdx
    • Add a Next steps pointer for sending a follow-up to a run.

Notes

  • No SDK/stainless.yml or OpenAPI changes were required — the endpoint is already exposed there. This PR is scoped to the remaining docs-discoverability gap called out in the issue.
  • Validated with npm run build (337 pages built, no errors).

Testing

  • npm run build — succeeds.

Conversation: https://staging.warp.dev/conversation/67551d0d-4dd3-41c8-a959-ec5d77d24221
Run: https://oz.staging.warp.dev/runs/019ea832-5fd9-7656-ad84-5afdeb7f085e

This PR was generated with Oz.

The POST /agent/runs/{runId}/followups endpoint is available in the REST
API and the generated SDKs (runs.submit_followup), but the API & SDK
overview page only listed run/list/get as primary endpoints, so it was
hard to discover. Add the follow-up (and cancel) endpoints to the Key
Endpoints list, add RunFollowupRequest to the models list, and add a
next-steps pointer in the quickstart.

REMOTE-1889

Co-Authored-By: Oz <oz-agent@warp.dev>
@cla-bot cla-bot Bot added the cla-signed label Jun 8, 2026
@vercel

vercel Bot commented Jun 8, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
docs Ready Ready Preview, Comment Jun 8, 2026 5:20pm

Request Review

@seemeroland seemeroland added the from-feedback-bot PR originated from Feedback Bot delegated Linear issue label Jun 8, 2026 — with Warp Dev Github Integration
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla-signed from-feedback-bot PR originated from Feedback Bot delegated Linear issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant