Skip to main content

Save profile

POST /api/organizations/{org_id}/profiles/{name}

Create or update an LLM profile. If llm is omitted, saves a copy of the current org LLM defaults.

Parameters

NameInTypeRequiredDescription
org_idpath`stringnull`yes
namepathstringyes

Request body

FieldTypeRequiredDescription
include_secretsbooleanno
llm`StrictLLMnull`no
preserve_existing_api_keybooleanno

Responses

StatusDescription
200Successful Response
422Validation Error

Response body

FieldTypeRequiredDescription
namestringyes
messagestringyes

Operation ID: save_profile_api_organizations__org_id__profiles__name__post