Updated May 10, 2026 TheDocumentation Index
Fetch the complete documentation index at: https://docs.rafftechnologies.com/llms.txt
Use this file to discover all available pages before exploring further.
raff api-key command group manages API keys for the account. Each key has a name, a rate-limit tier, an optional expiration, and an active flag. The plaintext secret is returned once at create or regenerate — it cannot be retrieved later. Every subcommand supports --output json for scripting. Aliases: raff api-keys, raff key, raff keys.
Subcommand index
list
ID, NAME, PREFIX, ACTIVE, EXPIRES. Secrets are never returned by list.
get
create
--name. The plaintext secret is printed once — copy it immediately. The default rate-limit tier is standard; high requires support approval.
update
--active false to suspend a key without revoking — re-enable later by setting --active true.
regenerate
revoke
--force to skip the confirmation prompt.
Related
raff_api_key (Terraform)
Declarative API key management.
Role commands
Roles control what a key can do.
Configure CLI auth
Where to put the secret after creating it.