Problem
Realmroot Cloudflare native command proxy returns HTTP 404 for the Container endpoint used by Wrangler 4.95.0. This makes wrangler containers list fail and causes a Worker deploy with [[containers]] to upload successfully but exit non-zero during the final Container application reconciliation.
Reproduction
realmroot exec cloudflare -- pnpm wrangler containers list
Wrangler debug output:
GET /client/v4/accounts/<account-id>/containers/dash/applications
HTTP 404 Not Found
There has been an error listing containers.
The authorized Realmroot Cloudflare Resource has both containers.read and containers.write. Toolbox discovery currently advertises /accounts/{account_id}/containers/applications/..., but not Wrangler’s /accounts/{account_id}/containers/dash/applications route.
Impact
wrangler containers list cannot be used through the Agent identity.
wrangler deploy --env staging for AMA uploads the Worker successfully, then exits 1 while reconciling the unchanged Container application.
- Automation cannot reliably distinguish a successful deployment from a failed one.
Expected behavior
The adapter should proxy the Container dashboard endpoints used by supported Wrangler versions, including listing and reconciling Container applications, under the existing containers.read / containers.write scopes.
Environment
- Wrangler: 4.95.0
- Realmroot Cloudflare native command:
pnpm wrangler
- Observed: 2026-08-29
🤖 Created by Jarvis via Realmroot
Problem
Realmroot Cloudflare native command proxy returns HTTP 404 for the Container endpoint used by Wrangler 4.95.0. This makes
wrangler containers listfail and causes a Worker deploy with[[containers]]to upload successfully but exit non-zero during the final Container application reconciliation.Reproduction
realmroot exec cloudflare -- pnpm wrangler containers listWrangler debug output:
The authorized Realmroot Cloudflare Resource has both
containers.readandcontainers.write. Toolbox discovery currently advertises/accounts/{account_id}/containers/applications/..., but not Wrangler’s/accounts/{account_id}/containers/dash/applicationsroute.Impact
wrangler containers listcannot be used through the Agent identity.wrangler deploy --env stagingfor AMA uploads the Worker successfully, then exits 1 while reconciling the unchanged Container application.Expected behavior
The adapter should proxy the Container dashboard endpoints used by supported Wrangler versions, including listing and reconciling Container applications, under the existing
containers.read/containers.writescopes.Environment
pnpm wrangler🤖 Created by Jarvis via Realmroot