🌐
Prisma
prisma.io › home › rest › rest › rest › rest › rest
Building REST APIs with Prisma ORM | Prisma Documentation
This page gives explains how to build fullstack applications with Prisma. It shows how Prisma fits in with fullstack frameworks and provides practical examples · Supported librariesREST API server exampleGETPOSTPUTDELETEReady-to-run example projects
🌐
Prisma
prisma.io › home › prisma client api › prisma client api › prisma client api
Prisma Client API | Prisma Documentation
As a workaround, you can use interactive transactions with the $transaction API, as follows: prisma.$transaction(async (tx) => { await tx.model.create({ data: { ... }); await tx.model.findFirstOrThrow(); }) findMany returns a list of records.
🌐
Palo Alto Networks
docs.paloaltonetworks.com › prisma-access › administration › prisma-access-overview › prisma-access-apis
Prisma Access APIs
3 weeks ago - Operational Commands: XML APIOperational Commandsrequestplugins cloud_servicesprisma-access · As you navigate in the XML tree, Prisma Access populates the tree in the XML area. You can enter required values in the XML area and click Submit to process an XML request. For example, to request the onboarding status of a job, navigate to XML APIOperational Commandsrequestpluginscloud_servicesprisma-accessjob-statusjobid, enter the Job id in the jobid field, enter the Service Type servicetype area, and click Submit to submit your request.
🌐
Prisma
prisma.io › guides
Get started with the Prisma Management API | Prisma Documentation
July 9, 2025 - This guide walks you through setting up a basic TypeScript project that uses the Prisma Postgres Management API to create a new Prisma Console project with a Prisma Postgres database, and print out all connection details.
🌐
GitHub
github.com › prisma › prisma-examples
GitHub - prisma/prisma-examples: 🚀 Ready-to-run Prisma example projects
The accelerate folder contains examples of projects using Prisma Accelerate for connection pooling and global caching. ... The compute directory contains applications ready to deploy to Prisma Compute.
Starred by 6.6K users
Forked by 1.5K users
Languages   TypeScript 84.7% | JavaScript 5.5% | Vue 4.3% | CSS 2.0% | Astro 1.6% | HTML 0.8%
🌐
Pan
pan.dev › welcome to the prisma cloud apis
Welcome to the Prisma Cloud APIs | Develop with Palo Alto Networks
The Prisma Cloud API allows you to programmatically access and manage your Prisma Cloud resources, making it easy to automate tasks, integrate with other tools, and build custom integrations. With a variety of endpoints available, Prisma Cloud API aims to automate tasks and facilitate integrations ...
🌐
Prisma
prisma.io › home › management api
Prisma Postgres: Management API Reference | Prisma Documentation
For example: https://api.prisma.io/v1/projects/{projectId} An interactive OpenAPI 3.1 specification is available for exploring endpoints and request/response formats. Getting Started - Create your first project and database ·
🌐
DigitalOcean
digitalocean.com › community › tutorials › how-to-build-a-rest-api-with-prisma-and-postgresql
How To Build a REST API with Prisma and PostgreSQL | DigitalOcean
November 8, 2022 - Prisma is an open source database toolkit. In this tutorial, you will build a REST API for a small blogging application in TypeScript using Prisma and a Post…
Find elsewhere
🌐
Deno
docs.deno.com › examples › prisma_tutorial
How to create a RESTful API with Prisma and Oak
Prisma also generates a .env file with a DATABASE_URL environment variable. Let's assign DATABASE_URL to a PostgreSQL connection string. In this example, we'll use a free PostgreSQL database from Supabase.
🌐
Prisma
prisma.io › home › prisma orm
What is Prisma ORM? (Overview) | Prisma Documentation
import { PrismaClient } from ... process.env.DATABASE_URL }); // Pass the adapter instance to PrismaClient const prisma = new PrismaClient({ adapter }); // Find all users with their posts const users = await prisma.user.findMany({ ...
🌐
Palo Alto Networks
docs.paloaltonetworks.com › prisma › prisma-cloud › prisma-cloud-admin › get-started-with-prisma-cloud › access-the-prisma-cloud-api
Prisma Cloud Enterprise Edition
June 15, 2023 - Welcome to the documentation for Enterprise Edition, a Cloud Native Application Protection Platform (CNAPP) that protects your applications from code to cloud, reduces risks, and ...
🌐
Prisma
prisma.io › home › sdk › sdk
Prisma Postgres: Management API SDK | Prisma Documentation
import { createManagementApiClient ... custom headers const client = createManagementApiClient({ token: "your-access-token", baseUrl: "https://api.example.com", headers: { "X-Custom-Header": "value", }, }); If you provide both ...
🌐
Prisma
prisma.io › home › getting started › getting started
Partner Database Provisioning & User Claim Flow | Prisma Documentation
import axios from "axios"; import dotenv from "dotenv"; // Load environment variables dotenv.config(); const API_URL = "https://api.prisma.io/v1"; const SERVICE_TOKEN = process.env.PRISMA_SERVICE_TOKEN; if (!SERVICE_TOKEN) { throw new Error("PRISMA_SERVICE_TOKEN is not set in the environment"); } // Set HTTP headers to be used in this script const headers = { Authorization: `Bearer ${SERVICE_TOKEN}`, "Content-Type": "application/json", }; async function main() { // Create a new project in your Prisma Console workspace const projectName = `demo-project-${Date.now()}`; const region = "us-east-1"
🌐
Palo Alto Networks
docs.paloaltonetworks.com › prisma-access › administration › prisma-access-overview › prisma-access-apis › monitor-prisma-access-apis
Prisma Access Insights APIs
3 weeks ago - To see whether your tenant uses TSG IDs, go to the Prisma Access hub, click on the Prisma Access Insights application name, and look in the Manage Apps section. The 2.0 APIs can also be used by Prisma Access (Managed by Panorama) customers.
🌐
Prisma Cloud
docs.prismacloud.io › en › enterprise-edition › content-collections › data-security-posture-management › api-documentation › api-documentation
API Documentation - Prisma Cloud
June 11, 2025 - Unlock the full potential of Prisma Cloud with our Content Collections. These comprehensive resources are your key to mastering the suite of functionality available on ...
🌐
Prisma
prisma.io › home
Get started with Prisma | Prisma Documentation
Build, deploy, and iterate on TypeScript applications with Prisma ORM, Prisma Postgres, and Prisma Compute.
🌐
Prisma Cloud
docs.prismacloud.io › en › enterprise-edition › content-collections › get-started › access-keys
Access the Prisma Cloud REST API
June 11, 2025 - Unlock the full potential of Prisma Cloud with our Content Collections. These comprehensive resources are your key to mastering the suite of functionality available on ...
🌐
Pan
pan.dev › get started
Get Started | Develop with Palo Alto Networks
For example, replace <USER> with the username string. ... Note: This is a more secure method than including the -p option since your terminal history won't contain the password. Paginated API requests are capped to a max of 50 returned objects because very large responses could DoS Console.