Skip to main content
POST
Create a workspace
A workspace is a database plus the apps built on it. The new workspace starts empty (a database with no tables). Add tables with the Database API, or let your code create them once you’re in a build session.

Authorizations

Authorization
string
header
required

Enter your Zite API key. Format: Bearer <api_key>

Body

application/json
name
string
required

The workspace (and database) name.

Example:

"Helpdesk"

Response

The created workspace

workspace
object