Skip to main content
POST
Create App

Authorizations

X-Domino-Api-Key
string
header
required

Body

application/json

Request to create an app

name
string
required
projectId
string
required
version
object
required
visibility
enum<string>
required
Available options:
AUTHENTICATED,
GRANT_BASED,
GRANT_BASED_STRICT,
PUBLIC
accessStatuses
object[]
configurationType
enum<string>
default:STANDARD

Type of configuration for the app which determines different deployment resources and settings.

Available options:
STANDARD,
AISYSTEM
description
string
discoverable
boolean
entryPoint
string
mountDatasets
boolean
renderIFrame
boolean
sendNotifications
boolean

When initial accessStatuses contains users, controls whether those users receive an email notification on creation. Defaults to false when omitted.

Response

Success

accessStatuses
object[]
required
configurationType
enum<string>
default:STANDARD
required

Type of configuration for the app which determines different deployment resources and settings.

Available options:
STANDARD,
AISYSTEM
discoverable
boolean
required
entryPoint
string
required
id
string
required
mountDatasets
boolean
required
name
string
required
project
object
required
renderIFrame
boolean
required
url
string
required
views
number
required
visibility
enum<string>
required
Available options:
AUTHENTICATED,
GRANT_BASED,
GRANT_BASED_STRICT,
PUBLIC
currentVersion
object

The most recently started (which may be different from the most recently created) version of this App. If no version has been started, defaults to most recently created version.

description
string
properties
object[]

Property values assigned to this app, grouped by group name.

publisher
object
taxonomyTags
object[]

Taxonomy tags assigned to this app. Omitted when the taxonomy feature is disabled.

thumbnailEtag
string
updatedAt
number<epoch>
vanityUrl
string
Last modified on June 26, 2026