---
title: "Create Supertokens Tenant"
method: POST
path: "/supertokens/create-tenant"
tags: ["SUPERTOKENS"]
---

# Create Supertokens Tenant

`POST /supertokens/create-tenant`

Creates a new tenant in SuperTokens

`new_tenant` must be the tenant the caller addressed (the SuperTokens
tenant id is the host as-is).
:return: ok status and optional message.

## Query parameters

- `new_tenant` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `400` — Invalid request data
- `403` — `new_tenant` is not the tenant the caller addressed
- `422` — Validation Error

---

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