Preview an app without persisting changes
Render the supplied app code in the sandbox and return the resulting HTML. Used by the editor’s preview pane.
Documentation Index
Fetch the complete documentation index at: https://docs.enneo.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
JWT-based authentication
Path Parameters
Body
Internal numeric row id of the active revision. null for previews/imports.
Stable app identifier (nano-id). Use this in routes like /app/{appId}.
"k4FqL2Hm"
Monotonic revision counter. Incremented on every update.
7
"Customer health check"
URL-safe slug derived from name.
"customer-health-check"
Author/team. Stored as plain text.
Visibility/availability flag (see Mind/Models/App.php for the allowed values).
UI-level config (icon, color, layout hints).
The app body. Contains the HTML template, the executor source (Python/Node/PHP) and any static parameters. The exact shape is owned by the app author.
true
Profile id of the creating user.
Response
Rendered HTML
The response is of type string.