v12

OpenAPI 3.0.3raw.githubusercontent.com2026-08-073710699.9 KB
Secrets

Create or replace a secret (idempotent)

put/secrets/{name}

Request body

valuestring required

Secret value (write-only, never echoed back).

workflowIdstring

ULID identifier (26-char Crockford base32).

orgIdstring

Example request

{
  "workflowId": "01JG2FE5MDVKBPHEG0PEYSDKAC"
}

Response

Secret created.