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

# Create application

`POST /applications`

## Request body

- InternalInterfacesHttpCreateApplicationRequest
  - `artifact_type` string
  - `description` string
  - `gitops_branch_mappings` GosInternalDomainApplicationGitOpsBranchMapping[]
    - `branch` string
    - `env_code` string
  - `key` string
  - `language` string
  - `name` string
  - `owner` string
  - `owner_user_id` string
  - `project_id` string
  - `release_branches` GosInternalDomainApplicationReleaseBranchOption[]
    - `branch` string
    - `name` string
  - `repo_url` string
  - `status` string

## Response `201`

Created

- InternalInterfacesHttpApplicationDataResponse
  - `data` InternalInterfacesHttpApplicationResponse
    - `artifact_type` string
    - `created_at` string
    - `description` string
    - `gitops_branch_mappings` GosInternalDomainApplicationGitOpsBranchMapping[]
      - `branch` string
      - `env_code` string
    - `id` string
    - `key` string
    - `language` string
    - `name` string
    - `owner` string
    - `owner_user_id` string
    - `project_id` string
    - `project_key` string
    - `project_name` string
    - `release_branches` GosInternalDomainApplicationReleaseBranchOption[]
      - `branch` string
      - `name` string
    - `repo_url` string
    - `status` string
    - `updated_at` string

## Other responses

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

---

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