Api referenceApps
Get public app
Returns a public app by its global handle, including the JSX source code used by the iframe renderer.
GET
/api/v1/experimental/apps/{handle}Returns a public app by its global handle, including the JSX source code used by the iframe renderer.
Response Body
application/json
application/json
application/json
application/json
List workspace apps GET
Lists apps for the resolved workspace. Session requests must send x-workspace-handle or x-workspace-id when the user has access to multiple workspaces.
Issue embedded app runtime token POST
Issues or refreshes a short-lived runtime API key for the public app host page. The response is intended to stay in memory and be forwarded to the iframe after the iframe runtime signals readiness.