---
title: "Create tenant and bootstrap job"
method: POST
path: "/api/super/tenants"
tags: ["Super Admin"]
---

# Create tenant and bootstrap job

`POST /api/super/tenants`

## Request body

- object
  - `slug` string, required
  - `name` string, required
  - `linux_user` string
  - `config` object

## Response `201`

Tenant created with bootstrap job

- object

## Other responses

- `400` — Invalid request
- `401` — Authentication required
- `403` — Insufficient permissions
- `409` — Tenant slug or linux user already exists

---

[API](https://skmtc.net/builderz-labs/apis/mission-control-api.md) · [All operations](https://skmtc.net/builderz-labs/apis/mission-control-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/builderz-labs/mission-control-api/revisions/b920835b2793/schema)
