---
title: "Continue a local Claude/Codex/OpenCode session"
method: POST
path: "/api/sessions/continue"
tags: ["Sessions"]
---

# Continue a local Claude/Codex/OpenCode session

`POST /api/sessions/continue`

## Request body

- object
  - `kind` 'claude-code' | 'codex-cli' | 'opencode', required
  - `id` string, required
  - `prompt` string, required

## Response `200`

Continue result

- object
  - `ok` boolean
  - `reply` string

## Other responses

- `400` — Invalid request
- `401` — Authentication required
- `403` — Insufficient permissions

## Changes

> 27 revisions in range; 2 could not be searched.

- **2026-04-14** `a1cceb2359a8` — 1 breaking, 2 info
  - added required request body
  - added the media type `application/json` for the response with the status `200`
  - added the non-success response with the status `400`
- **2026-03-20** `14665c463836` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/builderz-labs/apis/mission-control-api/changes/api/sessions/continue/post.md)

---

[API](https://skmtc.dev/builderz-labs/apis/mission-control-api.md) · [All operations](https://skmtc.dev/builderz-labs/apis/mission-control-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/builderz-labs/mission-control-api/revisions/b920835b2793/schema)
