Skip to main content
POST
Create an app
Scaffolds an empty app at apps/<dir>/. This is a free scaffold — no AI build runs. accessMode is internal (default) or external. The app lands in the repo with your first commit.

Authorizations

Authorization
string
header
required

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

Path Parameters

sessionId
string
required

The build session ID from Open a session.

Body

application/json
name
string
required

Display name for the app.

Example:

"Agent console"

accessMode
enum<string>
default:internal

internal apps are available to your organization; external apps deploy to a public subdomain.

Available options:
internal,
external

Response

The scaffolded app

app
object
workspaceId
string