Create chat conversation

View as Markdown

Creates a conversation and returns its id. Optional: a client may instead choose its own UUID v4 and use it directly on the first send. The messaging sidecar owns persistence; astro-server forwards the request in transit only.

Authentication

AuthorizationBearer
OAuth 2.0 device flow or platform session token

Path parameters

deploymentIdstringRequired
Deployment ID

Response

Created conversation
conversation_idstring
created_atdatetime

Errors

401
Unauthorized Error
403
Forbidden Error
500
Internal Server Error