mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-31 00:16:47 +01:00
11 lines
583 B
Plaintext
11 lines
583 B
Plaintext
---
|
|
title: How to create API Tokens
|
|
---
|
|
|
|
Depending on your [permissions](#api-token-permissions), you can create API tokens in the Unleash Admin UI in three ways:
|
|
- **Admin > API access**: for client or frontend tokens; requires the Admin root role, or a custom root role with API token permissions.
|
|
- **Settings > API access** inside a project: for a project-specific client or frontend tokens; permitted for project Members or users with a [corresponding root role](#api-token-permissions).
|
|
- **Profile > View profile settings > Personal API tokens**: for personal access token.
|
|
|
|
|