Web apps
The SDK can manage ACP web apps directly. That includes creation, deployment, runtime inspection, logs, bindings, and file access inside the deployed resource workspace.
Web apps
Create, deploy, inspect, and operate published web apps from the SDK.
Create and deploy web apps
Use the webApps manager when you want a product-shaped surface for ACP-hosted web apps. It handles the same underlying server API but makes your intent explicit in code.
Create from a source path inside a persistent computer.
Deploy explicitly when the source is ready.
Use projectId when the app should belong to one ACP project.
Deploy a web app with the JavaScript SDK
Loading...
Deploy a web app with the Python SDK
Loading...
Inspect logs, files, analytics, and bindings
Once a web app exists, the SDK can inspect its runtime, read logs, manage workspace files, and connect it to databases or auth modules.
Use getLogs() for deployment, request, or runtime logs.
Use listFiles() and getFileContent() to inspect the resource workspace.
Use bindings to connect the web app to databases, auth, or agent runtimes.