---
title: "subako CLI reference"
description: "Subako client: sign up, sign in, and drive the Subako API from the terminal"
---

CLI version: `0.1.0 (e0a5300)`.

## `subako`

Subako client: sign up, sign in, and drive the Subako API from the terminal

### Usage

```text
Usage: subako <COMMAND>
```

### Options

#### `--help`

Print help

- Short option: `-h`.

#### `--version`

Print version

- Short option: `-V`.

### Command groups

- [`subako docs`](/cli/commands/docs): Offline documentation generated from this CLI's command definitions
- [`subako cloud`](/cli/commands/cloud): Subako Cloud self-service
- [`subako login`](/cli/commands/login): Sign in via the device-authorization flow
- [`subako whoami`](/cli/commands/whoami): Print the signed-in identity
- [`subako logout`](/cli/commands/logout): Sign out and remove the stored credential
- [`subako profile`](/cli/commands/profile): Credential profile administration
- [`subako org`](/cli/commands/org): The signed-in organization, its members, and its invitations
- [`subako workspace`](/cli/commands/workspace): Workspaces: the scope every unit of work belongs to
- [`subako api-key`](/cli/commands/api-key): API keys: the machine credentials a workspace's work runs under
- [`subako model-provider`](/cli/commands/model-provider): Model providers: the upstream a published agent version runs against
- [`subako skill`](/cli/commands/skill): Skills: the bundles an agent's config may grant it
- [`subako agent`](/cli/commands/agent): Agents: the unit of work a session runs, and its published versions
- [`subako vault`](/cli/commands/vault): Vaults: where a session's tool credentials live
