forge
Clone forge-starter
plane: controlresource: DependencyInstallneeds Dockerrendered from forge v1.56.0 platform-model.json

install-dependencies

npm install inside the web container — nothing on your machine.

InstallDependenciesPOST /capabilities/install-dependencies
DependencyInstallthe Resource it produces
1 eventDependenciesInstalled

Ask your agent forge → install-dependencies

you
Install hello's dependencies.
claude
forge → install-dependencies Done — DependencyInstall created; I recorded DependenciesInstalled.

From the terminal

$ forge install --app hello

HTTP :3717

POST /capabilities/install-dependencies
Content-Type: application/json
x-forge-actor-type: builder
x-forge-actor-id: cli

{
  "app": "hello"
}

Input fields 3

app
platform
framework

Events ForgeEvent

DependenciesInstalled   resource_type: DependencyInstall

Resource GET /resources/DependencyInstall/:id

{
  "type": "DependencyInstall",
  "id": "res_01J…",
  "app_id": "app_hello",
  "status": "succeeded",
  "created_at": "2026-09-03T14:00:00Z"
}

Errors: see Reference → Errors. Find it in the playground