Lists skill secret requirements.

Lists the secrets a skill needs and whether they are set for the user. Secret values are never returned. <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.

Path parameters

skillIdstringRequiredformat: "uuid"
The skill ID.

Query parameters

agentIdstringOptionalformat: "uuid"
The optional linked agent through which read access is requested.

Response

OK
idstringOptionalformat: "uuid"
The secret requirement identifier.
envVarNamestring or nullOptional
The environment variable name the secret is injected as.
descriptionstring or nullOptional
The description shown to users when providing the secret.
scopeenumOptional
Who must provide the secret value.
isRequiredbooleanOptional
Whether the secret is required for the skill to work.
hasValuebooleanOptional
Whether a value is available for the requesting user.

Errors

401
Unauthorized Error
404
Not Found Error