Create Chat

Create a tripless chat — no trip, no link, no first message.

An optional anchor_place_id records that the chat was opened on a place's detail sheet (docs/PLACE_ANCHORED_CHATS.md). It is NOT a link: the chat has no ConversationTripLink, so it stays a global chat with the global tool surface, and the anchor only adds the place's dossier to the first turn.

An optional proposal_id instead returns the chat that plan proposal is reviewed in, creating it on the first request (docs/PLAN_PROPOSALS.md).

post/chats

Request body

anchor_place_idstring nullable
anchor_surface'explore_rail' | 'saved' nullable
proposal_idstring uuid nullable

Response

Successful Response

idstring required
created_atstring date-time required

Changes

Changed in 1 of the 22 revisions of this API.1

    • ○

      added the new optional request property /

      new-optional-request-property