Create API Token
Generate new API tokens for authentication using thecreate_api_token() method.
Example
create_api_token() takes an ApiTokenRequest (not a plain dict):
Response Structure
Usage Notes
- The full token is shown only at creation — store it securely.
- Use a clear
descriptionso you can identify the token later. - Manage tokens in the Mira Console.

