X-API-Key header. See API Reference for authentication.
List Apps
GET
/api/v1/apps — Returns 200 OKOptional platform filter:
ios, android, web, or chrome-extension.active_build is null when an app has no active build. bundle_id may also
be null.
List App Dependencies
List the Chrome extensions attached by default to a web app.GET
/api/v1/apps/{app_id}/dependencies — Returns 200 OKAttach a Dependency
Attach a Chrome extension app to a web app. Future runs inherit the extension’s active build unless the run request supplies an explicitdependencies override.
POST
/api/v1/apps/{app_id}/dependencies — Returns 201 Createdweb, and the dependency must have platform
chrome-extension. Both apps must belong to the API key’s organization.
Detach a Dependency
DELETE
/api/v1/apps/{app_id}/dependencies/{dependency_app_id} — Returns 200 OK