Sets a skill secret value.
Sets a skill secret value. Workspace-scoped values require admin permissions; user-scoped values are stored for the requesting user only.
<Check title="Required Permissions" icon="key">Any authenticated user.</Check>
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
The request payload.
envVarName
The environment variable name the value belongs to.
scope
The scope of the value (“workspace” or “user”).
value
The secret value. It is stored encrypted and never returned by the API.
Response
No Content
Errors
400
Bad Request Error
401
Unauthorized Error

