Skip to main content
AKOS

Using the CLI

Authenticate the akos command line and scaffold your first workspace.

The akos command line operates AKOS from your terminal and CI — authenticate, scaffold a workspace, run flows, manage triggers, and deploy.

Authenticate

The CLI signs in with a device-code grant and stores your credentials securely on your machine:

akos auth login

Useful related commands:

akos auth whoami     # show the signed-in identity
akos auth status     # check your session
akos tenant list     # list accessible tenants
akos tenant use <id> # switch active tenant
akos auth logout     # end the session

Scaffold a workspace

Create a new workspace configuration with sensible defaults:

akos init

You can start from a starter template to get a working agent immediately, then edit it in the app or in your config.

Next steps

  • Full command walkthrough: CLI Guide.
  • Prefer a visual interface? Open the web app instead.
The CLI authenticates to the same workspace as the web and desktop apps. Anything you create from the CLI shows up in the app, governed and audited the same way.

On this page

Using the CLI · AKOS