The `influxdb3 create token` command creates a new authentication token. ## Usage ```bash influxdb3 create token [OPTIONS] ``` ## Commands | Command | Description | | :----- | :----------- | :------------------------------ | | `--admin` | Create an admin token for the {{< product-name >}} server. | {{% show-in "enterprise" %}}| [`--permission`](/influxdb3/enterprise/reference/cli/influxdb3/create/token/permission/) | Create a resource token with fine-grained access permissions. |{{% /show-in %}} ## Options | Option | | Description | | :----- | :----------- | :------------------------------ | | `-h` | `--help` | Print help information | | | `--help-all` | Print detailed help information | ## Examples ### Create an admin token ```bash influxdb3 create token --admin ```