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

# Create an application

`POST /applications/`

Create a new application (superadmin only).

## Query parameters

- `cookie_name` string, nullable

## Request body

- ApplicationIn — Schema for creating an application
  - `name` string, required — Display name of the application.
  - `is_active` boolean — Whether the application is active and available to users.
  - `tenant_id` integer, required — ID of the tenant the application belongs to.
  - `app_url` string, nullable — URL where an external (non-native) application is hosted.
  - `is_native` boolean, nullable — Whether the application is a native, built-in application.
  - `native_app_id` integer, nullable — Identifier of the native application, when `is_native` is true.
  - `description` string, nullable — Optional description of what the application does.
  - `version` string, nullable — Version string of the application.
  - `avatar` string, nullable — URL or identifier of the application's avatar image.

## Response `201`

Successful Response

- unknown

## Other responses

- `401` — Missing or invalid authentication.
- `403` — Superadmin privileges required.
- `422` — Validation Error

---

[API](https://skmtc.net/neulandai/apis/neuland-ai-hub-api.md) · [All operations](https://skmtc.net/neulandai/apis/neuland-ai-hub-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/neulandai/neuland-ai-hub-api/versions/b53e89b98c2b/schema)
