Skip to main content
declaw account shows account details and manages API keys.

info

Show your account overview: owner ID, tier and its limits (concurrent sandboxes, vCPU, memory), wallet balances, and today’s spend.
declaw account info

usage

Show a usage summary: sandbox count, total compute seconds, total cost, and remaining balances.
declaw account usage

api-keys

List, create, and revoke API keys.
declaw account api-keys list             # alias: ls
declaw account api-keys create ci-bot    # prints the full key once
declaw account api-keys revoke key-abc123
SubcommandArgsNotes
api-keys listKeys are shown masked
api-keys create <name>nameThe full key is printed once — save it immediately, it is not shown again
api-keys revoke <key-id>key IDRevokes the key

Next steps