protect
Create Stage
POST
/
projects
/
{project_id}
/
stages
Authorizations
Galileo-API-Key
string
headerrequiredPath Parameters
project_id
string
requiredQuery Parameters
scope
string | null
default: Body
application/json
prioritized_rulesets
object[]
Rulesets to be applied to the payload.
name
string
requiredName of the stage. Must be unique within the project.
project_id
string
requiredID 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: falseWhether the action is enabled. If False, the action will not be applied.
Response
200 - application/json
name
string
requiredName of the stage. Must be unique within the project.
project_id
string
requiredID 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: falseWhether the action is enabled. If False, the action will not be applied.
created_by
string
requiredid
string
requiredversion
integer | null
Was this page helpful?