Assistants

Clone Assistant

Clone an assistant's configuration, assistant-level documents, and active memories into a new assistant.

post/assistants/{assistant_id}/clone

Path parameters

assistant_idstring uuid required

Headers

authorizationstring nullable
x_session_tokenstring nullable

Request body

namestring nullable

Name for the cloned assistant

descriptionstring nullable

Optional system prompt override for the cloned assistant

system_promptstring nullable

Optional system prompt override (alias for description)

copy_documentsboolean

Whether to clone assistant-level knowledge base documents

copy_memoriesboolean

Whether to clone active assistant memories

Response

Successful Response

documents_clonedinteger

Number of assistant-level document records cloned

memories_clonedinteger

Number of active memories cloned

Changes

No recorded changes to this endpoint across all 1 revision of this API.