Configurations
Create a new configuration
POST
/
configurations
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
project
string
requiredName of the project to which this configuration belongs
name
string
requiredName of the configuration
provider
string
requiredName of the provider - "openai", "anthropic", etc.
parameters
object
requiredenv
enum<string>[]
List of environments where the configuration is active
Available options:
dev
, staging
, prod
user_properties
object
Details of user who created the configuration