Skip to main content
POST
Create Variable

Authorizations

X-API-Key
string
header
required

Body

application/json

Create payload — used by both group and workflow CRUD.

name
string
required
kind
enum<string>
default:variable
Available options:
variable,
secret
value_type
enum<string>
default:string
Available options:
string,
number,
boolean,
json,
datetime,
file
source
enum<string>
default:inline
Available options:
inline,
vault,
environment
inline_value
string | null
vault_credential_id
string | null
vault_path
string | null
vault_key
string | null
env_var_name
string | null

Response

Successful Response

The response is of type Response Create Variable · object.