---
title: "Create an App"
method: POST
path: "/apps"
---

# Create an App

`POST /apps`

Creates a new app

## Request body

- object
  - `arguments` string, required — The arguments for the app configuration
  - `type` string, required — The type of application
  - `hidden` boolean — Whether the app is hidden in the apps list. Apps that are not hidden are considered shared.
  - `owner_page_id` string — The Page.ID of the page that owns the object.
  - `folder_id` string — The Folder.ID of the folder which the app is located inside.
  - `category` string — category of the app
  - `label` string

## Response `201`

201

- object
  - `account_id` string
  - `arguments` string
  - `created_at` number
  - `folder_id` string
  - `id` string
  - `label` string
  - `type` string
  - `updated_at` number

## Other responses

- `400` — 400
- `402` — 402

---

[API](https://skmtc.net/telemetrytv/apis/user-api.md) · [All operations](https://skmtc.net/telemetrytv/apis/user-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/telemetrytv/user-api/versions/057a0b968aea/schema)
