---
title: "Create catalog"
method: POST
path: "/catalogs"
tags: ["catalogs"]
---

# Create catalog

`POST /catalogs`

## Request body

- CreateCatalogRequestBody
  - `description` string, nullable
  - `name` string, required

## Response `201`

Created

- object
  - `data` CatalogResponseData, required
    - `account_id` string, required
    - `created_at` string, date-time, required
    - `custom_plan_cta_text` string, nullable
    - `custom_plan_cta_url` string, nullable
    - `custom_plan_price_text` string, nullable
    - `custom_plans_visible` boolean, required
    - `description` string, nullable
    - `id` string, required
    - `is_default` boolean, required
    - `name` string, required
    - `pricing_model` string, nullable
    - `pricing_url` string, nullable
    - `updated_at` string, date-time, required
  - `params` object, required — Input parameters

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `500` — Server error

## Changes

> 125 revisions in range; 43 could not be searched.

- **2026-07-29** `0be62aece869` — 1 breaking, 1 warning
  - removed the required property `data/environment_id` from the response with the `201` status
  - removed the request property `is_default`
- **2026-07-16** `fe536614b280` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/schematichq/apis/schematic-api/changes/catalogs/post.md)

---

[API](https://skmtc.dev/schematichq/apis/schematic-api.md) · [All operations](https://skmtc.dev/schematichq/apis/schematic-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/schematichq/schematic-api/revisions/0b238e148fa1/schema)
