Request Body
Behavior
Create works standalone — no agent container or orchestration required.- Managed hosting is created (Next.js framework), named
naive-{slug}-{shortId}, with a default production domain of{projectName}.vercel.app. - The response’s
templateblock tells you what to clone to start building (templates).workspaceModeis"local"(direct mode) or"container". NEXT_PUBLIC_APP_URLis set automatically for bothpreviewandproduction.- When the company has an agent container (
workspaceMode: "container"): a dedicated engineer agent is provisioned and the starter template is scaffolded into its workspace. Without one, the agent is registered aspendingand orchestration adopts the app later. - fullstack only: a managed backend is provisioned asynchronously in the background. Once healthy,
NEXT_PUBLIC_SUPABASE_URLandNEXT_PUBLIC_SUPABASE_ANON_KEYare injected automatically, and thesupabaseobject appears onGET /v1/apps/:id.
POST /v1/apps/:id/retry.
Errors
400
502