Workspaces are account/environment identities addressed as
{account}/{environment}, such as acme/research.
Use biolm workspace list to enumerate paths, show [PATH] to inspect the
current or named workspace, switch PATH to change active context, and
create NAME [--account ACCOUNT] to create an environment. There is no
workspace delete command. Use biolm account org for organization membership
and biolm account budget for the active account budget. Organization
commands accept an exact organization name or slug.
Manage API keys with biolm account api-key:
biolm account api-key create
biolm account api-key create --account acme
biolm account api-key delete --yes
create prints the token once; store it immediately. Pass --account to
own the key with an organization or your personal account. delete revokes a
key by full token or eight-character prefix. The platform has no API-key
listing endpoint, so there is no biolm account api-key list command.
Inspect monthly usage with biolm account usage:
biolm account usage
biolm account usage --year 2026 --month 7
biolm account usage --account acme --environment-id 31
biolm account usage --format json
The command defaults to the current month and personal account. It reports the effective account and environment filter returned by the server, total usage, environment usage, and charges grouped by model. JSON output preserves the API response. Live activity and billing-history listing are not exposed.
See biolm workspace for the generated workspace command reference.