Api reference
Apps
Available Methods
Use the links below to view request/response examples and generated code for each method.
- GET/api/v1/experimental/apps
List workspace apps
- GET/api/v1/experimental/apps/{handle}
Get public app
- POST/api/v1/experimental/apps/{handle}/runtime-token
Issue embedded app runtime token
- POST/api/v1/experimental/apps
Create app
- PATCH/api/v1/experimental/apps/{handle}
Update app
- DELETE/api/v1/experimental/apps/{handle}
Delete app
Delete workspace API key DELETE
Deletes an API key owned by the authenticated user and scoped to the workspace. This endpoint requires a signed-in session and does not accept API keys.
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.