From 915a5074d3c97095cef6dbcb3868e816c20f7cf8 Mon Sep 17 00:00:00 2001 From: Luan van der Westhuizen Date: Wed, 13 Aug 2025 16:38:04 +0200 Subject: [PATCH] fix: updated service token instructions --- content/800-guides/330-management-api-basic.mdx | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/content/800-guides/330-management-api-basic.mdx b/content/800-guides/330-management-api-basic.mdx index 9ca9a1dd7e..3ba65b593c 100644 --- a/content/800-guides/330-management-api-basic.mdx +++ b/content/800-guides/330-management-api-basic.mdx @@ -28,14 +28,10 @@ The API reference is also available via an [OpenAPI 3.1. spec](https://api.prism First, you need to create a service token to be able to access the Management API: 1. Open the [Prisma Console](https://console.prisma.io/) -2. Navigate to the **Integrations** page of your workspace -3. Click **Generate integration token** +2. Navigate to the **Settings** page of your workspace and select **Service Tokens** +3. Click **New Service Token** 4. Copy and save the generated service token securely, you'll use it in step 2.2. - - ## 2. Set up your project directory