---
title: "Create Customer Persona"
method: POST
path: "/v1/create-customer-persona"
tags: ["Customer Personas"]
---

# Create Customer Persona

`POST /v1/create-customer-persona`

Create a new customer persona.

## Headers

- `X-API-Key` string, required

## Request body

- CreateCustomerPersonaRequest
  - `agent_id` integer, nullable — ID of the agent this persona belongs to
  - `name` string, required — Name of the customer persona
  - `description` string, required — Description of the customer persona
  - `goal` string, required — Goal of the customer persona

## Response `200`

Successful Response

- CustomerPersonaPydantic — Pydantic version of CustomerPersona for validation and serialization.
  - `id` string, uuid, nullable
  - `created_at` string, date-time, nullable
  - `name` string, nullable
  - `description` string, nullable
  - `goal` string, nullable
  - `org_id` string, uuid, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/getbluejay/apis/bluejay-api.md) · [All operations](https://skmtc.net/getbluejay/apis/bluejay-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getbluejay/bluejay-api/revisions/4ef94eeb836d/schema)
