---
title: "POST /organisations/{id}/applications"
method: POST
path: "/organisations/{id}/applications"
tags: ["all", "applications", "organisations"]
---

# POST /organisations/{id}/applications

`POST /organisations/{id}/applications`

Creates an application. If you want to create a Github app, you need to replace the oauthApp field with what you will find here: https://github.com/CleverCloud/doc.clever-cloud.com/issues/179

## Request body

- WannabeApplication
  - `archived` boolean
  - `cancelOnPush` boolean
  - `deploy` string, required
  - `description` string
  - `enabled` boolean, required
  - `favourite` boolean
  - `homogeneous` boolean
  - `instanceType` string
  - `instanceVariant` string
  - `instanceVersion` string
  - `maxFlavor` string
  - `maxInstances` integer, required
  - `minFlavor` string
  - `minInstances` integer, required
  - `name` string, required
  - `oauthApp` WannabeOauthApp
    - `name` string
    - `owner` string
  - `oauthAppId` string
  - `oauthService` string
  - `separateBuild` boolean
  - `shutdownable` boolean
  - `stickySessions` boolean
  - `tags` string[]
  - `zone` string, required

## Response `200`

addApplication

---

[API](https://skmtc.net/clevercloud/apis/clever-cloud.md) · [All operations](https://skmtc.net/clevercloud/apis/clever-cloud/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clevercloud/clever-cloud/versions/942b2ee2906a/schema)
