---
title: "Create a New Custom List"
method: POST
path: "/custom-lists"
tags: ["Custom Lists"]
---

# Create a New Custom List

`POST /custom-lists`

Create a new custom list with input metadata

## Request body

- object
  - `name` string, required — Name of the custom list
  - `description` string — Description of the custom list

## Response `201`

Successfully created a custom list

- object
  - `custom_list_token` string
  - `created_at` string, date-time

## Other responses

- `400` — Bad request - Missing Required Fields
- `403` — Forbidden - Insufficient Permissions
- `409` — Conflict - List Name Already Exists

---

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