Skip to main content
POST
Create org_automation

Authorizations

Authorization
string
header
required

Most Braintrust endpoints are authenticated by providing your API key as a header Authorization: Bearer [api_key] to your HTTP request. You can create an API key in the Braintrust organization settings page.

Body

application/json

Any desired information about the new org_automation object

org_id
string<uuid>
required

Unique identifier for the organization that the org automation belongs under

name
string
required

Name of the project automation

config
object
required

The configuration for the org automation rule

description
string | null

Textual description of the project automation

Response

Returns the new org_automation object

id
string<uuid>
required

Unique identifier for the project automation

org_id
string<uuid>
required

Unique identifier for the organization that the org automation belongs under

name
string
required

Name of the project automation

config
object
required

The configuration for the org automation rule

user_id
string<uuid> | null

Identifies the user who created the project automation

created
string<date-time> | null

Date of project automation creation

description
string | null

Textual description of the project automation