Variables
Create a variable
Create a new text or secret project variable. File-type variables are managed through the project UI upload workflow rather than this public JSON endpoint.
post/api/variables
Request body
Example request
{
"key": "API_BASE_URL",
"value": "https://api.example.com"
}Response
Variable created