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.
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
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/prisma-authentication-docs-management-api-workflow-guide.md | Documentation 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.bash | A 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.typescript | A 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.text | The 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.text | An 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.bash | A 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.json | A 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.bash | A 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.bash | A 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
- Open the most relevant file under
docs/for the exact documented workflow and wording. - Open
schemas/files for exact structured contracts. - Open
examples/files for concrete requests, commands, snippets, and manifests. - 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