---
title: "axiom create"
description: "Create Axiom resources"
category: reference
surfaces: [cli]
related: [reference/cli/axiom, reference/cli/axiom-create-message, reference/cli/axiom-create-node]
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 create

Create Axiom resources

Create messages, nodes, and other Axiom package resources.

## Usage

```sh
axiom create [flags]
axiom create [command]
```

## Flags

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

## Subcommands

| Command | Description |
|---|---|
| [axiom create message](./axiom-create-message.md) | Scaffold a new protobuf message in messages/messages.proto |
| [axiom create node](./axiom-create-node.md) | Scaffold a new node in nodes/ |

## See also

- [axiom](./axiom.md) — Axiom CLI — build and push node packages
- [axiom create message](./axiom-create-message.md) — Scaffold a new protobuf message in messages/messages.proto
- [axiom create node](./axiom-create-node.md) — Scaffold a new node in nodes/
