Endpoint
Purpose
Creates a case, stores it withstatus: "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 returns201:
- the case exists in storage
- an internal
CASE_CREATEDevent is queued - the worker later drafts and sends the initial outreach
- 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.