osirAppGetSource
Get a short-lived signed download URL for an Osir app's current source zip — use this to make edits to a deployed app without the user re-attaching the project: download, patch the files, then osirAppCreateUpload (PUT the new zip) and osirAppDeploy under the SAME name; the platform rebuilds and, for owned-tier apps, auto-ships the new version to the user's box. Required: appName. Requires authentication.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appName | 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. |