Skip to main content
POST
Error

Authorizations

Authorization
string
header
required

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

Path Parameters

projectId
string
required
environmentId
string
required

Body

application/json
profile
string
required

Name of the profile to show in the UI

repository
string
required

Repository to clone from

config
string | null

Repository to clone the configuration files from

files
Files · object[]

A list of files to add to the repository during initialization

resources
Resources · object | null

Response

default - application/json
status
string
required

The status text of the response

code
integer
required

The status code of the response

Last modified on June 16, 2026