Ory Talos CLI
talos
Multi-tenant API key management service
Synopsis
Ory Talos manages the full lifecycle of API credentials: issuing keys, verifying them at low latency, deriving short-lived JWT or macaroon tokens, and revoking access. It exposes a separate admin plane (issue, rotate, revoke, derive) and data plane (verify, self-revoke) so each can be scaled and secured independently.
Options
--config string config file (default is $HOME/.talos.yaml or ./config.yaml)
-e, --endpoint string HTTP server base URL including scheme, e.g. http://host:port (for client commands) (default "http://localhost:4420")
-h, --help help for talos
See also
- talos jwk - Generate JSON Web Keys (JWK/JWKS)
- talos keys - Manage API keys
- talos migrate - Database migration tools
- talos proxy - Start the edge proxy for caching verification requests
- talos serve - Start the Ory Talos server (all-in-one mode)
