Skip to main content
POST
Create Template

Authorizations

Authorization
string
header
required

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

Body

application/json

Create custom agent template.

name
string
required
Required string length: 3 - 255
use_case_key
string
required
Required string length: 3 - 100
Pattern: ^[a-z_]+$
description
string | null
required_tools
string[] | null
sample_first_message
string | null
is_public
boolean
default:false

Response

Successful Response

Agent template response.

id
string<uuid>
required
owner_id
string<uuid>
required
name
string
required
use_case_key
string
required
description
string | null
required
required_tools
string[]
required
sample_first_message
string | null
required
is_system_template
boolean
required
is_public
boolean
required
usage_count
integer
required
created_at
string
required
updated_at
string
required