Create App
ethora-app-createCreate a new Ethora app (tenant) for the logged-in user. Provide a display name to get a fresh appId and owner access, subject to your plan limit.
Instructions
Create a new Ethora app (tenant) owned by the currently logged-in user. Allocates a fresh 24-char hex appId and sets the caller as owner; counts against the owner's plan limit. Returns the new app object including appId. The returned app has its credential fields redacted; call ethora-app-credentials { appId, confirm: true } when a snippet needs the appToken.
Auth: user-auth mode, active session (ethora-user-login first). Errors: 401 not logged in; 402/403 plan limit reached; 422 invalid displayName. Related: server-side provisioning uses ethora-b2b-app-create.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| displayName | Yes | Human-readable app name shown to users in the app picker and on the public landing page. Not required to be unique across accounts. |