CLI

Account

Account and API key operations

Account and API key operations

account › api-keys

API key management

OptionDescription
-h, --helpdisplay help for command

account › api-keys › create

Create a new API key

OptionDescription
--name <name>Display name for the key
-h, --helpdisplay help for command
$ bytekit account api-keys create --name <name>

account › api-keys › list

List all API keys

OptionDescription
-h, --helpdisplay help for command
$ bytekit account api-keys list

account › api-keys › get

Get an API key by ID

OptionDescription
-h, --helpdisplay help for command
$ bytekit account api-keys get <id>

account › api-keys › update

Update an API key

OptionDescription
--name <name>New display name
-h, --helpdisplay help for command
$ bytekit account api-keys update <id> --name <name>

account › api-keys › revoke

Revoke an API key (idempotent)

OptionDescription
-h, --helpdisplay help for command
$ bytekit account api-keys revoke <id>

account › get

Get the authenticated account

OptionDescription
-h, --helpdisplay help for command
$ bytekit account get