The unique identifier of your company
Body Parameters
Optional description of the app
Environment for the app. Must be either “development” or “production”
The unique identifier of the project this app belongs to
Response
Indicates if the request was successful
A message describing the result of the operation
The created app object
Unique identifier for the app
Description of the app (if provided)
Environment of the app (“development” or “production”)
Timestamp when the app was created
Timestamp when the app was last updated
Response Example
{
"success": true,
"message": "App created successfully",
"data": {
"id": "app_01JT3854RQEQC8BXN79H2B1YSV",
"name": "second app",
"description": "",
"environment": "development",
"createdAt": "2025-04-30T11:43:46.469Z",
"updatedAt": "2025-04-30T11:43:46.469Z"
}
}