Create new AI config

POST
/api/v2/projects/:projectKey/ai-configs

Create a new AI config within the given project.

Path parameters

projectKeystringRequired

Headers

LD-API-Version"beta"Required

Version of the endpoint.

Request

This endpoint expects an object.
keystringRequired
namestringRequired
descriptionstringOptionalDefaults to
maintainerIdstringOptional
maintainerTeamKeystringOptional
tagslist of stringsOptional

Response

AI config created

descriptionstring
keystring
namestring
tagslist of strings
versioninteger
variationslist of objects
createdAtlong
updatedAtlong
_accessobjectOptional
_maintainerobjectOptional

Errors

Built with