POST
/
projects
/
{project_id}
/
stages
/
{stage_id}

Authorizations

Galileo-API-Key
string
headerrequired

Path Parameters

project_id
string
required
stage_id
string
required

Query Parameters

scope
string | null
default:

Body

application/json
prioritized_rulesets
object[]

Rulesets to be applied to the payload.

Response

200 - application/json
name
string
required

Name of the stage. Must be unique within the project.

project_id
string
required

ID of the project to which this stage belongs.

description
string | null

Optional human-readable description of the goals of this guardrail.

type
enum<string>

Type of the stage.

Available options:
local,
central
paused
boolean
default: false

Whether the action is enabled. If False, the action will not be applied.

created_by
string
required
id
string
required
version
integer | null