Skip to main content
PATCH
Update an app

Authorizations

Authorization
string
header
required

A Supabase user access token (for app/key management).

Path Parameters

id
string<uuid>
required

Body

application/json
name
string
Maximum string length: 80
mode_default
enum<string>
Available options:
test,
live
embedding_origins
string[]
Maximum array length: 20

Response

The updated app

id
string<uuid>
name
string
slug
string
mode_default
enum<string>
Available options:
test,
live
embedding_origins
string[]

Registered origins allowed to embed this app's worlds (CSP frame-ancestors + token aud).

billing_plan
string

Plan label. Display-only: set by the Alakazam team, not writable through the API. The API is in developer preview.

Example:

"free"

created_at
string<date-time>