---
title: "axiom client"
description: "Create and manage Client Builder clients (typed SDKs)"
category: reference
surfaces: [cli]
related: [reference/cli/axiom, reference/cli/axiom-client-add, reference/cli/axiom-client-build, reference/cli/axiom-client-create, reference/cli/axiom-client-download, reference/cli/axiom-client-get, reference/cli/axiom-client-list, reference/cli/axiom-client-members, reference/cli/axiom-client-remove-member, reference/cli/axiom-client-status, reference/cli/axiom-client-sync]
last_reviewed: 2026-06-06
---

<!-- GENERATED by docs/scripts/gen-cli-reference — DO NOT EDIT.
     Source of truth: the cobra command definitions in cmd/axiom/cmd/.
     Regenerate from the repo root with: go run ./docs/scripts/gen-cli-reference -->

# axiom client

Create and manage Client Builder clients (typed SDKs)

Create and manage Client Builder clients: tenant-scoped bundles of
marketplace nodes and flows that compile into a typed SDK.

```text
axiom client create <name>                     # create a new, empty client
axiom client list                               # list your tenant's clients
axiom client get <client>                       # show one client's members and versions
axiom client add <client-id> --package ... --node ... --alias ...
axiom client add <client-id> --flow <artifact-id> --alias ...
axiom client members <client-id>                # list members
axiom client remove-member <client-id> <id>     # remove a member
axiom client build <client-id> --lang python,go # build an SDK
axiom client status <client-id> --version N --watch  # poll build status
axiom client sync                               # reconcile a client to match axiom-client.yaml
```

See docs/guides/build-a-client-sdk.md for the full Client Builder workflow.
Requires a prior "axiom login".

## Usage

```sh
axiom client [flags]
axiom client [command]
```

## Flags

| Flag | Shorthand | Type | Default | Description |
|---|---|---|---|---|
| `--help` | `-h` | bool |  | help for client |

## Subcommands

| Command | Description |
|---|---|
| [axiom client add](./axiom-client-add.md) | Add a marketplace node or a saved flow as a client member |
| [axiom client build](./axiom-client-build.md) | Build an SDK for a client in one or more languages |
| [axiom client create](./axiom-client-create.md) | Create a new, empty Client Builder client |
| [axiom client download](./axiom-client-download.md) | Download a succeeded build's SDK zip |
| [axiom client get](./axiom-client-get.md) | Show one Client Builder client |
| [axiom client list](./axiom-client-list.md) | List your tenant's Client Builder clients |
| [axiom client members](./axiom-client-members.md) | List a client's members |
| [axiom client remove-member](./axiom-client-remove-member.md) | Remove a member from a client's draft |
| [axiom client status](./axiom-client-status.md) | Show a client version's per-language build status |
| [axiom client sync](./axiom-client-sync.md) | Reconcile a client to match a declarative axiom-client.yaml manifest |

## See also

- [axiom](./axiom.md) — Axiom CLI — build and push node packages
- [axiom client add](./axiom-client-add.md) — Add a marketplace node or a saved flow as a client member
- [axiom client build](./axiom-client-build.md) — Build an SDK for a client in one or more languages
- [axiom client create](./axiom-client-create.md) — Create a new, empty Client Builder client
- [axiom client download](./axiom-client-download.md) — Download a succeeded build's SDK zip
- [axiom client get](./axiom-client-get.md) — Show one Client Builder client
- [axiom client list](./axiom-client-list.md) — List your tenant's Client Builder clients
- [axiom client members](./axiom-client-members.md) — List a client's members
- [axiom client remove-member](./axiom-client-remove-member.md) — Remove a member from a client's draft
- [axiom client status](./axiom-client-status.md) — Show a client version's per-language build status
- [axiom client sync](./axiom-client-sync.md) — Reconcile a client to match a declarative axiom-client.yaml manifest
