Skip to main content
POST
Create Profile

Create Profile

Creates a new harness profile with the specified configuration.
This endpoint requires authentication.

Request

string
required
Unique profile name (1-128 characters, alphanumeric and hyphens)
string
Profile description
string
Parent profile to inherit from
object
Loop strategy configuration
object
Verification configuration
object
Git operations configuration
object
Execution limits configuration

Response

boolean
required
Indicates if the request was successful
object
required
Created profile info

Example Response

Error Responses

Profile Already Exists

Parent Profile Not Found