Agent-readable docs index: /llms.txt. Full docs in one file: /llms-full.txt. Download /docs.zip to grep all markdown files locally.

akarso auth check

Verify the current API key is valid and print the active profile.
Makes a request to the server to validate the key. On success, prints the profile (workspace) the key is pinned to. Exits with code 1 if no key is found, the key is invalid, or a login is still in progress.
Use this after auth login to confirm the login completed, or to check which profile your key targets before running other commands.

Usage

akarso auth check

Global Options

OptionDefaultDescription
--api-key [key]-API key (overrides AKARSO_API_KEY env and ~/.akarso/config.json)
--api-url [url]-Server URL (overrides AKARSO_API_URL env, defaults to akarso.co)
--profile [id]-Profile (workspace) ID to operate on, overriding the API key's pinned profile. Use profiles list to see available IDs.
--json-Output raw JSON instead of YAML
-h, --help-Display this message
-v, --version-Display version number