Apps

Create App

Create a new app for a user or organization.

Args: payload (CreateApp): The payload containing the app name and organization ID (optional).

Returns: CreateAppOutput: The output containing the newly created app's ID and name.

Raises: HTTPException: If there is an error creating the app or the user does not have permission to access the app.

post/apps

Request body

app_namestring required
template_keystring nullable
project_idstring nullable
workspace_idstring nullable
organization_idstring nullable

Response

Successful Response

app_idstring required
app_namestring required

Changes