The project object $Project provides access to the properties of the current project.


NameDescriptionTypeUsage Example
NameThe name of the project the current configuration is a part of (as provided on the Project details page)String$Project.Name$"New Project 1"
DescriptionThe description of the project the current configuration is a part of (as provided on the Project details page)String
$Project.Description$"This is a description for new project 1"
SlugA shortened version of the project name which is safe to use within URLs and other whitespace sensitive identifiers.String
$Project.Slug$"New_Project_1"



  • No labels