Skip to main content
POST
Create a new configuration

Authorizations

Authorization
string
header
required

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

Body

application/json

Request body for POST /configurations

name
string
required
Maximum string length: 200
provider
string
required
Minimum string length: 1
parameters
object
required
type
enum<string>
default:LLM
Available options:
LLM,
pipeline
env
enum<string>[]
Available options:
dev,
staging,
prod
tags
string[]
user_properties
object | null

Response

200 - application/json

Configuration created successfully

Response for POST /configurations

acknowledged
boolean
required
insertedId
string
required
Minimum string length: 1