Hanzo AI
OpenapiAgent

Create conversations

Writes turns to the caller's thread store without running a completion, and answers the `conversationId` they were written under.

POST /v1/agent/chat/conversations

Addresshttps://api.hanzo.ai/v1/agent/chat/conversations
MethodPOST
Operationpost_agent_chat_conversations
AuthAuthorization: Bearer $HANZO_API_KEY

Writes turns to the caller's thread store without running a completion, and answers the conversationId they were written under. An absent conversationId opens a new thread; supplying one appends to it.

This is for a client that streams its own turn through /v1/chat/completions and still wants the conversation in its history — the round records what IT answers, and is otherwise the only writer. It takes the same store, the same per-org isolation and the same notion of a thread: what is recorded here reads back through the two GETs beside it and the round can continue it by id. A validated principal with a non-empty org is required: 401 without a principal, 403 without an org.

Request

The document declares no body for POST /v1/agent/chat/conversations. The handler is typed in cloud but its shape is not yet emitted, so the fields are not listed here — ask MCP's describe for post_agent_chat_conversations, which answers from the running route.

Response

The document declares no response body for this operation. It answers 200 on success and the platform error shape on failure — see Errors.

Examples

hanzo agent chat conversations create

Agent API · All Hanzo APIs · Interactive reference

How is this guide?

On this page