Skip to main content
AKOS

Using the CLI

Authenticate the agentskit-os command line and scaffold your first workspace.

The agentskit-os 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:

agentskit-os auth login

Useful related commands:

agentskit-os auth whoami     # show the signed-in identity
agentskit-os auth status     # check your session
agentskit-os auth tenant     # view or switch workspace/tenant
agentskit-os auth logout     # end the session

Scaffold a workspace

Create a new workspace configuration with sensible defaults:

agentskit-os 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