1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-09 00:18:00 +01:00
unleash.unleash/website/docs/how-to/how-to-create-api-tokens.mdx

11 lines
664 B
Plaintext
Raw Normal View History

---
title: How to create API Tokens
---
2025-02-03 12:10:22 +01:00
Depending on your [permissions](../reference/api-tokens-and-client-tokens#api-token-permissions), you can create API tokens in the Unleash Admin UI in three ways:
2025-01-30 15:32:56 +01:00
- **Admin > API access**: for client or frontend tokens; requires the Admin root role, or a custom root role with API token permissions.
2025-02-03 12:10:22 +01:00
- **Settings > API access** inside a project: for project-specific client or frontend tokens; permitted for project Members or users with a [corresponding root role](../reference/api-tokens-and-client-tokens#api-token-permissions).
- **Profile > View profile settings > Personal API tokens**: for personal access tokens.