# REST API (/docs/rest-api)

> For the complete Prisma documentation index, see [llms.txt](https://www.prisma.io/docs/llms.txt). A markdown version of any docs page is available by appending `.md` to its URL.

Programmatically manage your Prisma Postgres databases, projects, and workspaces with the REST API

Location: REST API

## Base URL [#base-url]

```
https://api.prisma.io/v1
```

Append an endpoint path to construct the full URL. For example: `https://api.prisma.io/v1/projects/{projectId}`

An interactive [OpenAPI 3.1 specification](https://api.prisma.io/v1/swagger-editor) is available for exploring endpoints and request/response formats.

## Getting Started [#getting-started]

* **[Getting Started](https://www.prisma.io/docs/rest-api/getting-started)** - Create your first project and database
* **[Authentication](https://www.prisma.io/docs/rest-api/authentication)** - OAuth 2.0 and service tokens setup
* **[SDK](https://www.prisma.io/docs/rest-api/sdk)** - TypeScript SDK with built-in OAuth and automatic token refresh
* **[Using API Clients](https://www.prisma.io/docs/rest-api/api-clients)** - Use with Postman, Insomnia, and Yaak
* **[Partner Integration](https://www.prisma.io/docs/rest-api/partner-integration)** - Build integrations that provision and transfer databases

## Related pages

- [`Build faster with Prisma + AI`](https://www.prisma.io/docs/ai): Build faster with Prisma and AI coding tools like Cursor, Codex, and ChatGPT
- [`Console`](https://www.prisma.io/docs/console): Learn how to use the Console to manage and integrate Prisma products into your application.
- [`Deploy the full Prisma stack`](https://www.prisma.io/docs/full-stack-tutorial): A single tutorial from empty directory to live URL, with Prisma 8, Prisma Postgres, and Prisma Compute.
- [`Guides`](https://www.prisma.io/docs/guides): A collection of guides for various tasks and workflows
- [`Introduction to Prisma 8`](https://www.prisma.io/docs/v8): Prisma 8 is the next major version of Prisma ORM, available as a Release Candidate.