Apps
Batch Create Apps
Create multiple apps in a single request.
POST
Creates up to 100 apps in one call. Useful for resellers provisioning apps for multiple customers.
When
continueOnError is false (default), the first item failure aborts the batch and no further items are processed. Set continueOnError: true to process all items independently and collect both successes and errors in the response.Request
Bearer <API_KEY> from Console > Developers > Workspace API Keys.application/jsonOptional client-generated string (max 255 chars) to safely retry without creating duplicate batches. Scoped per workspace. A key is valid for 24 hours. If the same key is replayed with an identical body, the original response is returned with an
Idempotency-Replayed: true header. Reusing the same key with a different body returns 409 IDEMPOTENCY_KEY_CONFLICT.Request Body
Array of app definitions to create.
When
true, processing continues after an item failure. Failed items appear in results with an error object. When false (default), the first failure aborts the batch.Response
Returns a batch result object.One entry per input item, in order.
Number of items created successfully.
Number of items that failed.

