---
title: "Create a new project client"
method: POST
path: "/api/v1/projects/{projectId}/clients"
tags: ["Project Clients"]
---

# Create a new project client

`POST /api/v1/projects/{projectId}/clients`

## Path parameters

- `projectId` string, required

## Request body

- AddProjectClientRequest
  - `name` string, required
  - `role` 'admin' | 'editor' | 'viewer', required

## Response `201`

Created

- ProjectClientWithSecretResponse
  - `data` ProjectClientWithSecretDTO, required
    - `id` string, required
    - `name` string, required
    - `role` 'admin' | 'editor' | 'viewer', required
    - `secret` string, required

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `404` — Project not found

---

[API](https://skmtc.net/ever-co/apis/ever-traduora-api.md) · [All operations](https://skmtc.net/ever-co/apis/ever-traduora-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ever-co/ever-traduora-api/versions/50176ec21566/schema)
