Skip to main content
POST
Duplicate Agent Profile

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

agent_id
string<uuid>
required

Response

Successful Response

id
string<uuid>
required
workspace_id
string<uuid>
required
name
string
required
avatar_type
string
required
base_prompt
string
required
instructions
string
required
communication_guidelines
string
required
culture_guidelines
string
required
positive_examples
Positive Examples · object[]
required
negative_examples
Negative Examples · object[]
required
status
string
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
description
string | null
avatar_emoji
string | null
avatar_storage_key
string | null
avatar_url
string | null
voice_provider
string | null
voice_id
string | null
voice_language
string | null
default_language
string | null
folder
string | null
created_by
string | null
created_by_email
string | null
created_by_name
string | null
documents
AgentProfileDocumentOut · object[]