ChatGPT Vercel connector lacks env/Marketplace actions required by documented workflows
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 287
- Forks
- 58
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 17
Description
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, andfiles. - Provision a durable backend independently (our canary uses a Free Neon project).
- There is no connector-native way to set
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:
- 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:
https://github.com/TeaShaman-cyber/vercel-cookbook/issues/6
Separate create/read authority bug (not this issue):
https://github.com/vercel/vercel-plugin/issues/164
Current local classification: RUNTIME_WIRING_BLOCKED_BY_CONNECTOR_CAPABILITY.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting the connector action definitions and the hidden deploy runtime contract described in the reproduction, then compare them with the documented environment-variable and Marketplace workflows. Done means exposing a safe connector-native route for environment-variable management or Marketplace integration provisioning, with the corresponding workflow verified.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- api, cloud
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100