Public beta — not for production use. Data may be wiped at any time. Questions? Contact us.
Documentation menu

axiom client create

Create a new, empty Client Builder client

View as Markdown
<!-- 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

Create a new, empty Client Builder client

Create a new Client Builder client: a named, tenant-scoped bundle of nodes and flows that later builds into a typed SDK.

A client starts empty and picks no language at creation — add members and build with the console (Console → Client Builder) or a follow-on "axiom client" subcommand, then pick languages per build.

axiom client create billing
axiom client create billing --description "Billing SDK" --language python
axiom client create billing --json    # machine-readable output

Requires a prior "axiom login".

Usage

axiom client create <name> [flags]

Flags

FlagShorthandTypeDefaultDescription
--descriptionstringOptional client description
--help-hboolhelp for create
--jsonboolEmit a single JSON result object
--languagestringDefault SDK language (python, go, typescript, java, csharp, rust)

See also

  • axiom client — Create and manage Client Builder clients (typed SDKs)