> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tensormesh.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Admin Workflows

> Common entry points for admin-only CLI operations.

The `tm admin` surface is for privileged Control Plane operations. Typical areas include users, billing, and product administration.

## Common Starting Points

Inspect the available admin groups first:

```sh theme={null}
tm admin --help
tm admin users --help
tm admin billing --help
tm admin products --help
```

## Example Admin Commands

List users:

```sh theme={null}
tm admin users list
```

Inspect product state:

```sh theme={null}
tm admin products list
```

Inspect admin billing operations:

```sh theme={null}
tm admin billing balances --help
tm admin billing pricing --help
```

## Related Reference

* [`tm admin`](/cli/reference/admin)
* [`tm admin users`](/cli/reference/admin/users)
* [`tm admin users list`](/cli/reference/admin/users/list)
* [`tm admin billing`](/cli/reference/admin/billing)
* [`tm admin products`](/cli/reference/admin/products)
