Explain the CLI sign-in endpoint
Browsers sometimes open this URL. The endpoint accepts POST only, so this GET performs no action. It returns 405 with an Allow header and a short explanation. The body is HTML when the Accept header includes text/html, otherwise JSON. This endpoint does not require authentication.
Response
Method not allowed. The body explains how to sign in with the Strix CLI.
Returned for a browser GET on a POST-only CLI sign-in route. No sign-in action happens.
Explanation of the endpoint and what the user must do instead.
method_not_allowed The HTTP method that this endpoint accepts.
POST The API path of this endpoint, relative to the API root.
The Strix CLI command that starts a sign-in.
Where to install the Strix CLI.
The CLI documentation.