Create chat conversation
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
deploymentId
Deployment ID
Response
Created conversation
conversation_id
created_at
Errors
401
Unauthorized Error
403
Forbidden Error
500
Internal Server Error