login
Authenticate with your MisarReach account through a browser without copy-pasting API keys. Opens the authorization page, delivers the key back to the client, and saves it to the local config file.
Instructions
Authenticate with your MisarReach account via browser — no API key copy-paste needed. Opens the MisarReach authorization page where you review the request and click 'Authorize'. The API key is delivered straight back to this client and saved to ~/.misarreach/config.json.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| port | No | Local callback port (9201–9299). Random by default. | |
| force | No | Re-authenticate even if a working key is stored (issues a new key). | |
| app_url | No | MisarReach base URL. Only needed for self-hosted instances. |