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 login

Authenticate with Akarso via browser-based device flow.
Prints a verification URL and a short code, then opens the browser for the user to approve. Once approved, an API key is created and saved automatically. Run akarso auth check afterwards to confirm the login succeeded and see which profile the key targets.
This command must stay alive while the user approves in the browser. It returns on its own once approval completes or the code expires (default: 5 minutes).

Usage

akarso auth login

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

Examples

akarso auth login