# Create a new application **POST /applications** This feature was introduced in GitLab 10.5 ## Servers - https://www.gitlab.com/api/v4: https://www.gitlab.com/api/v4 () ## Authentication methods - Api key auth ## Parameters ### Body: application/json (object) - **name** (string) Name of the application. - **redirect_uri** (string) Redirect URI of the application. - **scopes** (string) Scopes of the application. You can specify multiple scopes by separating\ each scope using a space - **confidential** (boolean) The application is used where the client secret can be kept confidential. Native mobile apps \ and Single Page Apps are considered non-confidential. Defaults to true if not supplied ## Responses ### 200 Create a new application #### Body: application/json (object) - **id** (string) - **application_id** (string) - **application_name** (string) - **callback_url** (string) - **confidential** (boolean) - **secret** (string) [Powered by Bump.sh](https://bump.sh)