The Server Variable Creation Endpoint
To programmatically seed your ecosystem with API Keys, configuration parameters , securely leverage the primary proxy interface.The Global API Endpoint
POST /variables
By targeting this root definition.
The JSON Dependency Payload
Your JSON payload must format conforming to theCreateVariableRequest organically.
It explicitly expects a cleanly nested variable dictionary defining precisely three key constraints :
name(string): The explicit literal character string the downstream Model Context Protocol container natively demands.value(string): The unformatted text value inherently mapped.type(string): Define eitherENVSECRET.
201 Created housing the new Variable object.