---
title: "POST /v1/projects"
method: POST
path: "/v1/projects"
tags: ["projects"]
---

# POST /v1/projects

`POST /v1/projects`

Creates a new, empty script project with no script files and a base manifest file.

## Request body

- CreateProjectRequest — Request to create a script project.
  - `title` string — The title for the project.
  - `parentId` string — The Drive ID of a parent file that the created script project is bound to. This is usually the ID of a Google Doc, Google Sheet, Google Form, or Google Slides file. If not set, a standalone script project is created.

## Response `200`

Successful response

---

[API](https://skmtc.net/google/apis/script.md) · [All operations](https://skmtc.net/google/apis/script/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/google/script/versions/b83e197f53e2/schema)
