---
title: influxdb3 create token
description: The influxdb3 create token command creates an admin token or a scoped resource token for authenticating and authorizing actions in an InfluxDB 3 Enterprise instance.
url: https://docs.influxdata.com/influxdb3/enterprise/reference/cli/influxdb3/create/token/
estimated_tokens: 448
product: InfluxDB 3 Enterprise
version: enterprise
publisher: InfluxData
canonical: https://docs.influxdata.com/influxdb3/enterprise/reference/cli/influxdb3/create/token/
date: '2025-06-23T12:08:15-05:00'
lastmod: '2025-06-23T12:08:15-05:00'
---

The `influxdb3 create token` command creates a new authentication token. This returns the raw token string. Use it to authenticate future CLI commands and API requests.

> [!Important]
> InfluxDB displays the raw token string only once. Be sure to copy and securely store it.

## Usage

```bash
influxdb3 create token <SUBCOMMAND>
```

## Commands

|                                        Command                                         |                                 Description                                 |   |
|----------------------------------------------------------------------------------------|-----------------------------------------------------------------------------|---|
|     [`--admin`](/influxdb3/enterprise/reference/cli/influxdb3/create/token/admin/)     |Create an operator or named admin token for the InfluxDB 3 Enterprise server.|   |
|[`--permission`](/influxdb3/enterprise/reference/cli/influxdb3/create/token/permission/)|        Create a resource token with fine-grained access permissions.        |   |

## Options

|Option|            |          Description          |
|------|------------|-------------------------------|
|      | `--admin`  |     Create an admin token     |
| `-h` |  `--help`  |    Print help information     |
|      |`--help-all`|Print detailed help information|
| Command | Description |  |
| --- | --- | --- |
| Command | Description |  |
| --admin | Create an operator or named admin token for the InfluxDB 3 Enterprise server. |  |
| --permission | Create a resource token with fine-grained access permissions. |  |

| Option |  | Description |
| --- | --- | --- |
| Option |  | Description |
|  | --admin | Create an admin token |
| -h | --help | Print help information |
|  | --help-all | Print detailed help information |
