Prompt Buddy logoPrompt Buddy

prisma · Prisma Docs

Prisma Authentication (/docs/management-api/authentication)

Teaches how to authenticate with the Prisma Management API using either Service Tokens for server-to-server integrations or OAuth 2.0 with PKCE for user-facing applications.

Import to Prompt Buddy

Derived skill

Files assembled from official documentation

Viewing SKILL.md

Prisma Authentication (/docs/management-api/authentication)

Teaches how to authenticate with the Prisma Management API using either Service Tokens for server-to-server integrations or OAuth 2.0 with PKCE for user-facing applications.

When To Use

Use when you need to authenticate backend scripts via Service Tokens or implement user-based authentication using OAuth 2.0 and PKCE for the Prisma Management API.

Reference Files

FileContainsUse For
SKILL.mdEntry point: scope, routing table, and workflow.Start here.
docs/prisma-authentication-docs-management-api-workflow-guide.mdDocumentation detailing service tokens and OAuth 2.0 authentication methods for the Prisma Management API.Questions about documentation detailing service tokens and OAuth 2.0 authentication methods for the Prisma Management API.
examples/prisma-authentication-docs-management-api-prisma-management-api-authenti.bashA curl command demonstrating how to authenticate with the Prisma Management API using a Bearer service token to retrieve workspaces.Exact payloads, commands, or snippets shown in A curl command demonstrating how to authenticate with the Prisma Management API using a Bearer service token to retri...
examples/prisma-authentication-docs-management-api-prisma-management-api-typescri.typescriptA TypeScript code example demonstrating how to initialize the Prisma Management API client using a service token.Exact payloads, commands, or snippets shown in A TypeScript code example demonstrating how to initialize the Prisma Management API client using a service token.
examples/prisma-authentication-docs-management-api-prisma-management-api-authenti.textThe authorization URL structure and query parameters required to authenticate with the Prisma Management API.Exact payloads, commands, or snippets shown in The authorization URL structure and query parameters required to authenticate with the Prisma Management API.
examples/prisma-authentication-docs-management-api-prisma-management-api-authenti-2.textAn example of a redirect callback URL containing an authorization code for Prisma Management API authentication.Exact payloads, commands, or snippets shown in An example of a redirect callback URL containing an authorization code for Prisma Management API authentication.
examples/prisma-authentication-docs-management-api-prisma-management-api-auth-tok.bashA curl command demonstrating how to request an authentication token from the Prisma Management API using the authorization code grant type.Exact payloads, commands, or snippets shown in A curl command demonstrating how to request an authentication token from the Prisma Management API using the authoriz...
examples/prisma-authentication-docs-management-api-prisma-management-api-authenti.jsonA JSON object representing the authentication response containing an access token, token type, and expiration time for the Prisma Management API.Exact payloads, commands, or snippets shown in A JSON object representing the authentication response containing an access token, token type, and expiration time fo...
examples/prisma-authentication-docs-management-api-prisma-management-api-authenti-2.bashA bash curl command demonstrating how to authenticate with the Prisma Management API using a Bearer token to retrieve workspaces.Exact payloads, commands, or snippets shown in A bash curl command demonstrating how to authenticate with the Prisma Management API using a Bearer token to retrieve...
examples/prisma-authentication-docs-management-api-prisma-management-api-auth-tok-2.bashA bash curl command demonstrating how to request an authentication token from the Prisma Management API using a refresh token.Exact payloads, commands, or snippets shown in A bash curl command demonstrating how to request an authentication token from the Prisma Management API using a refre...

What This Skill Covers

  • Authentication (/docs/management-api/authentication)
  • Main sections: Related pages.

Workflow

  1. Open the most relevant file under docs/ for the exact documented workflow and wording.
  2. Open schemas/ files for exact structured contracts.
  3. Open examples/ files for concrete requests, commands, snippets, and manifests.
  4. Do not add behavior or configuration that is not present in the attached source files.

Canonical source: https://www.prisma.io/docs/management-api/authentication