Overview
Managing orchestrator-global API keys
fuse apikeys (aliases apikey, keys) manages revocable API keys.
Orchestrator-global and all-or-nothing, these commands require the master token
(ORCH_AUTH_TOKEN); the server rejects an API-key-authenticated caller with
403. The --master marker on a context is informational client-side only and
gates nothing, a context connected without it but holding the real master token
works. See Authentication for the full token model.
Commands
| Command | Purpose |
|---|---|
fuse apikeys create |
Issue a new API key. |
fuse apikeys list |
List key metadata. |
fuse apikeys revoke |
Revoke a key. |