---
title: "Create Workspace"
method: POST
path: "/api/admin/workspaces"
tags: ["admin-workspaces"]
---

# Create Workspace

`POST /api/admin/workspaces`

## Request body

- CreateWorkspaceRequest
  - `name` string, required
  - `owner_user_id` string, required
  - `plan` string
  - `telephony_provider` string, nullable
  - `call_provider` string, nullable

## Response `201`

Successful Response

- CreateWorkspaceResponse
  - `id` string, required
  - `name` string, required
  - `plan` string, required
  - `owner_id` string, required
  - `owner_email` string, required
  - `owner_name` string, nullable
  - `created_at` string, date-time, required

## Other responses

- `422` — Validation Error

---

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