othos_auth_create_personal_token
Create or rotate a personal token for MCP API authentication, with configurable lifetime and optional disk persistence.
Instructions
Generate or rotate an MCP personal token from API and optionally save it to disk.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lifetimeDays | No | Token lifetime in days (1-365). | |
| savePath | No | Optional absolute path to persist token. Falls back to OTHOS_PERSONAL_TOKEN_PATH. |