@vibecodr/cli 0.2.10 → 1.0.0-rc.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +53 -18
- package/MIGRATION.md +73 -0
- package/README.md +89 -72
- package/dist/auth/official-client.d.ts +6 -0
- package/dist/auth/official-client.d.ts.map +1 -0
- package/dist/auth/official-client.js +1 -0
- package/dist/auth/official-client.js.map +1 -0
- package/dist/auth/token-manager.d.ts +40 -0
- package/dist/auth/token-manager.d.ts.map +1 -0
- package/dist/auth/token-manager.js +1 -2
- package/dist/auth/token-manager.js.map +1 -0
- package/dist/bin/vc-tools.d.ts +3 -0
- package/dist/bin/vc-tools.d.ts.map +1 -0
- package/dist/bin/vc-tools.js +7 -0
- package/dist/bin/vc-tools.js.map +1 -0
- package/dist/bin/vibecodr-mcp.d.ts +3 -0
- package/dist/bin/vibecodr-mcp.d.ts.map +1 -0
- package/dist/bin/vibecodr-mcp.js +37 -0
- package/dist/bin/vibecodr-mcp.js.map +1 -0
- package/dist/cli/errors.d.ts +28 -0
- package/dist/cli/errors.d.ts.map +1 -0
- package/dist/cli/errors.js +1 -0
- package/dist/cli/errors.js.map +1 -0
- package/dist/cli/output.d.ts +16 -0
- package/dist/cli/output.d.ts.map +1 -0
- package/dist/cli/output.js +1 -0
- package/dist/cli/output.js.map +1 -0
- package/dist/cli/parse.d.ts +18 -0
- package/dist/cli/parse.d.ts.map +1 -0
- package/dist/cli/parse.js +1 -0
- package/dist/cli/parse.js.map +1 -0
- package/dist/clients/base.d.ts +20 -0
- package/dist/clients/base.d.ts.map +1 -0
- package/dist/clients/base.js +1 -0
- package/dist/clients/base.js.map +1 -0
- package/dist/clients/claude-code.d.ts +5 -0
- package/dist/clients/claude-code.d.ts.map +1 -0
- package/dist/clients/claude-code.js +88 -0
- package/dist/clients/claude-code.js.map +1 -0
- package/dist/clients/claude-desktop.d.ts +5 -0
- package/dist/clients/claude-desktop.d.ts.map +1 -0
- package/dist/clients/claude-desktop.js +97 -0
- package/dist/clients/claude-desktop.js.map +1 -0
- package/dist/clients/codex.d.ts +5 -0
- package/dist/clients/codex.d.ts.map +1 -0
- package/dist/clients/codex.js +1 -0
- package/dist/clients/codex.js.map +1 -0
- package/dist/clients/cursor.d.ts +5 -0
- package/dist/clients/cursor.d.ts.map +1 -0
- package/dist/clients/cursor.js +1 -1
- package/dist/clients/cursor.js.map +1 -0
- package/dist/clients/vscode.d.ts +5 -0
- package/dist/clients/vscode.d.ts.map +1 -0
- package/dist/clients/vscode.js +5 -1
- package/dist/clients/vscode.js.map +1 -0
- package/dist/clients/windsurf.d.ts +5 -0
- package/dist/clients/windsurf.d.ts.map +1 -0
- package/dist/clients/windsurf.js +1 -0
- package/dist/clients/windsurf.js.map +1 -0
- package/dist/commands/call.d.ts +9 -0
- package/dist/commands/call.d.ts.map +1 -0
- package/dist/commands/call.js +1 -0
- package/dist/commands/call.js.map +1 -0
- package/dist/commands/config.d.ts +3 -0
- package/dist/commands/config.d.ts.map +1 -0
- package/dist/commands/config.js +1 -0
- package/dist/commands/config.js.map +1 -0
- package/dist/commands/context.d.ts +15 -0
- package/dist/commands/context.d.ts.map +1 -0
- package/dist/commands/context.js +2 -5
- package/dist/commands/context.js.map +1 -0
- package/dist/commands/doctor.d.ts +3 -0
- package/dist/commands/doctor.d.ts.map +1 -0
- package/dist/commands/doctor.js +2 -1
- package/dist/commands/doctor.js.map +1 -0
- package/dist/commands/help.d.ts +3 -0
- package/dist/commands/help.d.ts.map +1 -0
- package/dist/commands/help.js +1 -0
- package/dist/commands/help.js.map +1 -0
- package/dist/commands/install.d.ts +3 -0
- package/dist/commands/install.d.ts.map +1 -0
- package/dist/commands/install.js +23 -5
- package/dist/commands/install.js.map +1 -0
- package/dist/commands/login.d.ts +3 -0
- package/dist/commands/login.d.ts.map +1 -0
- package/dist/commands/login.js +1 -0
- package/dist/commands/login.js.map +1 -0
- package/dist/commands/logout.d.ts +3 -0
- package/dist/commands/logout.d.ts.map +1 -0
- package/dist/commands/logout.js +1 -0
- package/dist/commands/logout.js.map +1 -0
- package/dist/commands/pulse-publish.d.ts +3 -0
- package/dist/commands/pulse-publish.d.ts.map +1 -0
- package/dist/commands/pulse-publish.js +1 -0
- package/dist/commands/pulse-publish.js.map +1 -0
- package/dist/commands/pulse-setup.d.ts +3 -0
- package/dist/commands/pulse-setup.d.ts.map +1 -0
- package/dist/commands/pulse-setup.js +5 -3
- package/dist/commands/pulse-setup.js.map +1 -0
- package/dist/commands/pulse.d.ts +3 -0
- package/dist/commands/pulse.d.ts.map +1 -0
- package/dist/commands/pulse.js +1 -0
- package/dist/commands/pulse.js.map +1 -0
- package/dist/commands/status.d.ts +3 -0
- package/dist/commands/status.d.ts.map +1 -0
- package/dist/commands/status.js +1 -0
- package/dist/commands/status.js.map +1 -0
- package/dist/commands/tools.d.ts +3 -0
- package/dist/commands/tools.d.ts.map +1 -0
- package/dist/commands/tools.js +1 -0
- package/dist/commands/tools.js.map +1 -0
- package/dist/commands/uninstall.d.ts +3 -0
- package/dist/commands/uninstall.d.ts.map +1 -0
- package/dist/commands/uninstall.js +12 -4
- package/dist/commands/uninstall.js.map +1 -0
- package/dist/commands/upload.d.ts +3 -0
- package/dist/commands/upload.d.ts.map +1 -0
- package/dist/commands/upload.js +1 -0
- package/dist/commands/upload.js.map +1 -0
- package/dist/commands/whoami.d.ts +3 -0
- package/dist/commands/whoami.d.ts.map +1 -0
- package/dist/commands/whoami.js +82 -0
- package/dist/commands/whoami.js.map +1 -0
- package/dist/core/interactive-input.d.ts +7 -0
- package/dist/core/interactive-input.d.ts.map +1 -0
- package/dist/core/interactive-input.js +1 -0
- package/dist/core/interactive-input.js.map +1 -0
- package/dist/core/mcp-client.d.ts +17 -0
- package/dist/core/mcp-client.d.ts.map +1 -0
- package/dist/core/mcp-client.js +1 -0
- package/dist/core/mcp-client.js.map +1 -0
- package/dist/core/redaction.d.ts +2 -0
- package/dist/core/redaction.d.ts.map +1 -0
- package/dist/core/redaction.js +36 -2
- package/dist/core/redaction.js.map +1 -0
- package/dist/core/renderers.d.ts +8 -0
- package/dist/core/renderers.d.ts.map +1 -0
- package/dist/core/renderers.js +1 -0
- package/dist/core/renderers.js.map +1 -0
- package/dist/doctor/run.d.ts +10 -0
- package/dist/doctor/run.d.ts.map +1 -0
- package/dist/doctor/run.js +12 -3
- package/dist/doctor/run.js.map +1 -0
- package/dist/legacy/cli/errors.d.ts +9 -0
- package/dist/legacy/cli/errors.d.ts.map +1 -0
- package/dist/legacy/cli/errors.js +23 -0
- package/dist/legacy/cli/errors.js.map +1 -0
- package/dist/legacy/cli/install.d.ts +24 -0
- package/dist/legacy/cli/install.d.ts.map +1 -0
- package/dist/legacy/cli/install.js +307 -0
- package/dist/legacy/cli/install.js.map +1 -0
- package/dist/legacy/cli/output.d.ts +17 -0
- package/dist/legacy/cli/output.d.ts.map +1 -0
- package/dist/legacy/cli/output.js +36 -0
- package/dist/legacy/cli/output.js.map +1 -0
- package/dist/legacy/cli/parser.d.ts +33 -0
- package/dist/legacy/cli/parser.d.ts.map +1 -0
- package/dist/legacy/cli/parser.js +177 -0
- package/dist/legacy/cli/parser.js.map +1 -0
- package/dist/legacy/cli/run.d.ts +11 -0
- package/dist/legacy/cli/run.d.ts.map +1 -0
- package/dist/legacy/cli/run.js +2947 -0
- package/dist/legacy/cli/run.js.map +1 -0
- package/dist/legacy/config/credential-store.d.ts +8 -0
- package/dist/legacy/config/credential-store.d.ts.map +1 -0
- package/dist/legacy/config/credential-store.js +52 -0
- package/dist/legacy/config/credential-store.js.map +1 -0
- package/dist/legacy/config/store.d.ts +63 -0
- package/dist/legacy/config/store.d.ts.map +1 -0
- package/dist/legacy/config/store.js +311 -0
- package/dist/legacy/config/store.js.map +1 -0
- package/dist/legacy/core/api-client.d.ts +45 -0
- package/dist/legacy/core/api-client.d.ts.map +1 -0
- package/dist/legacy/core/api-client.js +204 -0
- package/dist/legacy/core/api-client.js.map +1 -0
- package/dist/legacy/core/contracts.d.ts +488 -0
- package/dist/legacy/core/contracts.d.ts.map +1 -0
- package/dist/legacy/core/contracts.js +386 -0
- package/dist/legacy/core/contracts.js.map +1 -0
- package/dist/legacy/core/goal-coverage.d.ts +15 -0
- package/dist/legacy/core/goal-coverage.d.ts.map +1 -0
- package/dist/legacy/core/goal-coverage.js +169 -0
- package/dist/legacy/core/goal-coverage.js.map +1 -0
- package/dist/legacy/core/redaction.d.ts +4 -0
- package/dist/legacy/core/redaction.d.ts.map +1 -0
- package/dist/legacy/core/redaction.js +121 -0
- package/dist/legacy/core/redaction.js.map +1 -0
- package/dist/legacy/core/validators.d.ts +8 -0
- package/dist/legacy/core/validators.d.ts.map +1 -0
- package/dist/legacy/core/validators.js +102 -0
- package/dist/legacy/core/validators.js.map +1 -0
- package/dist/legacy/core/version.d.ts +3 -0
- package/dist/legacy/core/version.d.ts.map +1 -0
- package/dist/legacy/core/version.js +3 -0
- package/dist/legacy/core/version.js.map +1 -0
- package/dist/legacy/index.d.ts +8 -0
- package/dist/legacy/index.d.ts.map +1 -0
- package/dist/legacy/index.js +8 -0
- package/dist/legacy/index.js.map +1 -0
- package/dist/platform/browser.d.ts +7 -0
- package/dist/platform/browser.d.ts.map +1 -0
- package/dist/platform/browser.js +1 -0
- package/dist/platform/browser.js.map +1 -0
- package/dist/platform/exec.d.ts +3 -0
- package/dist/platform/exec.d.ts.map +1 -0
- package/dist/platform/exec.js +10 -1
- package/dist/platform/exec.js.map +1 -0
- package/dist/platform/paths.d.ts +9 -0
- package/dist/platform/paths.d.ts.map +1 -0
- package/dist/platform/paths.js +13 -0
- package/dist/platform/paths.js.map +1 -0
- package/dist/platform/prompt.d.ts +5 -0
- package/dist/platform/prompt.d.ts.map +1 -0
- package/dist/platform/prompt.js +1 -0
- package/dist/platform/prompt.js.map +1 -0
- package/dist/storage/config-store.d.ts +15 -0
- package/dist/storage/config-store.d.ts.map +1 -0
- package/dist/storage/config-store.js +1 -0
- package/dist/storage/config-store.js.map +1 -0
- package/dist/storage/file-lock.d.ts +7 -0
- package/dist/storage/file-lock.d.ts.map +1 -0
- package/dist/storage/file-lock.js +1 -0
- package/dist/storage/file-lock.js.map +1 -0
- package/dist/storage/install-manifest.d.ts +12 -0
- package/dist/storage/install-manifest.d.ts.map +1 -0
- package/dist/storage/install-manifest.js +1 -0
- package/dist/storage/install-manifest.js.map +1 -0
- package/dist/storage/secret-store.d.ts +36 -0
- package/dist/storage/secret-store.d.ts.map +1 -0
- package/dist/storage/secret-store.js +1 -0
- package/dist/storage/secret-store.js.map +1 -0
- package/dist/types/auth.d.ts +55 -0
- package/dist/types/auth.d.ts.map +1 -0
- package/dist/types/auth.js +1 -0
- package/dist/types/auth.js.map +1 -0
- package/dist/types/config.d.ts +29 -0
- package/dist/types/config.d.ts.map +1 -0
- package/dist/types/config.js +1 -0
- package/dist/types/config.js.map +1 -0
- package/dist/types/install.d.ts +26 -0
- package/dist/types/install.d.ts.map +1 -0
- package/dist/types/install.js +1 -0
- package/dist/types/install.js.map +1 -0
- package/docs/API-CONTRACT.md +606 -0
- package/docs/CLOUDFLARE-PRIMITIVE-FIT.md +212 -0
- package/docs/RELEASE-CHECKLIST.md +297 -0
- package/docs/SECURITY.md +227 -0
- package/docs/VALIDATION-MATRIX.md +58 -0
- package/docs/commands.md +49 -29
- package/docs/legacy/AGENT-TOOLKIT-RFC.md +1395 -0
- package/docs/legacy/CLI-GUIDELINES-AUDIT.md +95 -0
- package/docs/legacy/COMPLETION-AUDIT.md +542 -0
- package/docs/legacy/vc-tools-finetune.md +982 -0
- package/docs/legacy/vc-tools-goal-browser-run-containers.md +465 -0
- package/docs/legacy/vc-tools-goal-original.md +249 -0
- package/package.json +37 -8
|
@@ -0,0 +1,465 @@
|
|
|
1
|
+
I’ll translate the research into a concrete subscription package: target customer, tiers, included value, usage meters, limits, safety gates, launch scope, and cost/risk assumptions.
|
|
2
|
+
|
|
3
|
+
Canonical integration update (2026-05-11): vc-tools is included in existing
|
|
4
|
+
Vibecodr paid subscriptions instead of owning a standalone Stripe catalog. The
|
|
5
|
+
historical "Starter" package in this planning note maps to Vibecodr Creator at
|
|
6
|
+
`$19/mo`; Pro follows the existing Vibecodr Pro subscription unless a separate
|
|
7
|
+
Pro price change is approved. Browser Run and Sandbox remain separate vc-tools
|
|
8
|
+
meters/quotas and must not collapse into generic credits or Pulse usage.
|
|
9
|
+
|
|
10
|
+
The emerging spine is a governed remote agent tool layer, with MCP/service access as the product and CLI as setup/debug/retrieval support. It should sell predictable credits, auditability, artifact custody, and controlled browser/sandbox capability—not unlimited usage or raw infrastructure pass-through.
|
|
11
|
+
|
|
12
|
+
Thought for 7m 18s
|
|
13
|
+
|
|
14
|
+
Here’s the subscription product I’d build from this research:
|
|
15
|
+
|
|
16
|
+
Vibecodr Tools Cloud
|
|
17
|
+
|
|
18
|
+
A paid agent-infrastructure subscription that lets Vibecodr users give their AI agents safe, metered access to Quick Checks, Agent Browser, Sandbox, Crawl, Artifact Shelf, and activity/status controls — without exposing raw Cloudflare credentials or making the user’s local machine the trust boundary.
|
|
19
|
+
|
|
20
|
+
The research points pretty strongly away from “paid CLI” as the main product. The CLI should exist, but as a setup/debug/artifact helper. The product people pay for should be the hosted, Vibecodr-controlled remote MCP/tool service, with Browser Run and Sandbox SDK as the first paid capabilities. That matches the research’s recommendation: start with a remote MCP service, use the CLI as the local control plane, and prove Browser Run plus Sandbox under strict auth, quota, retention, and observability controls.
|
|
21
|
+
|
|
22
|
+
Product promise
|
|
23
|
+
|
|
24
|
+
“Give your coding agent hosted tools that return proof: it can browse the
|
|
25
|
+
public web, render pages, crawl sites, run code in an isolated sandbox, save
|
|
26
|
+
artifacts, and report progress under Vibecodr-owned limits.”
|
|
27
|
+
|
|
28
|
+
That’s the simplest buyer-facing framing. The user is not buying “Cloudflare Browser Run + Sandbox + Queues + R2.” They are buying the missing runtime layer between a coding agent and the outside world.
|
|
29
|
+
|
|
30
|
+
The core paid value is this:
|
|
31
|
+
|
|
32
|
+
An agent can inspect real rendered websites, produce screenshots/PDFs/markdown, run code in an isolated sandbox, crawl bounded public pages, store results, and report activity status. Vibecodr handles auth, quotas, logging, retention, artifact custody, and workspace-level permissions.
|
|
33
|
+
|
|
34
|
+
Cloudflare’s current Browser Run docs support the browser side of this: it runs headless Chrome on Cloudflare’s global network and supports rendered outputs like markdown, screenshots, PDFs, snapshots, links, structured data, crawled content, plus browser sessions through Playwright, Puppeteer, CDP, and Stagehand. The Sandbox SDK side is a good fit for code execution because Cloudflare describes it as running each sandbox in its own VM with filesystem, process, network, and resource isolation.
|
|
35
|
+
|
|
36
|
+
The subscription product
|
|
37
|
+
|
|
38
|
+
Call the first paid product Vibecodr Agent Tools or Vibecodr Tools Cloud.
|
|
39
|
+
|
|
40
|
+
It should not be sold as “unlimited agent capabilities.” That invites abuse, margin risk, and scary customer expectations. It should be sold as a metered capability bundle with clear safety modes.
|
|
41
|
+
|
|
42
|
+
The first version should include five visible tool families plus one supporting status surface:
|
|
43
|
+
|
|
44
|
+
Quick Checks
|
|
45
|
+
Render pages, capture screenshots, extract markdown, generate PDFs, inspect links, and optionally do controlled browser automation.
|
|
46
|
+
Agent Browser
|
|
47
|
+
Longer hosted browser tasks for Creator and Pro, capped by plan and idle timeout.
|
|
48
|
+
Sandbox
|
|
49
|
+
Run code, install packages within policy, execute tests, generate files, and return logs/artifacts.
|
|
50
|
+
Crawl
|
|
51
|
+
Collect bounded public-site context by page, depth, and monthly limits.
|
|
52
|
+
Artifact Shelf
|
|
53
|
+
Store screenshots, PDFs, logs, generated files, run outputs, and session traces with retention controls.
|
|
54
|
+
|
|
55
|
+
Activity/status controls
|
|
56
|
+
Longer work status, retries, cancellation, queueing, audit history, and failure reporting. This is backend machinery and a support/inspection surface, not a marketed user ability called "Jobs."
|
|
57
|
+
|
|
58
|
+
Cloudflare Workflows fit the durable job layer because they support multi-step execution, retries, persisted state, pauses for approvals, and external events. Queues fit the work-dispatch layer because they support guaranteed delivery, retries, delays, batching, dead-letter queues, and offloading work from request paths.
|
|
59
|
+
|
|
60
|
+
The first three plans
|
|
61
|
+
|
|
62
|
+
The canonical launch packaging is the existing public Vibecodr plan ladder:
|
|
63
|
+
Free, Creator, and Pro. vc-tools does not own a standalone Stripe catalog.
|
|
64
|
+
Creator rises to `$19/mo`; Pro stays on the existing Vibecodr Pro
|
|
65
|
+
subscription unless a separate Pro price change is approved.
|
|
66
|
+
|
|
67
|
+
The core rule is that builds and VC Tools are separate ledgers inside the same
|
|
68
|
+
subscription. Builds spend build seconds/minutes. VC Tools spend VC Tool
|
|
69
|
+
credits, browser seconds, crawl allowance, scheduled QA allowance, sandbox
|
|
70
|
+
compute where enabled, artifacts, retention, and concurrency. These ledgers do
|
|
71
|
+
not borrow from each other and must not collapse into Pulse usage.
|
|
72
|
+
|
|
73
|
+
Build limits
|
|
74
|
+
|
|
75
|
+
Plan Monthly build minutes Daily build minutes Max jobs/day Max wall time/job Max concurrent builds Max output bytes Max output files
|
|
76
|
+
Free 30 10 5 180s 1 50 MB 20,000
|
|
77
|
+
Creator 750 90 50 300s 2 200 MB 60,000
|
|
78
|
+
Pro 4,000 360 150 600s 4 500 MB 120,000
|
|
79
|
+
|
|
80
|
+
Build accounting rules:
|
|
81
|
+
|
|
82
|
+
Rule Setting
|
|
83
|
+
Billing unit standard1-wall-second
|
|
84
|
+
Round-up interval 15 seconds
|
|
85
|
+
Queue time charged No
|
|
86
|
+
Container active time charged Yes
|
|
87
|
+
User-code build failures charged Yes
|
|
88
|
+
Platform failures refunded Yes
|
|
89
|
+
Warm idle charged Yes, unless force-stopped
|
|
90
|
+
Force-stop on completion Yes
|
|
91
|
+
Reserve before starting Required
|
|
92
|
+
No reserve, no build Required
|
|
93
|
+
Build ledger separate from VC Tools Required
|
|
94
|
+
|
|
95
|
+
VC Tools limits
|
|
96
|
+
|
|
97
|
+
Plan Monthly VC Tool credits Daily credits Max concurrent tool runs Max browser seconds/run Browser Sessions Scheduled QA
|
|
98
|
+
Free 30 10 1 30s No 0/mo
|
|
99
|
+
Creator 600 90 2 60s No 30/mo
|
|
100
|
+
Pro 3,000 400 5 180s Yes, capped 300/mo
|
|
101
|
+
|
|
102
|
+
Crawl limits:
|
|
103
|
+
|
|
104
|
+
Plan Pages/run Pages/month Depth
|
|
105
|
+
Free 10 25 1
|
|
106
|
+
Creator 50 500 2
|
|
107
|
+
Pro 250 5,000 4
|
|
108
|
+
|
|
109
|
+
Account-wide hosted capacity breakers:
|
|
110
|
+
|
|
111
|
+
Lane Soft cap Hard cap Policy
|
|
112
|
+
Hosted queue 24 active hosted jobs 30 active hosted jobs Queue consumer `max_concurrency` is 30; plan limits still apply per user; soft-cap crossings notify operator email/ntfy through internal-api fanout
|
|
113
|
+
Quick Actions request rate 8 requests/sec 10 requests/sec Provider 429s return to retry/defer
|
|
114
|
+
Browser jobs 24 concurrent hosted browser jobs 30 concurrent hosted browser jobs Configurable through `VC_TOOLS_BROWSER_RUN_ACCOUNT_SOFT_CAP` and `VC_TOOLS_BROWSER_RUN_ACCOUNT_HARD_CAP`; soft-cap crossings notify operator email/ntfy through internal-api fanout
|
|
115
|
+
Sandbox containers 24 concurrent hosted sandboxes 30 concurrent hosted sandboxes Configurable through `VC_TOOLS_SANDBOX_ACCOUNT_SOFT_CAP` and `VC_TOOLS_SANDBOX_ACCOUNT_HARD_CAP`; Wrangler `max_instances` is 30; soft-cap crossings notify operator email/ntfy through internal-api fanout
|
|
116
|
+
Browser Sessions 24 account-wide sessions 30 account-wide sessions Pro/beta only; reserve slot before launch; queue after soft cap; never open above hard cap without an operator flag; close immediately after run
|
|
117
|
+
|
|
118
|
+
The product should sell outcomes rather than raw browser time. Public-facing
|
|
119
|
+
copy should lead with VC Tool credits, render checks, screenshots, console and
|
|
120
|
+
network capture, visual diffs, crawl limits, scheduled QA, artifacts, and
|
|
121
|
+
secure sandbox execution. Browser seconds remain a quota and accounting guard,
|
|
122
|
+
not the main thing being advertised.
|
|
123
|
+
|
|
124
|
+
What each plan actually unlocks for the agent
|
|
125
|
+
|
|
126
|
+
The product should expose named tool grants, not a single “tools enabled” toggle.
|
|
127
|
+
|
|
128
|
+
Use grants like:
|
|
129
|
+
|
|
130
|
+
Tool grant What it allows
|
|
131
|
+
browser.render Open public pages and return screenshot/markdown/PDF
|
|
132
|
+
browser.inspect Extract links, metadata, DOM snapshots, console/network summaries
|
|
133
|
+
browser.automate Use Playwright/Puppeteer-style controlled sessions
|
|
134
|
+
browser.live_view Let a human inspect or step into the session
|
|
135
|
+
browser.record Record session events for debugging
|
|
136
|
+
sandbox.run Execute code in an isolated environment
|
|
137
|
+
sandbox.network Allow outbound internet from sandbox
|
|
138
|
+
sandbox.preview_url Expose a temporary preview
|
|
139
|
+
artifact.write Store generated outputs
|
|
140
|
+
artifact.read Retrieve generated outputs
|
|
141
|
+
job.long_running Queue durable multi-step jobs
|
|
142
|
+
crawl.public Crawl public pages through the first-class `browser.crawl_site` capability
|
|
143
|
+
crawl.authenticated Crawl authenticated sessions; should be deferred or allowlisted
|
|
144
|
+
|
|
145
|
+
This matters because the product is fundamentally a permissions product, not just an infrastructure product. The research explicitly highlights security, paid-user gating, scoped tool grants, retention, custody, quota, and abuse as central product concerns.
|
|
146
|
+
|
|
147
|
+
Product surfaces
|
|
148
|
+
|
|
149
|
+
The correct interface stack:
|
|
150
|
+
|
|
151
|
+
Surface Role Launch priority
|
|
152
|
+
Remote MCP Primary agent interface Day one
|
|
153
|
+
CLI Login, configure, test tools, retrieve artifacts, debug sessions Day one
|
|
154
|
+
Web dashboard Usage, grants, artifacts, activity history, billing, audit logs Day one-ish
|
|
155
|
+
REST API Programmatic integration for non-MCP clients Later
|
|
156
|
+
SDK/package Advanced app embedding Later
|
|
157
|
+
|
|
158
|
+
Remote MCP should be the primary interface because Cloudflare’s Agents SDK supports MCP tools, and MCP tools are defined as functions exposed by an MCP server for clients/LLMs to call. For remote MCP, Cloudflare’s docs describe Streamable HTTP as the standard transport for remote MCP connections, with stdio intended for local connections. That maps neatly to the research’s recommendation: Vibecodr owns the hosted tool service; the CLI is useful, but not the whole product.
|
|
159
|
+
|
|
160
|
+
The CLI should be boring and reliable, but the primary model is now the
|
|
161
|
+
agent's computer rather than a human-operated control plane:
|
|
162
|
+
|
|
163
|
+
vc-tools login
|
|
164
|
+
vc-tools start
|
|
165
|
+
vc-tools agent connect
|
|
166
|
+
vc-tools computer start
|
|
167
|
+
vc-tools browser render https://example.com
|
|
168
|
+
vc-tools proof list
|
|
169
|
+
vc-tools proof save <artifact-id>
|
|
170
|
+
vc-tools work status <job-id>
|
|
171
|
+
vc-tools grants list
|
|
172
|
+
|
|
173
|
+
The agent-facing tool vocabulary should lead with `browser.*`, `computer.*`,
|
|
174
|
+
`work.*`, `proof.*`, and `usage.status`; low-level `tools test`, `jobs`,
|
|
175
|
+
`artifacts`, and `sandbox.*` remain advanced/debug or compatibility surfaces.
|
|
176
|
+
|
|
177
|
+
Do not make the CLI the place where the agent runs everything. That would make local user machines part of the trust boundary, reduce reliability, and make subscription value fuzzier.
|
|
178
|
+
|
|
179
|
+
The killer workflows
|
|
180
|
+
|
|
181
|
+
The subscription should sell outcomes, not primitives.
|
|
182
|
+
|
|
183
|
+
The first five workflows I’d productize:
|
|
184
|
+
|
|
185
|
+
Workflow What the agent does Why users pay
|
|
186
|
+
Rendered website inspection Opens a real page, captures screenshot/markdown/DOM summary Agents stop guessing what a page looks like
|
|
187
|
+
Bug reproduction Visits app, captures console/network/errors, stores artifacts Better debugging with proof
|
|
188
|
+
Code execution and test run Runs code/tests in sandbox, returns logs/files Safer than local execution
|
|
189
|
+
Research artifact generation Renders sources, extracts markdown/PDF/screenshots More credible agent research
|
|
190
|
+
Preview and verify Runs generated app/code, stores output, optionally gives preview Agent can build and check its own work
|
|
191
|
+
|
|
192
|
+
The strongest wedge is probably “agent-visible web + safe code execution.” It is easy to understand and high-frequency for builders.
|
|
193
|
+
|
|
194
|
+
What to avoid in v1
|
|
195
|
+
|
|
196
|
+
I would explicitly avoid these at launch:
|
|
197
|
+
|
|
198
|
+
Authenticated third-party browsing for all users. Defer it or keep it allowlisted and human-in-the-loop at first. The research calls out authenticated browsing as an unresolved product/security decision. Browser Run’s Human in the Loop feature can let a human step into a live browser session for MFA, sensitive credentials, CAPTCHAs, or complex manual steps, but that power is exactly why it should be gated.
|
|
199
|
+
|
|
200
|
+
Default screenshot/PDF/session retention. Make retention opt-in beyond short operational retention. Browser recordings are currently opt-in per session in Cloudflare’s docs, which is the right posture for Vibecodr too.
|
|
201
|
+
|
|
202
|
+
Unlimited crawl. Crawl should be a paid add-on, not bundled generously. It is too easy to turn into abuse, COGS leakage, or compliance headaches.
|
|
203
|
+
|
|
204
|
+
Sandbox internet by default. Start with outbound internet disabled or tightly allowlisted for sandbox jobs. The moment an agent can run code with broad egress, you need stronger abuse controls.
|
|
205
|
+
|
|
206
|
+
WebMCP as a core promise. Treat it as a watch item, not a launch dependency. Cloudflare’s MCP docs describe WebMCP as experimental and subject to change.
|
|
207
|
+
|
|
208
|
+
Selling “automation” before selling “rendering.” Rendering and artifact capture are easier to explain, easier to meter, lower-risk, and still valuable. Full browser automation should be a capped Pro feature.
|
|
209
|
+
|
|
210
|
+
Security and trust model
|
|
211
|
+
|
|
212
|
+
The default stance should be:
|
|
213
|
+
|
|
214
|
+
“Agents get capabilities, not credentials.”
|
|
215
|
+
|
|
216
|
+
That means:
|
|
217
|
+
|
|
218
|
+
Vibecodr stores Cloudflare credentials internally, not in user projects. Users authenticate to Vibecodr. Vibecodr issues scoped grants to agents. Every tool call is checked against workspace, project, user, plan, quota, and risk policy. MCP authorization should use OAuth-style limited grants rather than asking users to share API keys; Cloudflare’s MCP authorization docs also frame OAuth as the way users grant limited access without sharing API keys or other credentials.
|
|
219
|
+
|
|
220
|
+
Minimum launch controls:
|
|
221
|
+
|
|
222
|
+
Control Free Creator Pro
|
|
223
|
+
User auth Required Required Required
|
|
224
|
+
Workspace grants Basic Yes Yes
|
|
225
|
+
Project grants Basic Yes Yes
|
|
226
|
+
User grants No Yes Yes
|
|
227
|
+
Audit log Basic activity history 30 days 30+ days
|
|
228
|
+
Retention policy Fixed Plan-capped Configurable within policy
|
|
229
|
+
Allowlisted domains No Optional Optional
|
|
230
|
+
Sandbox egress controls No Sandbox Strict Configurable within hosted grants
|
|
231
|
+
Spend caps Required Hard cap by default Hard cap by default
|
|
232
|
+
Abuse review Automated Automated Automated + manual path
|
|
233
|
+
|
|
234
|
+
The design choice I’d make now: tool grants should be workspace-scoped by default, project-overridable, and user-restrictable. That’s a mouthful, but product-wise it’s clean: admins set defaults, projects narrow them, users can be limited.
|
|
235
|
+
|
|
236
|
+
Retention policy
|
|
237
|
+
|
|
238
|
+
Default retention should be conservative:
|
|
239
|
+
|
|
240
|
+
Artifact type Default
|
|
241
|
+
Job metadata 30 days
|
|
242
|
+
Logs Free operational minimum, Creator 7 days, Pro 30 days
|
|
243
|
+
Screenshots/PDFs Free operational minimum, Creator 7 days, Pro 30 days
|
|
244
|
+
Browser recordings Off by default
|
|
245
|
+
Sensitive session artifacts Off by default or 24 hours
|
|
246
|
+
Sandbox files Deleted after job unless saved as artifact
|
|
247
|
+
Authenticated browsing artifacts Opt-in only
|
|
248
|
+
|
|
249
|
+
Users should see this in plain English during setup:
|
|
250
|
+
|
|
251
|
+
“Your agent may create screenshots, logs, PDFs, and files. Choose what Vibecodr keeps.”
|
|
252
|
+
|
|
253
|
+
That one line will prevent a lot of future trust problems.
|
|
254
|
+
|
|
255
|
+
Pricing page structure
|
|
256
|
+
|
|
257
|
+
I’d make the pricing page very direct:
|
|
258
|
+
|
|
259
|
+
Free
|
|
260
|
+
Use Vibecodr with limited public-page Quick Actions: 30 VC Tool credits/month,
|
|
261
|
+
10/day, 1 concurrent run, 30s browser-run cap, no Sandbox, no Browser Sessions,
|
|
262
|
+
no scheduled QA.
|
|
263
|
+
|
|
264
|
+
Creator — $19/mo
|
|
265
|
+
For solo builders who want Vibecodr-native Agent QA, runtime diagnosis, safe
|
|
266
|
+
sandbox execution, artifacts, and scheduled checks. Includes 750 build
|
|
267
|
+
minutes/month and 600 VC Tool credits/month.
|
|
268
|
+
|
|
269
|
+
Pro — $39/mo
|
|
270
|
+
For builders who want heavier build capacity, capped Browser Sessions, larger
|
|
271
|
+
crawls, more scheduled QA, artifacts, and activity history. Includes 4,000 build
|
|
272
|
+
minutes/month and 3,000 VC Tool credits/month.
|
|
273
|
+
|
|
274
|
+
No enterprise SKU at launch. Do not advertise custom enterprise sales; keep the
|
|
275
|
+
focus on secure, human-usable self-serve subscriptions.
|
|
276
|
+
|
|
277
|
+
Then below the table:
|
|
278
|
+
|
|
279
|
+
“Build minutes and VC Tool credits are separate. Agents queue when a quota or
|
|
280
|
+
safety breaker is reached; browser sessions are Pro-only and capped.”
|
|
281
|
+
|
|
282
|
+
Do not sell raw browser minutes as the main product. Sell outcomes: render
|
|
283
|
+
checks, console/network capture, visual diffs, crawl reports, scheduled Agent
|
|
284
|
+
QA, sandboxed test runs, artifacts, and activity history.
|
|
285
|
+
|
|
286
|
+
Launch sequence
|
|
287
|
+
Phase 1: Paid alpha
|
|
288
|
+
|
|
289
|
+
Ship only:
|
|
290
|
+
|
|
291
|
+
Browser render
|
|
292
|
+
Browser screenshot
|
|
293
|
+
Browser markdown/PDF extraction
|
|
294
|
+
Sandbox run
|
|
295
|
+
Artifact store/read
|
|
296
|
+
Job status
|
|
297
|
+
CLI login/test/pull
|
|
298
|
+
Usage dashboard
|
|
299
|
+
Plan quotas
|
|
300
|
+
Hard spend cap
|
|
301
|
+
No authenticated browsing
|
|
302
|
+
No default recordings
|
|
303
|
+
No broad sandbox egress
|
|
304
|
+
|
|
305
|
+
Goal: prove that users will pay for agent-accessible web rendering and safe execution.
|
|
306
|
+
|
|
307
|
+
Open-source authority boundary: the public CLI/package may contain local
|
|
308
|
+
fallback plan packaging for explanation and offline help, but it is never the
|
|
309
|
+
SSOT for entitlement. Official hosted auth, grants, usage rows, quota checks,
|
|
310
|
+
billing state, and provider credentials remain server-side. `/v1/plans` is
|
|
311
|
+
packaging/reference data; `/v1/usage` and `usage.read` are the read-only account
|
|
312
|
+
state surfaces, and cost-bearing tools still require hosted quota checks before
|
|
313
|
+
queueing.
|
|
314
|
+
|
|
315
|
+
Phase 2: Pro workflows
|
|
316
|
+
|
|
317
|
+
Add:
|
|
318
|
+
|
|
319
|
+
Browser automation
|
|
320
|
+
Console/network capture
|
|
321
|
+
Longer Agent Browser tasks and activity status
|
|
322
|
+
Live View for debugging
|
|
323
|
+
Opt-in session recording
|
|
324
|
+
Project-scoped grants
|
|
325
|
+
Artifact retention settings
|
|
326
|
+
Overage billing
|
|
327
|
+
Public crawl add-on
|
|
328
|
+
|
|
329
|
+
Cloudflare’s Live View docs support the debugging/HITL direction because Live View lets users see and interact with a remote Browser Run session in real time.
|
|
330
|
+
|
|
331
|
+
Phase 3: Future shared workspace controls
|
|
332
|
+
|
|
333
|
+
Add:
|
|
334
|
+
|
|
335
|
+
Workspace admin
|
|
336
|
+
Audit logs
|
|
337
|
+
Domain allowlists
|
|
338
|
+
Sandbox egress policies
|
|
339
|
+
User-scoped grants
|
|
340
|
+
Shared billing controls
|
|
341
|
+
Longer retention
|
|
342
|
+
Authenticated browsing beta
|
|
343
|
+
Compliance/security docs
|
|
344
|
+
|
|
345
|
+
The MVP spec
|
|
346
|
+
|
|
347
|
+
The smallest sellable v1 is:
|
|
348
|
+
|
|
349
|
+
Remote MCP tools
|
|
350
|
+
|
|
351
|
+
browser.render_url
|
|
352
|
+
browser.screenshot_url
|
|
353
|
+
browser.extract_markdown
|
|
354
|
+
browser.render_pdf
|
|
355
|
+
sandbox.run_command
|
|
356
|
+
sandbox.run_tests
|
|
357
|
+
artifact.create
|
|
358
|
+
artifact.get
|
|
359
|
+
usage.read
|
|
360
|
+
job.status
|
|
361
|
+
job.cancel
|
|
362
|
+
|
|
363
|
+
CLI
|
|
364
|
+
|
|
365
|
+
login
|
|
366
|
+
connect
|
|
367
|
+
test
|
|
368
|
+
jobs
|
|
369
|
+
artifacts
|
|
370
|
+
usage
|
|
371
|
+
limits
|
|
372
|
+
|
|
373
|
+
Dashboard
|
|
374
|
+
|
|
375
|
+
Plan usage
|
|
376
|
+
Recent jobs
|
|
377
|
+
Artifacts
|
|
378
|
+
Tool grants
|
|
379
|
+
Retention settings
|
|
380
|
+
Billing
|
|
381
|
+
|
|
382
|
+
Policies
|
|
383
|
+
|
|
384
|
+
No authenticated third-party browsing by default
|
|
385
|
+
No sandbox internet by default
|
|
386
|
+
No browser recording by default
|
|
387
|
+
No unlimited crawl
|
|
388
|
+
No raw Cloudflare token exposure
|
|
389
|
+
All tool calls quota-checked and logged
|
|
390
|
+
The product’s strongest positioning
|
|
391
|
+
|
|
392
|
+
I’d position it like this:
|
|
393
|
+
|
|
394
|
+
Vibecodr Tools Cloud is the safe capability layer for coding agents.
|
|
395
|
+
|
|
396
|
+
Your agent can:
|
|
397
|
+
|
|
398
|
+
See the web.
|
|
399
|
+
Render real pages.
|
|
400
|
+
Run code safely.
|
|
401
|
+
Create artifacts.
|
|
402
|
+
Track long jobs.
|
|
403
|
+
Ask for human help when needed.
|
|
404
|
+
Stay inside your team’s permissions and budget.
|
|
405
|
+
|
|
406
|
+
That is a much cleaner pitch than “a CLI for Cloudflare tools.”
|
|
407
|
+
|
|
408
|
+
My recommended launch SKU
|
|
409
|
+
|
|
410
|
+
Launch with the existing visible public plans:
|
|
411
|
+
|
|
412
|
+
Free
|
|
413
|
+
Limited Quick Actions and no Sandbox.
|
|
414
|
+
|
|
415
|
+
Creator — $19/mo
|
|
416
|
+
The self-serve default for Agent QA and safe sandboxed checks.
|
|
417
|
+
|
|
418
|
+
Pro — $39/mo
|
|
419
|
+
The heavier self-serve plan with capped Browser Sessions and larger quotas.
|
|
420
|
+
|
|
421
|
+
Do not launch a Team or Enterprise plan as a real SKU yet. The target is secure,
|
|
422
|
+
human-ready self-serve use, not enterprise procurement.
|
|
423
|
+
|
|
424
|
+
The ideal first checkout page says:
|
|
425
|
+
|
|
426
|
+
“Upgrade to Creator to give your agent Vibecodr-native QA, Agent Browser tasks,
|
|
427
|
+
safe sandbox execution, bounded crawls, stored artifacts, and scheduled checks.”
|
|
428
|
+
|
|
429
|
+
That’s the subscription product hiding inside the research.
|
|
430
|
+
|
|
431
|
+
is this better than what agents typically use?
|
|
432
|
+
|
|
433
|
+
I’ll compare it against the common agent stack and separate “more powerful” from “more governable.” The real question is where this beats defaults versus specialist tools.
|
|
434
|
+
|
|
435
|
+
Thought for 4m 50s
|
|
436
|
+
|
|
437
|
+
Yes — better than what many agents typically use, but not automatically better than the best specialized agent infrastructure.
|
|
438
|
+
|
|
439
|
+
The honest version: this is better than the common “agent has local shell + repo access + maybe some MCP tools” setup. It is not magically better than Browserbase for browser automation, E2B/Daytona for sandbox execution, or Codex-style cloud coding environments. The win is not any single primitive. The win is one Vibecodr-owned agent runtime layer that combines Quick Checks, Agent Browser, Sandbox, Crawl, Artifact Shelf, activity status, auth, quotas, retention, and auditability.
|
|
440
|
+
|
|
441
|
+
A lot of coding agents today are strongest around codebase access, file edits, command execution, and tool integrations. Claude Code, for example, is described as reading a codebase, editing files, running commands, and integrating with development tools; it also connects to external tools through MCP. Codex cloud is already stronger than a local-only setup because it can work in its own cloud environment, and OpenAI describes Codex’s sandbox as the boundary that lets it act without unrestricted access to the user’s machine. So the Vibecodr product is not competing against a world where agents have no tools. It is competing against increasingly capable tool stacks.
|
|
442
|
+
|
|
443
|
+
Where Vibecodr’s version is better is composition and custody. Browser automation alone already exists: Playwright MCP gives LLMs browser automation through structured accessibility snapshots, and Browserbase positions itself as a complete platform for agents that browse and interact with the web. Sandbox execution also already exists: E2B provides isolated sandboxes for agents to execute code and run tools, and Daytona offers sandboxes for agent workflows. But most of those are point solutions. The Vibecodr idea is stronger if it becomes the policy layer above those capabilities: who can use which tool, on which project, with what budget, what gets stored, what gets deleted, and what the agent is allowed to do without human approval.
|
|
444
|
+
|
|
445
|
+
That matters because the research is already pointing at exactly that shape: a Vibecodr-controlled remote MCP/tool service, with the CLI as a setup/debug/artifact helper, and Browser Run plus Sandbox SDK proven under strict auth, quotas, retention, and observability. The same research calls out the real unresolved product risks: authenticated browsing, screenshot/PDF retention, whether sandbox jobs should have internet by default, whether crawl should be a paid add-on, and whether tool grants should be workspace-, user-, or project-scoped. Those questions are exactly where “better than typical agents” lives.
|
|
446
|
+
|
|
447
|
+
On the Cloudflare side, the primitives are credible. Browser Run supports headless Chrome on Cloudflare’s network, with screenshots, PDFs, scraping, testing, and browser sessions through Puppeteer, Playwright, CDP, or Stagehand. Cloudflare Sandbox SDK is also a real fit for untrusted code execution because each sandbox runs in a separate VM with filesystem, process, network, and resource limits per sandbox. Workflows can persist state and retry multi-step jobs over minutes, hours, or weeks, which is the missing “agent job didn’t vanish into smoke” layer. And Cloudflare’s MCP authorization docs support OAuth-style limited grants instead of sharing API keys or raw credentials with clients.
|
|
448
|
+
|
|
449
|
+
So my read is:
|
|
450
|
+
|
|
451
|
+
Comparison Is Vibecodr better? Why
|
|
452
|
+
Versus a local coding agent with shell access Yes Safer execution, cloud browser, artifacts, quotas, less dependence on the user’s laptop
|
|
453
|
+
Versus a simple MCP browser plugin Yes, if bundled with storage, auth, activity history, and policy Most browser MCP tools are capability-first, not product/control-plane-first
|
|
454
|
+
Versus Browserbase for pure browser automation Not necessarily Browserbase is purpose-built for browser agents and identity/persistence workflows
|
|
455
|
+
Versus E2B/Daytona for pure sandbox execution Not necessarily Those are focused sandbox platforms and may be more mature for that one job
|
|
456
|
+
Versus Codex cloud for repo-based coding tasks Probably not on coding-agent depth alone Codex already has a native cloud coding environment and sandbox story
|
|
457
|
+
Versus the average “agent tools” setup for builders Yes Unified browser + sandbox + crawl + artifacts + activity status + permissions is meaningfully better
|
|
458
|
+
|
|
459
|
+
The product should not be pitched as “our browser is better” or “our sandbox is better.” That is a knife fight with specialists. The pitch should be:
|
|
460
|
+
|
|
461
|
+
“Vibecodr gives your agent hosted tools that return proof: Quick Checks, Agent Browser tasks, crawl artifacts, isolated code execution, activity history, and permissions built in.”
|
|
462
|
+
|
|
463
|
+
That is better than what agents typically use because typical setups are either too local, too scattered, too permissive, or too annoying to configure. But the moat is not the Cloudflare wrapper. The moat is the Vibecodr-native agent control plane: scoped grants, safe defaults, retention choices, usage caps, artifact custody, and a dead-simple user experience.
|
|
464
|
+
|
|
465
|
+
My strongest recommendation: build this, but don’t overclaim it as superior infrastructure. Claim it as superior packaging and trust for Vibecodr users. That’s the believable wedge.
|