---
title: "Add new MIRO app"
method: POST
path: "/apps/"
tags: ["apps"]
---

# Add new MIRO app

`POST /apps/`

Add a new MIRO app (requires write permissions on namespace).

## Response `201`

App successfully added

- unknown

## Other responses

- `400` — You cannot add an app with this ID
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `409` — An app with this id already exists
- `422` — Validation Error
- `500` — Internal Server Error

## Changes

- **2026-02-24** `2ac7baf8418f` — 2 info
  - added the optional property `detail/items/ctx` to the response with the `422` status
  - added the optional property `detail/items/input` to the response with the `422` status
- **2025-06-14** `87a967423b01` — 3 breaking, 3 warning, 1 info
  - request property `app_id` list-of-types was narrowed by removing types `null` from media type `multipart/form-data`
  - request property `description` list-of-types was narrowed by removing types `null` from media type `multipart/form-data`
  - request property `display_name` list-of-types was narrowed by removing types `null` from media type `multipart/form-data`
  - the `app_id` request property's maxLength was set to `60`
  - …3 more
- **2023-08-15** `6befde16ec1c` — 4 info
  - the `access_groups` request property default value `` was removed
  - request property `app_id` list-of-types was widened by adding types `null` to media type `multipart/form-data`
  - request property `description` list-of-types was widened by adding types `null` to media type `multipart/form-data`
  - request property `display_name` list-of-types was widened by adding types `null` to media type `multipart/form-data`
- **2022-12-22** `5366dfd18e83` — 1 breaking
  - response property `detail/items/loc/items/` list-of-types was widened by adding types `integer` to media type `application/json` of response `422`
- **2021-12-08** `dae88d8eb1ce` — 1 info
  - endpoint added

[Full history](https://skmtc.dev/gams-dev/apis/miro-server-api/changes/apps/post.md)

---

[API](https://skmtc.dev/gams-dev/apis/miro-server-api.md) · [All operations](https://skmtc.dev/gams-dev/apis/miro-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/gams-dev/miro-server-api/revisions/2ac7baf8418f/schema)
