apps

Create App

Create a new app (draft).

Company-level gate (admin/owner) still applies — viewers cannot create apps from nothing. The per-app ADMIN grant happens inside CreateApp.

post/api/v1/apps/

Request body

namestring
descriptionstring

Response

Successful Response

idstring uuid required
company_idstring uuid required
user_idstring uuid required
namestring required
descriptionstring required
statusstring required
bundle_urlstring nullable required
bundle_cssstring nullable required
bundle_importsstring[] nullable required
error_messagestring nullable required
current_version_idstring uuid nullable required
embed_inputsobject[] nullable
created_atstring date-time required
updated_atstring date-time required
is_favoriteboolean

Changes