Add Environment Variable

Add an environment variable to a Tool.

Path parameters

idstringRequired
Unique identifier for Tool.

Headers

X-API-KEYstringRequired

Request

This endpoint expects a list of objects.
namestringRequired
Name of the environment variable.
valuestringRequired
Value of the environment variable.

Response

Successful Response
namestring
Name of the environment variable.
valuestring
Value of the environment variable.

Errors