---
title: "Generate an unsaved scenario draft from a captured session"
method: POST
path: "/v1/scenarios/draft-from-session"
tags: ["scenarios"]
---

# Generate an unsaved scenario draft from a captured session

`POST /v1/scenarios/draft-from-session`

## Request body

- ScenarioDraftFromSessionRequest
  - `session_id` string, uuid, required

## Response `200`

Successful Response

- ScenarioDraft
  - `name` string, required
  - `intent` string, required
  - `journey` string
  - `source` 'manual' | 'drafted'
  - `source_brief` string, nullable
  - `source_agent_id` string, uuid, nullable
  - `source_persona_id` string, uuid, nullable
  - `tags` string[]
  - `agent_ids` string[]
  - `source_agent_name` string, nullable
  - `source_persona_name` string, nullable

## Other responses

- `400` — Bad request
- `401` — Authentication required
- `422` — Validation Error

## Changes

- **2026-08-12** `5a5597ebb2d6` — 1 warning, 4 info
  - removed the optional property `mock_world` from the response with the `200` status
  - added the optional property `retry_after` to the response with the `400` status
  - added the optional property `retry_after` to the response with the `401` status
  - added the optional property `retryable` to the response with the `400` status
  - …1 more

[Change history](https://skmtc.dev/oneloop-hq/apis/feather-api/changes/v1/scenarios/draft-from-session/post.md)

---

[API](https://skmtc.dev/oneloop-hq/apis/feather-api.md) · [All operations](https://skmtc.dev/oneloop-hq/apis/feather-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/oneloop-hq/feather-api/revisions/9cd7291d4228/schema)
