---
title: "Create a workspace in the caller's organization."
method: POST
path: "/v1/op/projects.create"
tags: ["kernel-ops"]
---

# Create a workspace in the caller's organization.

`POST /v1/op/projects.create`

## Headers

- `x-api-key` string, nullable

## Request body

- ProjectCreate — Input for creating a project.
  - `name` string, required
  - `description` string, nullable
  - `gcs_region` 'australia-southeast1' | 'asia-southeast1' | 'us-west1' | 'europe-west1'
  - `restricted` boolean, nullable

## Response `200`

Successful Response

- ProjectResponse — Project as returned from the API.
  - `id` string, required
  - `organization_id` string, required
  - `name` string, required
  - `description` string, nullable
  - `gcs_region` 'australia-southeast1' | 'asia-southeast1' | 'us-west1' | 'europe-west1'
  - `gcs_bucket_name` string, nullable
  - `is_archived` boolean
  - `restricted` boolean
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Validation Error
- `500` — Internal Server Error

---

[API](https://skmtc.dev/geopera/apis/geopera-data-platform.md) · [All operations](https://skmtc.dev/geopera/apis/geopera-data-platform/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/geopera/geopera-data-platform/revisions/cb0130b2a40a/schema)
