vercel / vercel/vercel-plugin

ChatGPT Vercel connector lacks env/Marketplace actions required by documented workflows

Open
#165 0 comments 0 reactions 0 assignees View on GitHub

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

  1. Connect Vercel in ChatGPT and authorize a Hobby team.
  2. Inspect the available connector actions: deploy/read/log/project actions are present, but no project env CRUD or Marketplace install/provision action is exposed.
  3. The hidden deploy runtime contract currently validates only target, name, and files.
  4. Provision a durable backend independently (our canary uses a Free Neon project).
  5. 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:
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.