# Management API (/docs/management-api)

Location: Management 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](/management-api/getting-started)** - Create your first project and database
* **[Authentication](/management-api/authentication)** - OAuth 2.0 and service tokens setup
* **[SDK](/management-api/sdk)** - TypeScript SDK with built-in OAuth and automatic token refresh
* **[Using API Clients](/management-api/api-clients)** - Use with Postman, Insomnia, and Yaak
* **[Partner Integration](/management-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
- [`Choose a setup path`](https://www.prisma.io/docs/getting-started): Choose the fastest path to start using Prisma ORM or Prisma Postgres in a new or existing project.
- [`CLI Overview`](https://www.prisma.io/docs/cli): The Prisma CLI is the command-line interface for Prisma ORM. Use it to initialize projects, generate Prisma Client, manage databases, run migrations, and more
- [`Console`](https://www.prisma.io/docs/console): Learn how to use the Console to manage and integrate Prisma products into your application.
- [`Guides`](https://www.prisma.io/docs/guides): A collection of guides for various tasks and workflows