---
title: "Provision a new customer organization under the partner's brand."
method: POST
path: "/v1/partner/orgs/create"
tags: ["resource-facade"]
---

# Provision a new customer organization under the partner's brand.

`POST /v1/partner/orgs/create`

## Headers

- `x-api-key` string, nullable

## Request body

- PartnerOrgsCreateInput
  - `name` string, required
  - `invite_email` string, nullable
  - `monthly_spend_cap_credits` integer, nullable

## Response `200`

Successful Response

- PartnerOrgsCreateOutput
  - `id` string, required
  - `name` string, required
  - `monthly_spend_cap_credits` integer, nullable
  - `invite_email` string, nullable
  - `invite_sent` boolean
  - `invite_id` string, nullable

## 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)
