Skip to main content
Create Custom Assistant

Authorizations

Authorization
string
header
required

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

Body

application/json
name
string
required
instructions
string
required
title
string | null
description
string | null
tags
string[] | null
nickname
string | null
user_start_messages
string[] | null
llm_id
string<uuid> | null
context_access_enabled
boolean
default:true

Enable access to context variables for this agent

context_variables
string[]

List of context variable names that this agent can access

Response

Successful Response