Select App
ethora-app-selectSet the active Ethora app for the current session so app-scoped tools can omit their appId argument. Store the appId and optional appToken to simplify subsequent API calls.
Instructions
Set the current app context for this session so app-scoped tools can omit their appId argument. Stores currentAppId and, if given, appToken (which defaults the auth mode to app-token unless authMode overrides).
Auth: none required to set the context. Errors: effectively none — a non-existent appId is not validated here; the first app-scoped API call surfaces the 404. Related: pairs with ethora-auth-use-app.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | 24-char hex Ethora appId to set as the current context. Get it from `ethora-app-list`, `ethora-app-create`, or a B2B create/provision response. | |
| appToken | No | Per-app appToken to store alongside the appId. If provided, the active auth mode switches to app-token (unless `authMode` says otherwise). Secret. | |
| authMode | No | Auth mode to keep after selecting the app. Omit to let the mode default to app-token when an `appToken` is given, or stay unchanged otherwise. |