---
title: "Create Application"
method: POST
path: "/api/v1/applications"
tags: ["Internal: Applications"]
---

# Create Application

`POST /api/v1/applications`

Create new application.

Returns app_secret only once - store it securely as it cannot be retrieved again.

## Request body

- ApplicationCreate — Schema for creating a new Application (external input).
  - `name` string, required

## Response `201`

Successful Response

- ApplicationReadWithSecret — Schema returned only on creation - contains plain app_secret.
  - `id` string, uuid, required
  - `app_id` string, required
  - `name` string, required
  - `created_at` string, date-time, required
  - `app_secret` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/openwearables/apis/open-wearables-api.md) · [All operations](https://skmtc.net/openwearables/apis/open-wearables-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openwearables/open-wearables-api/versions/37c1c527cd8f/schema)
