# Create service account

**POST** `/service-accounts`

Creates a named integration identity before issuing API keys.

Authentication: bearerAuth
Required scopes: `api_key:create`
Allowed roles: `owner`, `admin`
Authorization: Create a service account.

## Request body

- `application/json`: `CreateServiceAccountRequest` required.

## Responses

- `200`: Service account created
- `default`: Error
