diff --git a/src/content/partials/fundamentals/account-owned-tokens.mdx b/src/content/partials/fundamentals/account-owned-tokens.mdx index 6259c83ed6eafa8..0d46a6f34b6fcbe 100644 --- a/src/content/partials/fundamentals/account-owned-tokens.mdx +++ b/src/content/partials/fundamentals/account-owned-tokens.mdx @@ -1,4 +1,4 @@ -While user tokens act on behalf of a particular user and inherit a subset of that user's permissions, account owned tokens allow you to set up durable integrations that can act as service principals with their own specific set of permissions. This approach is ideal for scenarios like CI/CD, or building integrations with external services like SEIMs where it is important that the integration continues working, even long after the user who configured the integration may have left your organization altogether. User tokens are better for ad hoc tasks like scripting, where acting as the user is ideal and durability is less of a concern. +description: Explore account owned tokens in Cloudflare's API, ideal for CI/CD and integrations, with specific permissions and durability beyond user tokens. ## Create an account owned token diff --git a/src/content/partials/fundamentals/create-token.mdx b/src/content/partials/fundamentals/create-token.mdx index bf212c44b81fdb6..39cb1d3d61e8278 100644 --- a/src/content/partials/fundamentals/create-token.mdx +++ b/src/content/partials/fundamentals/create-token.mdx @@ -1,5 +1,7 @@ --- -{} +{ + description: "Create and manage API tokens in Cloudflare. Learn to set permissions, choose templates, and secure your tokens for effective API access." +} --- @@ -7,10 +9,8 @@ import { Render } from "~/components" :::note[Prerequisite] - Before you begin, [find your zone and account IDs](/fundamentals/setup/find-account-and-zone-ids/). - ::: 1. Determine if you want a user token or an [Account owned token](/fundamentals/api/get-started/account-owned-tokens/). Use Account owned tokens if you prefer service tokens that are not associated with users and your [desired API endpoints are compatible](/fundamentals/api/get-started/account-owned-tokens/#compatibility-matrix).