---
title: "Create application"
method: POST
path: "/applications"
tags: ["applications"]
---

# Create application

`POST /applications`

## Request body

- HttpapiCreateApplicationRequest
  - `artifact_type` string
  - `description` string
  - `key` string
  - `language` string
  - `name` string
  - `owner` string
  - `repo_url` string
  - `status` string

## Response `201`

Created

- HttpapiApplicationDataResponse
  - `data` HttpapiApplicationResponse
    - `artifact_type` string
    - `created_at` string
    - `description` string
    - `id` string
    - `key` string
    - `language` string
    - `name` string
    - `owner` string
    - `repo_url` string
    - `status` string
    - `updated_at` string

## Other responses

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

---

[API](https://skmtc.dev/opsre/apis/gos-release-api.md) · [All operations](https://skmtc.dev/opsre/apis/gos-release-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/opsre/gos-release-api/revisions/cd3f4bb3694a/schema)
