Update mutable metadata for a secret by ID.
Currently supports toggling whether a secret is available by default at task runtime.
Documentation Index
Fetch the complete documentation index at: https://docs.neo.projectdiscovery.io/llms.txt
Use this file to discover all available pages before exploring further.
JWT authentication token
Unique identifier of the secret to update
Whether this secret should be exposed by default at task runtime for its scope.
Secret metadata updated successfully
Whether this secret is exposed by default at task runtime for its scope. If false, it is only exposed when explicitly selected in task requests.
false
Unique identifier for the secret
"550e8400-e29b-41d4-a716-446655440000"
Masked representation of the secret value for display purposes. Shows first 3 and last 4 characters with bullets (•) in between.
"ghp_xx••••••••xxxx"
Secret name (used as environment variable name when injected into agent execution). Should follow UPPER_SNAKE_CASE convention.
"GITHUB_TOKEN"
When the secret was created
Indicates whether this secret was automatically created by an AI agent (true) or manually created by the user (false).
true
Project ID if this is a project-scoped secret. Null/absent for personal secrets.
When the secret was last updated