env-vars
tool-registry

Create Tool Env Var

post/api/public/v2/tool-registry/{identifier}/env-vars

Path parameters

identifierstring required

Tool ID (numeric) or name

Request body

keystring required

Environment variable name. Must start with a letter or underscore and contain only letters, digits, and underscores.

valuestring

Value to store. May be empty to create a placeholder that the user will fill in later.

Response

Successful Response

successboolean

Changes

No recorded changes to this endpoint across all 2 revisions of this API.