Documentation Index
Fetch the complete documentation index at: https://mulerun.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
mulerun login
Opens a browser window and walks you through OAuth 2.0 (Authorization Code
flow with PKCE). On success the resulting JWT is cached under ~/.mulerun/
and every other subcommand picks it up automatically.
mulerun logout
Revokes the cached refresh token on the server and removes the local
cache.
Non-interactive login
For CI, agents, and headless environments, skip the browser entirely by pre-minting a JWT and exporting it:Inspect a token
mulerun internal-auth token-info decodes the cached JWT locally (no
network round-trip) so you can see expiry, subject, and scopes: