Secrets
Store or update a vault secret
Stores a secret in the workflow-visible vault. Anything stored here may be used by workflows.
post/api/v1/secrets
Request body
Response
Secret stored
Example response
{
"name": "ANTHROPIC_API_KEY"
}Stores a secret in the workflow-visible vault. Anything stored here may be used by workflows.
Secret stored
{
"name": "ANTHROPIC_API_KEY"
}