Skip to main content

What This Checks

tm auth status is a local readiness check. It inspects whether the expected Control Plane and gateway credentials are present locally. It does not make a live API request. Use tm auth whoami when you want to verify that the current bearer token works against the Control Plane.

Usage

Examples

Show local Control Plane and Gateway auth state.

Use shell-friendly exit codes when Control Plane or Gateway auth is not ready.

Options

Inherited Global Options

Prerequisites

  • Set gateway_api_key under [overrides] in config.toml so tm auth status reports the inference API key as present.

Caveats

  • Reports local credential presence. Use tm auth whoami to live-validate Control Plane auth.

Parent Command