v1

latestOpenAPI 3.1.0MIT OR Apache-2.02026-07-17107151343.7 KB
System

Set a per-flow OSC Personal Access Token

Registers a PAT for one credential key (the flow id). Flows resolve their own PAT first, falling back to the default — isolating OSC tenants on a shared instance. Held in memory only.

put/api/osc/pat/{key}

Path parameters

keystring required

Credential key (flow id) the PAT is scoped to

Request body

patstring required

The OSC Personal Access Token.

Response

PAT updated

configuredboolean required

Whether the default (fallback) PAT is configured (via env var or the keyless API). Used for single-tenant deployments.

keysstring[] required

Credential keys (flow ids) that have a per-flow PAT registered. Used to isolate OSC tenants on a shared Strom instance.