Create API Key
ethora-api-key-createMint a long-lived, revocable API key for the currently logged-in user. The key is a user token: send it as Authorization: Bearer <key> to the hosted MCP endpoint (or set it in the stdio client) to skip ethora-user-login. Shown once.
Auth: user auth (logged in). Errors: 401 not logged in; 404 on backends without API key support.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Label to recognise the key later (e.g. `ci-runner`, `claude-desktop`). | |
| ttlDays | No | Lifetime in days. Server default applies when omitted. |