osirAppSetSecret
Set an environment secret for an Osir app (e.g. DATABASE_URL, API_KEY). The value is stored encrypted and injected as an env var on the next osirAppDeploy of the app; it is NEVER returned or logged. Required: appId (string), key (env var name), value (string). Requires authentication.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| appId | Yes | ||
| value | Yes | ||
| sessionKey | No | Session key (osk_...) returned by checkDeviceLoginStatus. Pass it on every call when logged in via the in-chat device flow; omit when connected via OAuth. |