---
title: "Create Agency"
method: POST
path: "/api/v1/agency"
tags: ["Agency"]
---

# Create Agency

`POST /api/v1/agency`

Create a new agency

## Request body

- IAgencyCreate
  - `org_id` string, uuid, nullable, required
  - `branding` object
  - `domain` object
  - `billing_plan` object
  - `user_auth` object

## Response `201`

Successful Response

- IPostResponseBaseIAgencyCreate
  - `message` string, nullable
  - `meta` union
    - object
    - unknown
  - `data` IAgencyCreate
    - `org_id` string, uuid, nullable, required
    - `branding` object
    - `domain` object
    - `billing_plan` object
    - `user_auth` object

## Other responses

- `422` — Validation Error

---

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