---
title: "Create App"
method: POST
path: "/v1/app"
tags: ["Applications", "Versioning"]
---

# Create App

`POST /v1/app`

Create an app to group versions and/or split environments.

## Headers

- `Accept` string
- `Content-Type` string

## Request body

- object
  - `name` string, required — Custom identifier.
  - `is_active` boolean, required — Enable or disable deployments.
  - `image` string, required — Image base64 string.

## Response `200`

Success

- object
  - `name` string, required — Custom name.
  - `is_active` boolean, required — Enable or disable deployments.
  - `image` string, required — Image base64 string.
  - `create_time` string, required — Date of creation.
  - `last_updated` string, required — Date of last update.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `409` — Conflict
- `500` — Internal Server Error

---

[API](https://skmtc.dev/edgegap/apis/edgegap-v2-api.md) · [All operations](https://skmtc.dev/edgegap/apis/edgegap-v2-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/edgegap/edgegap-v2-api/revisions/8c42320af012/schema)
