Skip to main content

Endpoint

Purpose

Creates a case, stores it with status: "CREATED", and queues async processing for the initial outreach.

Authentication

Request Body

Top-Level Fields

goal

counterparty

senderPersona

Example Request

Successful Response

What Happens Next

After the API returns 201:
  1. the case exists in storage
  2. an internal CASE_CREATED event is queued
  3. the worker later drafts and sends the initial outreach
  4. if that send succeeds, the case moves to RUNNING

Errors

API Gateway also applies route throttling. A platform-generated throttling response may also be 429, but it may not use the standard JSON envelope.