Skip to main content
POST
Create a new app

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json

Request model for creating a new App. App name must be filesystem + S3 safe.

app_name
string
required

Unique name of the app. It must contain only alphanumeric characters, -, or _, and no spaces.

app_type
enum<string>
default:hand_authored

Type of application.

Available options:
hand_authored,
notebook_pipeline,
inference_service,
full_pipeline

Response

App created successfully.

Response model for creating a new App.

id
string<uuid>
required

Unique ID of the created app.

app_name
string
required

Name of the created app.

created_date
any
required

Timestamp when the app was created.

app_type
enum<string>
default:hand_authored

Type of application.

Available options:
hand_authored,
notebook_pipeline,
inference_service,
full_pipeline
created_by
string | null

Username of the creator.