Creates a new app inside the resolved workspace. The `code` field stores the initial app source module rendered inside the sandbox and must be a single JSX module that exports a default React component. Prefer shared `@andibase/ui` primitives, and avoid unconditional iframe `focus` refresh handlers in app code.
Creates a new app inside the resolved workspace. The code field stores the initial app source module rendered inside the sandbox and must be a single JSX module that exports a default React component. Prefer shared @andibase/ui primitives, and avoid unconditional iframe focus refresh handlers in app code.
Updated human-readable name for the workspace app.
Length1 <= length
handle*nonEmptyString
Updated public slug for the workspace app.
Length1 <= length
description?|
Updated optional summary for the workspace app.
code*nonEmptyString
Updated app source module. Provide a complete JSX module that exports a default React component. This revises stored app content rendered inside the sandbox. Prefer @andibase/ui components and, when refreshing after host drawers or chats, use useAndibaseRefreshOnReturn() from @andibase/hooks instead of unconditional window.focus listeners.