Summary
The ChatGPT Vercel connector currently exposes deployment/project/log actions but no environment-variable mutation or Marketplace integration actions. This blocks documented workflows that require runtime secrets or storage provisioning.
Reproduction
- Connect Vercel in ChatGPT and authorize a Hobby team.
- Inspect the available connector actions: deploy/read/log/project actions are present, but no project env CRUD or Marketplace install/provision action is exposed.
- The hidden deploy runtime contract currently validates only
target, name, and files.
- Provision a durable backend independently (our canary uses a Free Neon project).
- There is no connector-native way to set
DATABASE_URL for the Vercel runtime or install/link the Neon Marketplace integration.
Expected
Expose at least one safe connector-native route matching documented Vercel capabilities:
- project environment variable create/update for Preview/Production, and/or
- Marketplace integration install/provision/link actions.
The Vercel platform and this plugin documentation already treat env management and Marketplace provisioning as first-class workflows.
Public evidence
Focused canary/storage evidence:
TeaShaman-cyber/vercel-cookbook#6
Separate create/read authority bug (not this issue):
#164
Current local classification: RUNTIME_WIRING_BLOCKED_BY_CONNECTOR_CAPABILITY.
Summary
The ChatGPT Vercel connector currently exposes deployment/project/log actions but no environment-variable mutation or Marketplace integration actions. This blocks documented workflows that require runtime secrets or storage provisioning.
Reproduction
target,name, andfiles.DATABASE_URLfor the Vercel runtime or install/link the Neon Marketplace integration.Expected
Expose at least one safe connector-native route matching documented Vercel capabilities:
The Vercel platform and this plugin documentation already treat env management and Marketplace provisioning as first-class workflows.
Public evidence
Focused canary/storage evidence:
TeaShaman-cyber/vercel-cookbook#6
Separate create/read authority bug (not this issue):
#164
Current local classification:
RUNTIME_WIRING_BLOCKED_BY_CONNECTOR_CAPABILITY.