---
title: "Create production applications"
method: POST
path: "/v3/applications"
tags: ["Applications"]
---

# Create production applications

`POST /v3/applications`

For eligible partners only. Create production applications.

## Request body

- object
  - `dashboard_user_email` string, required — The email of the dashboard user who will be the ADMIN of the application and receive the client ID and client secret
  - `applications` object[], required
    - `name` string — The name of the application to create, this name cannot be changed afterward

## Response `204`

Applications created

## Other responses

- `400` — Remaining application quota exceeded
- `403` — IP whitelisting insecure

---

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