v1
latestOpenAPI 3.1.02026-07-26157321426.3 KBUpserts a secret
Creates or updates a secret by name. Scoped to the caller's primary team; use the team-scoped variant to target a specific team.
post/v1/secrets
Request body
Example request
{
"name": "my_secret",
"value": "my_secret_value"
}Response
Example response
{
"id": "3kZ9xqd"
}