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 set

Save an API key manually instead of using auth login.
Use this when you already have an API key (e.g. created from the dashboard or shared by a team admin). The key is persisted locally and used for all subsequent CLI commands targeting the current --api-url server.
Keys are prefixed with ak_. You can also set the AKARSO_API_KEY environment variable instead of saving to disk.

Usage

akarso auth set

Options

OptionDefaultDescription
--key <key>-Your API key

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