---
title: "Create Sample Brand"
method: POST
path: "/v1/projects/sample"
tags: ["Projects/Brands"]
---

# Create Sample Brand

`POST /v1/projects/sample`

Create the demo brand, for an account that has none. Every email belongs to a brand, so a client that lets someone skip brand import still needs one to convert into. Idempotent: an account that already has the sample brand gets it back rather than a second copy. Requires an API key with project:write.

## Request body

- CreateSampleProjectRequest
  - `city` string — City the sample brand is written around. Defaults to San Francisco.
  - `organizationId` string — Workspace to create the brand in. Defaults to the caller’s own workspace.

## Response `200`

Sample brand created, or the existing one returned

- object
  - `success` boolean, required
  - `data` object, nullable
    - `projectId` string, required — ID of the sample brand.
    - `name` string — Name of the brand.
    - `isExisting` boolean, required — True when the account already had the sample brand.
  - `error` string, nullable

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden - Missing required permissions or access denied

## Changes

- **2026-09-02** `e4d1d87bfcbe` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/migma/apis/migma-ai-api-v1/changes/v1/projects/sample/post.md)

---

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