Reveal App Token
ethora-app-credentialsRetrieve the appToken for an app you own to configure chat widgets or snippets. Set confirm to true to expose the credential.
Instructions
Reveal the appToken of an app the caller owns, for a chat-component snippet or a widget config. Every other tool redacts appToken, appSecret and tenantSecret from its results because tool output enters the model's context and client logs; this tool returns exactly { appId, appToken, note } and nothing else. The App Secret is never returned over MCP: it is shown only in the web dashboard (app settings, API tab), and backend integrations should use revocable server tokens from that tab instead of the secret.
Requires: an app you own (ethora-app-create or ethora-app-list) and confirm: true.
Auth: user auth (app owner). Errors: 401 not logged in; 403 not the owner; 404 unknown appId; validation error unless confirm is true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | No | 24-char hex app id. Defaults to the app selected with `ethora-app-select`. | |
| confirm | Yes | Must be `true`: acknowledges that the token is a credential and will appear in this conversation. |