[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-vercel-access-protected-vercel-deployment":3,"mdc-raz0wt-key":34,"related-org-vercel-access-protected-vercel-deployment":842,"related-repo-vercel-access-protected-vercel-deployment":1023},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":11,"stars":23,"repoUrl":24,"updatedAt":25,"license":26,"forks":27,"topics":28,"repo":29,"sourceUrl":32,"mdContent":33},"access-protected-vercel-deployment","access and test protected Vercel deployments","Access and test Vercel deployments protected by Vercel Authentication, SSO, or Deployment Protection. Use when curl, agent-browser, Playwright, or another automated request reaches a Vercel login or protection page; when a protected preview or production URL returns 401 or 403; when TRUSTED_SOURCES_ENVIRONMENT_MISMATCH appears; or when choosing between `vercel curl` and the `x-vercel-trusted-oidc-idp-token` header.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},"vercel","Vercel","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fvercel.png",[12,16,17,20],{"name":13,"slug":14,"type":15},"Security","security","tag",{"name":9,"slug":8,"type":15},{"name":18,"slug":19,"type":15},"Auth","auth",{"name":21,"slug":22,"type":15},"Deployment","deployment",226,"https:\u002F\u002Fgithub.com\u002Fvercel\u002Fvercel-plugin","2026-08-03T06:27:15.914615",null,36,[],{"repoUrl":24,"stars":23,"forks":27,"topics":30,"description":31},[],"Comprehensive Vercel ecosystem plugin — relational knowledge graph, skills for every major product, specialized agents, and Vercel conventions. Turns any AI agent into a Vercel expert.","https:\u002F\u002Fgithub.com\u002Fvercel\u002Fvercel-plugin\u002Ftree\u002FHEAD\u002Fskills\u002Faccess-protected-vercel-deployment","---\nname: access-protected-vercel-deployment\ndescription: Access and test Vercel deployments protected by Vercel Authentication, SSO, or Deployment Protection. Use when curl, agent-browser, Playwright, or another automated request reaches a Vercel login or protection page; when a protected preview or production URL returns 401 or 403; when TRUSTED_SOURCES_ENVIRONMENT_MISMATCH appears; or when choosing between `vercel curl` and the `x-vercel-trusted-oidc-idp-token` header.\nsummary: Access protected Vercel URLs with vercel curl or a short-lived OIDC token\nmetadata:\n  priority: 8\n  docs:\n    - \"https:\u002F\u002Fvercel.com\u002Fdocs\u002Fcli\u002Fcurl\"\n    - \"https:\u002F\u002Fvercel.com\u002Fdocs\u002Fdeployment-protection\u002Fmethods-to-bypass-deployment-protection\u002Ftrusted-sources\"\n    - \"https:\u002F\u002Fvercel.com\u002Fdocs\u002Foidc#in-local-development\"\n  sitemap: \"https:\u002F\u002Fvercel.com\u002Fsitemap\u002Fdocs.xml\"\n  pathPatterns: []\n  bashPatterns:\n    # Match vc curl for every hostname, including custom aliases.\n    - '\\b(?:vercel|vc)\\s+curl\\b'\n    # Keep raw clients scoped to hostnames that identify themselves as Vercel.\n    - '\\b(?:curl|wget)\\b[^\\n]*\\.vercel\\.app\\b'\n    - '\\bagent-browser\\b[^\\n]*(?:open|navigate|goto)[^\\n]*\\.vercel\\.app\\b'\n    # Match custom aliases when the request includes an explicit Vercel protection header.\n    - '\\bx-vercel-(?:trusted-oidc-idp-token|protection-bypass)\\b'\n  importPatterns: []\n  promptSignals:\n    phrases:\n      - \"access protected vercel deployment\"\n      - \"protected vercel deployment\"\n      - \"deployment protection\"\n      - \"vercel sso\"\n      - \"vercel authentication page\"\n      - \"behind vercel authentication\"\n      - \"behind vercel sso\"\n      - \"x-vercel-trusted-oidc-idp-token\"\n      - \"trusted_sources_environment_mismatch\"\n      - \"trusted sources environment mismatch\"\n      - \"protection bypass\"\n    allOf:\n      - [vercel, protected]\n      - [vercel, sso]\n      - [vercel, \"403\"]\n      - [deployment, login]\n      - [preview, protected]\n      - [production, protected]\n    anyOf:\n      - \"deployment\"\n      - \"preview\"\n      - \"production\"\n      - \"curl\"\n      - \"browser\"\n      - \"authentication\"\n    noneOf:\n      - \"aws deployment protection\"\n      - \"github deployment protection\"\n      - \"kubernetes deployment protection\"\n    minScore: 6\nretrieval:\n  aliases:\n    - protected Vercel deployment\n    - Vercel SSO bypass\n    - Vercel deployment authentication\n    - Vercel Trusted Sources\n  intents:\n    - access a protected deployment\n    - test a protected preview\n    - verify a protected production deployment\n    - authenticate browser automation to Vercel\n  entities:\n    - vercel curl\n    - VERCEL_OIDC_TOKEN\n    - x-vercel-trusted-oidc-idp-token\n    - Trusted Sources\n    - Deployment Protection\n  examples:\n    - preview is behind Vercel SSO\n    - curl this protected Vercel deployment\n    - access a protected Vercel deployment through a custom domain\n    - open the protected production URL in agent-browser\n---\n\n# Access Protected Vercel Deployments\n\nUse the caller's existing Vercel authentication. Do not disable Deployment Protection or ask for a long-lived bypass secret as the first solution.\n\n## Choose the access path\n\n### HTTP requests: use `vercel curl`\n\nFor response bodies, headers, health checks, and API calls, replace raw `curl` with `vercel curl` (`vc curl`). It accepts native curl options and uses Vercel authentication to access protected preview and production deployments.\n\n```bash\nvc curl https:\u002F\u002Fmy-app.vercel.app\u002Fapi\u002Fhealth\nvc curl https:\u002F\u002Fapp.example.com\u002Fapi\u002Fhealth\nvc curl my-app.vercel.app\u002Fapi\u002Fusers -X POST \\\n  -H \"Content-Type: application\u002Fjson\" \\\n  -d '{\"name\":\"Ada\"}'\nvc curl \u002Fapi\u002Fhealth\n```\n\nThe path-only form targets the linked project's production deployment. Pass a full URL when the exact deployment matters.\n\nIf authentication fails, check the local identity and project before changing protection settings:\n\n```bash\nvc whoami\n```\n\nInspect `.vercel\u002Fproject.json` to confirm the linked project and team. Run `vc link` only when the directory is not linked or is linked to the wrong project. Run `vc login` only when the CLI reports that no authenticated user is available.\n\n### Browser automation: attach the development OIDC token as a header\n\nBrowser requests must include the short-lived local token as a request header:\n\n```text\nx-vercel-trusted-oidc-idp-token: \u003CVERCEL_OIDC_TOKEN>\n```\n\nUse a browser tool that supports origin-scoped request headers. With `agent-browser`, inject development variables without printing or persisting the token:\n\n```bash\nvc env run -- sh -c \\\n  'test -n \"$VERCEL_OIDC_TOKEN\" && agent-browser open \"$1\" --headers \"{\\\"x-vercel-trusted-oidc-idp-token\\\":\\\"$VERCEL_OIDC_TOKEN\\\"}\"' \\\n  sh https:\u002F\u002Fmy-app.vercel.app\n```\n\nThen continue the normal browser workflow in the same session. For Playwright or another browser driver, set the same header in the browser context's extra HTTP headers before the first navigation.\n\nIf the local CLI version does not provide the token through `vc env run`, refresh local development credentials with:\n\n```bash\nvc env pull .env.local --yes\n```\n\nLoad the file through the project's existing dotenv mechanism. Never print the token, paste its value into source code, or commit `.env.local`.\n\nUse `x-vercel-trusted-oidc-idp-token` for Trusted Sources. Do not substitute `x-vercel-oidc-token`; that header carries an OIDC token into a Vercel Function and serves a different purpose.\n\n## Trusted Sources rules\n\nA local development token for a linked Vercel project can access that same project's Preview deployments by default. It does not automatically access protected Production deployments. For protected Production, the project's own Trusted Sources entry must allow `development` → `production`.\n\nDo not ask the user to configure Trusted Sources for the normal same-project Preview case.\n\nConfiguration is needed when:\n\n- the target is a protected Production deployment and the caller uses a local development token;\n- the caller belongs to another Vercel project or team;\n- the target project's self-access rules were customized; or\n- the response is `TRUSTED_SOURCES_ENVIRONMENT_MISMATCH`.\n\nIn the target project, open **Settings → Deployment Protection → Trusted Sources**. Add or edit the caller and allow the required `from` → `to` environment pair. A local token has the `development` environment, so access to protected Production requires `development` → `production`.\n\nTreat this as an access-control change: explain the exact rule required and obtain authorization before changing it. Do not broaden unrelated environment pairs.\n\n## Diagnose the response\n\n- A Vercel login, SSO, or Deployment Protection page means the request did not use an accepted authentication path.\n- `TRUSTED_SOURCES_ENVIRONMENT_MISMATCH` means the token is valid but its caller environment is not allowed to reach the target environment.\n- An application-generated `401` or `403` after Vercel protection is bypassed belongs to the application's own authentication and must be debugged separately.\n- A deployment marked `\"target\": \"production\"` can still be protected. Do not assume production is public.\n\n## Avoid\n\n- Do not disable Deployment Protection to make automation pass.\n- Do not send raw unauthenticated `curl` repeatedly after receiving the protection page.\n- Do not start an interactive SSO browser login when `vc curl` or an origin-scoped OIDC header can authenticate the request.\n- Do not expose `VERCEL_OIDC_TOKEN` in logs, screenshots, committed files, or user-facing output.\n\n## Related skills\n\n- General Vercel CLI usage: `⤳ skill: vercel-cli`\n- End-to-end application verification: `⤳ skill: verification`\n",{"data":35,"body":107},{"name":4,"description":6,"summary":36,"metadata":37,"retrieval":86},"Access protected Vercel URLs with vercel curl or a short-lived OIDC token",{"priority":38,"docs":39,"sitemap":43,"pathPatterns":44,"bashPatterns":45,"importPatterns":50,"promptSignals":51},8,[40,41,42],"https:\u002F\u002Fvercel.com\u002Fdocs\u002Fcli\u002Fcurl","https:\u002F\u002Fvercel.com\u002Fdocs\u002Fdeployment-protection\u002Fmethods-to-bypass-deployment-protection\u002Ftrusted-sources","https:\u002F\u002Fvercel.com\u002Fdocs\u002Foidc#in-local-development","https:\u002F\u002Fvercel.com\u002Fsitemap\u002Fdocs.xml",[],[46,47,48,49],"\\b(?:vercel|vc)\\s+curl\\b","\\b(?:curl|wget)\\b[^\\n]*\\.vercel\\.app\\b","\\bagent-browser\\b[^\\n]*(?:open|navigate|goto)[^\\n]*\\.vercel\\.app\\b","\\bx-vercel-(?:trusted-oidc-idp-token|protection-bypass)\\b",[],{"phrases":52,"allOf":64,"anyOf":77,"noneOf":81,"minScore":85},[53,54,55,56,57,58,59,60,61,62,63],"access protected vercel deployment","protected vercel deployment","deployment protection","vercel sso","vercel authentication page","behind vercel authentication","behind vercel sso","x-vercel-trusted-oidc-idp-token","trusted_sources_environment_mismatch","trusted sources environment mismatch","protection bypass",[65,67,69,71,73,75],[8,66],"protected",[8,68],"sso",[8,70],"403",[22,72],"login",[74,66],"preview",[76,66],"production",[22,74,76,78,79,80],"curl","browser","authentication",[82,83,84],"aws deployment protection","github deployment protection","kubernetes deployment protection",6,{"aliases":87,"intents":92,"entities":97,"examples":102},[88,89,90,91],"protected Vercel deployment","Vercel SSO bypass","Vercel deployment authentication","Vercel Trusted Sources",[93,94,95,96],"access a protected deployment","test a protected preview","verify a protected production deployment","authenticate browser automation to Vercel",[98,99,60,100,101],"vercel curl","VERCEL_OIDC_TOKEN","Trusted Sources","Deployment Protection",[103,104,105,106],"preview is behind Vercel SSO","curl this protected Vercel deployment","access a protected Vercel deployment through a custom domain","open the protected production URL in agent-browser",{"type":108,"children":109},"root",[110,119,125,132,145,172,325,330,335,354,383,389,394,404,417,495,500,513,546,559,579,585,604,609,614,646,693,698,704,755,761,805,811,836],{"type":111,"tag":112,"props":113,"children":115},"element","h1",{"id":114},"access-protected-vercel-deployments",[116],{"type":117,"value":118},"text","Access Protected Vercel Deployments",{"type":111,"tag":120,"props":121,"children":122},"p",{},[123],{"type":117,"value":124},"Use the caller's existing Vercel authentication. Do not disable Deployment Protection or ask for a long-lived bypass secret as the first solution.",{"type":111,"tag":126,"props":127,"children":129},"h2",{"id":128},"choose-the-access-path",[130],{"type":117,"value":131},"Choose the access path",{"type":111,"tag":133,"props":134,"children":136},"h3",{"id":135},"http-requests-use-vercel-curl",[137,139],{"type":117,"value":138},"HTTP requests: use ",{"type":111,"tag":140,"props":141,"children":143},"code",{"className":142},[],[144],{"type":117,"value":98},{"type":111,"tag":120,"props":146,"children":147},{},[148,150,155,157,162,164,170],{"type":117,"value":149},"For response bodies, headers, health checks, and API calls, replace raw ",{"type":111,"tag":140,"props":151,"children":153},{"className":152},[],[154],{"type":117,"value":78},{"type":117,"value":156}," with ",{"type":111,"tag":140,"props":158,"children":160},{"className":159},[],[161],{"type":117,"value":98},{"type":117,"value":163}," (",{"type":111,"tag":140,"props":165,"children":167},{"className":166},[],[168],{"type":117,"value":169},"vc curl",{"type":117,"value":171},"). It accepts native curl options and uses Vercel authentication to access protected preview and production deployments.",{"type":111,"tag":173,"props":174,"children":179},"pre",{"className":175,"code":176,"language":177,"meta":178,"style":178},"language-bash shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","vc curl https:\u002F\u002Fmy-app.vercel.app\u002Fapi\u002Fhealth\nvc curl https:\u002F\u002Fapp.example.com\u002Fapi\u002Fhealth\nvc curl my-app.vercel.app\u002Fapi\u002Fusers -X POST \\\n  -H \"Content-Type: application\u002Fjson\" \\\n  -d '{\"name\":\"Ada\"}'\nvc curl \u002Fapi\u002Fhealth\n","bash","",[180],{"type":111,"tag":140,"props":181,"children":182},{"__ignoreMap":178},[183,206,223,256,285,309],{"type":111,"tag":184,"props":185,"children":188},"span",{"class":186,"line":187},"line",1,[189,195,201],{"type":111,"tag":184,"props":190,"children":192},{"style":191},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[193],{"type":117,"value":194},"vc",{"type":111,"tag":184,"props":196,"children":198},{"style":197},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[199],{"type":117,"value":200}," curl",{"type":111,"tag":184,"props":202,"children":203},{"style":197},[204],{"type":117,"value":205}," https:\u002F\u002Fmy-app.vercel.app\u002Fapi\u002Fhealth\n",{"type":111,"tag":184,"props":207,"children":209},{"class":186,"line":208},2,[210,214,218],{"type":111,"tag":184,"props":211,"children":212},{"style":191},[213],{"type":117,"value":194},{"type":111,"tag":184,"props":215,"children":216},{"style":197},[217],{"type":117,"value":200},{"type":111,"tag":184,"props":219,"children":220},{"style":197},[221],{"type":117,"value":222}," https:\u002F\u002Fapp.example.com\u002Fapi\u002Fhealth\n",{"type":111,"tag":184,"props":224,"children":226},{"class":186,"line":225},3,[227,231,235,240,245,250],{"type":111,"tag":184,"props":228,"children":229},{"style":191},[230],{"type":117,"value":194},{"type":111,"tag":184,"props":232,"children":233},{"style":197},[234],{"type":117,"value":200},{"type":111,"tag":184,"props":236,"children":237},{"style":197},[238],{"type":117,"value":239}," my-app.vercel.app\u002Fapi\u002Fusers",{"type":111,"tag":184,"props":241,"children":242},{"style":197},[243],{"type":117,"value":244}," -X",{"type":111,"tag":184,"props":246,"children":247},{"style":197},[248],{"type":117,"value":249}," POST",{"type":111,"tag":184,"props":251,"children":253},{"style":252},"--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8",[254],{"type":117,"value":255}," \\\n",{"type":111,"tag":184,"props":257,"children":259},{"class":186,"line":258},4,[260,265,271,276,281],{"type":111,"tag":184,"props":261,"children":262},{"style":197},[263],{"type":117,"value":264},"  -H",{"type":111,"tag":184,"props":266,"children":268},{"style":267},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[269],{"type":117,"value":270}," \"",{"type":111,"tag":184,"props":272,"children":273},{"style":197},[274],{"type":117,"value":275},"Content-Type: application\u002Fjson",{"type":111,"tag":184,"props":277,"children":278},{"style":267},[279],{"type":117,"value":280},"\"",{"type":111,"tag":184,"props":282,"children":283},{"style":252},[284],{"type":117,"value":255},{"type":111,"tag":184,"props":286,"children":288},{"class":186,"line":287},5,[289,294,299,304],{"type":111,"tag":184,"props":290,"children":291},{"style":197},[292],{"type":117,"value":293},"  -d",{"type":111,"tag":184,"props":295,"children":296},{"style":267},[297],{"type":117,"value":298}," '",{"type":111,"tag":184,"props":300,"children":301},{"style":197},[302],{"type":117,"value":303},"{\"name\":\"Ada\"}",{"type":111,"tag":184,"props":305,"children":306},{"style":267},[307],{"type":117,"value":308},"'\n",{"type":111,"tag":184,"props":310,"children":311},{"class":186,"line":85},[312,316,320],{"type":111,"tag":184,"props":313,"children":314},{"style":191},[315],{"type":117,"value":194},{"type":111,"tag":184,"props":317,"children":318},{"style":197},[319],{"type":117,"value":200},{"type":111,"tag":184,"props":321,"children":322},{"style":197},[323],{"type":117,"value":324}," \u002Fapi\u002Fhealth\n",{"type":111,"tag":120,"props":326,"children":327},{},[328],{"type":117,"value":329},"The path-only form targets the linked project's production deployment. Pass a full URL when the exact deployment matters.",{"type":111,"tag":120,"props":331,"children":332},{},[333],{"type":117,"value":334},"If authentication fails, check the local identity and project before changing protection settings:",{"type":111,"tag":173,"props":336,"children":338},{"className":175,"code":337,"language":177,"meta":178,"style":178},"vc whoami\n",[339],{"type":111,"tag":140,"props":340,"children":341},{"__ignoreMap":178},[342],{"type":111,"tag":184,"props":343,"children":344},{"class":186,"line":187},[345,349],{"type":111,"tag":184,"props":346,"children":347},{"style":191},[348],{"type":117,"value":194},{"type":111,"tag":184,"props":350,"children":351},{"style":197},[352],{"type":117,"value":353}," whoami\n",{"type":111,"tag":120,"props":355,"children":356},{},[357,359,365,367,373,375,381],{"type":117,"value":358},"Inspect ",{"type":111,"tag":140,"props":360,"children":362},{"className":361},[],[363],{"type":117,"value":364},".vercel\u002Fproject.json",{"type":117,"value":366}," to confirm the linked project and team. Run ",{"type":111,"tag":140,"props":368,"children":370},{"className":369},[],[371],{"type":117,"value":372},"vc link",{"type":117,"value":374}," only when the directory is not linked or is linked to the wrong project. Run ",{"type":111,"tag":140,"props":376,"children":378},{"className":377},[],[379],{"type":117,"value":380},"vc login",{"type":117,"value":382}," only when the CLI reports that no authenticated user is available.",{"type":111,"tag":133,"props":384,"children":386},{"id":385},"browser-automation-attach-the-development-oidc-token-as-a-header",[387],{"type":117,"value":388},"Browser automation: attach the development OIDC token as a header",{"type":111,"tag":120,"props":390,"children":391},{},[392],{"type":117,"value":393},"Browser requests must include the short-lived local token as a request header:",{"type":111,"tag":173,"props":395,"children":399},{"className":396,"code":398,"language":117,"meta":178},[397],"language-text","x-vercel-trusted-oidc-idp-token: \u003CVERCEL_OIDC_TOKEN>\n",[400],{"type":111,"tag":140,"props":401,"children":402},{"__ignoreMap":178},[403],{"type":117,"value":398},{"type":111,"tag":120,"props":405,"children":406},{},[407,409,415],{"type":117,"value":408},"Use a browser tool that supports origin-scoped request headers. With ",{"type":111,"tag":140,"props":410,"children":412},{"className":411},[],[413],{"type":117,"value":414},"agent-browser",{"type":117,"value":416},", inject development variables without printing or persisting the token:",{"type":111,"tag":173,"props":418,"children":420},{"className":175,"code":419,"language":177,"meta":178,"style":178},"vc env run -- sh -c \\\n  'test -n \"$VERCEL_OIDC_TOKEN\" && agent-browser open \"$1\" --headers \"{\\\"x-vercel-trusted-oidc-idp-token\\\":\\\"$VERCEL_OIDC_TOKEN\\\"}\"' \\\n  sh https:\u002F\u002Fmy-app.vercel.app\n",[421],{"type":111,"tag":140,"props":422,"children":423},{"__ignoreMap":178},[424,460,482],{"type":111,"tag":184,"props":425,"children":426},{"class":186,"line":187},[427,431,436,441,446,451,456],{"type":111,"tag":184,"props":428,"children":429},{"style":191},[430],{"type":117,"value":194},{"type":111,"tag":184,"props":432,"children":433},{"style":197},[434],{"type":117,"value":435}," env",{"type":111,"tag":184,"props":437,"children":438},{"style":197},[439],{"type":117,"value":440}," run",{"type":111,"tag":184,"props":442,"children":443},{"style":197},[444],{"type":117,"value":445}," --",{"type":111,"tag":184,"props":447,"children":448},{"style":197},[449],{"type":117,"value":450}," sh",{"type":111,"tag":184,"props":452,"children":453},{"style":197},[454],{"type":117,"value":455}," -c",{"type":111,"tag":184,"props":457,"children":458},{"style":252},[459],{"type":117,"value":255},{"type":111,"tag":184,"props":461,"children":462},{"class":186,"line":208},[463,468,473,478],{"type":111,"tag":184,"props":464,"children":465},{"style":267},[466],{"type":117,"value":467},"  '",{"type":111,"tag":184,"props":469,"children":470},{"style":197},[471],{"type":117,"value":472},"test -n \"$VERCEL_OIDC_TOKEN\" && agent-browser open \"$1\" --headers \"{\\\"x-vercel-trusted-oidc-idp-token\\\":\\\"$VERCEL_OIDC_TOKEN\\\"}\"",{"type":111,"tag":184,"props":474,"children":475},{"style":267},[476],{"type":117,"value":477},"'",{"type":111,"tag":184,"props":479,"children":480},{"style":252},[481],{"type":117,"value":255},{"type":111,"tag":184,"props":483,"children":484},{"class":186,"line":225},[485,490],{"type":111,"tag":184,"props":486,"children":487},{"style":197},[488],{"type":117,"value":489},"  sh",{"type":111,"tag":184,"props":491,"children":492},{"style":197},[493],{"type":117,"value":494}," https:\u002F\u002Fmy-app.vercel.app\n",{"type":111,"tag":120,"props":496,"children":497},{},[498],{"type":117,"value":499},"Then continue the normal browser workflow in the same session. For Playwright or another browser driver, set the same header in the browser context's extra HTTP headers before the first navigation.",{"type":111,"tag":120,"props":501,"children":502},{},[503,505,511],{"type":117,"value":504},"If the local CLI version does not provide the token through ",{"type":111,"tag":140,"props":506,"children":508},{"className":507},[],[509],{"type":117,"value":510},"vc env run",{"type":117,"value":512},", refresh local development credentials with:",{"type":111,"tag":173,"props":514,"children":516},{"className":175,"code":515,"language":177,"meta":178,"style":178},"vc env pull .env.local --yes\n",[517],{"type":111,"tag":140,"props":518,"children":519},{"__ignoreMap":178},[520],{"type":111,"tag":184,"props":521,"children":522},{"class":186,"line":187},[523,527,531,536,541],{"type":111,"tag":184,"props":524,"children":525},{"style":191},[526],{"type":117,"value":194},{"type":111,"tag":184,"props":528,"children":529},{"style":197},[530],{"type":117,"value":435},{"type":111,"tag":184,"props":532,"children":533},{"style":197},[534],{"type":117,"value":535}," pull",{"type":111,"tag":184,"props":537,"children":538},{"style":197},[539],{"type":117,"value":540}," .env.local",{"type":111,"tag":184,"props":542,"children":543},{"style":197},[544],{"type":117,"value":545}," --yes\n",{"type":111,"tag":120,"props":547,"children":548},{},[549,551,557],{"type":117,"value":550},"Load the file through the project's existing dotenv mechanism. Never print the token, paste its value into source code, or commit ",{"type":111,"tag":140,"props":552,"children":554},{"className":553},[],[555],{"type":117,"value":556},".env.local",{"type":117,"value":558},".",{"type":111,"tag":120,"props":560,"children":561},{},[562,564,569,571,577],{"type":117,"value":563},"Use ",{"type":111,"tag":140,"props":565,"children":567},{"className":566},[],[568],{"type":117,"value":60},{"type":117,"value":570}," for Trusted Sources. Do not substitute ",{"type":111,"tag":140,"props":572,"children":574},{"className":573},[],[575],{"type":117,"value":576},"x-vercel-oidc-token",{"type":117,"value":578},"; that header carries an OIDC token into a Vercel Function and serves a different purpose.",{"type":111,"tag":126,"props":580,"children":582},{"id":581},"trusted-sources-rules",[583],{"type":117,"value":584},"Trusted Sources rules",{"type":111,"tag":120,"props":586,"children":587},{},[588,590,596,598,603],{"type":117,"value":589},"A local development token for a linked Vercel project can access that same project's Preview deployments by default. It does not automatically access protected Production deployments. For protected Production, the project's own Trusted Sources entry must allow ",{"type":111,"tag":140,"props":591,"children":593},{"className":592},[],[594],{"type":117,"value":595},"development",{"type":117,"value":597}," → ",{"type":111,"tag":140,"props":599,"children":601},{"className":600},[],[602],{"type":117,"value":76},{"type":117,"value":558},{"type":111,"tag":120,"props":605,"children":606},{},[607],{"type":117,"value":608},"Do not ask the user to configure Trusted Sources for the normal same-project Preview case.",{"type":111,"tag":120,"props":610,"children":611},{},[612],{"type":117,"value":613},"Configuration is needed when:",{"type":111,"tag":615,"props":616,"children":617},"ul",{},[618,624,629,634],{"type":111,"tag":619,"props":620,"children":621},"li",{},[622],{"type":117,"value":623},"the target is a protected Production deployment and the caller uses a local development token;",{"type":111,"tag":619,"props":625,"children":626},{},[627],{"type":117,"value":628},"the caller belongs to another Vercel project or team;",{"type":111,"tag":619,"props":630,"children":631},{},[632],{"type":117,"value":633},"the target project's self-access rules were customized; or",{"type":111,"tag":619,"props":635,"children":636},{},[637,639,645],{"type":117,"value":638},"the response is ",{"type":111,"tag":140,"props":640,"children":642},{"className":641},[],[643],{"type":117,"value":644},"TRUSTED_SOURCES_ENVIRONMENT_MISMATCH",{"type":117,"value":558},{"type":111,"tag":120,"props":647,"children":648},{},[649,651,657,659,665,666,672,674,679,681,686,687,692],{"type":117,"value":650},"In the target project, open ",{"type":111,"tag":652,"props":653,"children":654},"strong",{},[655],{"type":117,"value":656},"Settings → Deployment Protection → Trusted Sources",{"type":117,"value":658},". Add or edit the caller and allow the required ",{"type":111,"tag":140,"props":660,"children":662},{"className":661},[],[663],{"type":117,"value":664},"from",{"type":117,"value":597},{"type":111,"tag":140,"props":667,"children":669},{"className":668},[],[670],{"type":117,"value":671},"to",{"type":117,"value":673}," environment pair. A local token has the ",{"type":111,"tag":140,"props":675,"children":677},{"className":676},[],[678],{"type":117,"value":595},{"type":117,"value":680}," environment, so access to protected Production requires ",{"type":111,"tag":140,"props":682,"children":684},{"className":683},[],[685],{"type":117,"value":595},{"type":117,"value":597},{"type":111,"tag":140,"props":688,"children":690},{"className":689},[],[691],{"type":117,"value":76},{"type":117,"value":558},{"type":111,"tag":120,"props":694,"children":695},{},[696],{"type":117,"value":697},"Treat this as an access-control change: explain the exact rule required and obtain authorization before changing it. Do not broaden unrelated environment pairs.",{"type":111,"tag":126,"props":699,"children":701},{"id":700},"diagnose-the-response",[702],{"type":117,"value":703},"Diagnose the response",{"type":111,"tag":615,"props":705,"children":706},{},[707,712,722,742],{"type":111,"tag":619,"props":708,"children":709},{},[710],{"type":117,"value":711},"A Vercel login, SSO, or Deployment Protection page means the request did not use an accepted authentication path.",{"type":111,"tag":619,"props":713,"children":714},{},[715,720],{"type":111,"tag":140,"props":716,"children":718},{"className":717},[],[719],{"type":117,"value":644},{"type":117,"value":721}," means the token is valid but its caller environment is not allowed to reach the target environment.",{"type":111,"tag":619,"props":723,"children":724},{},[725,727,733,735,740],{"type":117,"value":726},"An application-generated ",{"type":111,"tag":140,"props":728,"children":730},{"className":729},[],[731],{"type":117,"value":732},"401",{"type":117,"value":734}," or ",{"type":111,"tag":140,"props":736,"children":738},{"className":737},[],[739],{"type":117,"value":70},{"type":117,"value":741}," after Vercel protection is bypassed belongs to the application's own authentication and must be debugged separately.",{"type":111,"tag":619,"props":743,"children":744},{},[745,747,753],{"type":117,"value":746},"A deployment marked ",{"type":111,"tag":140,"props":748,"children":750},{"className":749},[],[751],{"type":117,"value":752},"\"target\": \"production\"",{"type":117,"value":754}," can still be protected. Do not assume production is public.",{"type":111,"tag":126,"props":756,"children":758},{"id":757},"avoid",[759],{"type":117,"value":760},"Avoid",{"type":111,"tag":615,"props":762,"children":763},{},[764,769,781,793],{"type":111,"tag":619,"props":765,"children":766},{},[767],{"type":117,"value":768},"Do not disable Deployment Protection to make automation pass.",{"type":111,"tag":619,"props":770,"children":771},{},[772,774,779],{"type":117,"value":773},"Do not send raw unauthenticated ",{"type":111,"tag":140,"props":775,"children":777},{"className":776},[],[778],{"type":117,"value":78},{"type":117,"value":780}," repeatedly after receiving the protection page.",{"type":111,"tag":619,"props":782,"children":783},{},[784,786,791],{"type":117,"value":785},"Do not start an interactive SSO browser login when ",{"type":111,"tag":140,"props":787,"children":789},{"className":788},[],[790],{"type":117,"value":169},{"type":117,"value":792}," or an origin-scoped OIDC header can authenticate the request.",{"type":111,"tag":619,"props":794,"children":795},{},[796,798,803],{"type":117,"value":797},"Do not expose ",{"type":111,"tag":140,"props":799,"children":801},{"className":800},[],[802],{"type":117,"value":99},{"type":117,"value":804}," in logs, screenshots, committed files, or user-facing output.",{"type":111,"tag":126,"props":806,"children":808},{"id":807},"related-skills",[809],{"type":117,"value":810},"Related skills",{"type":111,"tag":615,"props":812,"children":813},{},[814,825],{"type":111,"tag":619,"props":815,"children":816},{},[817,819],{"type":117,"value":818},"General Vercel CLI usage: ",{"type":111,"tag":140,"props":820,"children":822},{"className":821},[],[823],{"type":117,"value":824},"⤳ skill: vercel-cli",{"type":111,"tag":619,"props":826,"children":827},{},[828,830],{"type":117,"value":829},"End-to-end application verification: ",{"type":111,"tag":140,"props":831,"children":833},{"className":832},[],[834],{"type":117,"value":835},"⤳ skill: verification",{"type":111,"tag":837,"props":838,"children":839},"style",{},[840],{"type":117,"value":841},"html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"items":843,"total":1022},[844,866,880,899,910,925,941,959,971,990,1002,1012],{"slug":845,"name":845,"fn":846,"description":847,"org":848,"tags":849,"stars":863,"repoUrl":864,"updatedAt":865},"next-cache-components-adoption","enable and migrate to Next.js Cache Components","Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the `cacheComponents` flag, work through a flood of blocking-prerender \u002F instant validation errors, run the `cache-components-instant-false` codemod, or decide between opting routes out with `export const instant = false` and fixing them in place.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[850,853,856,859,862],{"name":851,"slug":852,"type":15},"Caching","caching",{"name":854,"slug":855,"type":15},"Frontend","frontend",{"name":857,"slug":858,"type":15},"Migration","migration",{"name":860,"slug":861,"type":15},"Next.js","next-js",{"name":9,"slug":8,"type":15},141208,"https:\u002F\u002Fgithub.com\u002Fvercel\u002Fnext.js","2026-07-24T05:38:30.118542",{"slug":867,"name":867,"fn":868,"description":869,"org":870,"tags":871,"stars":863,"repoUrl":864,"updatedAt":879},"next-cache-components-optimizer","optimize Next.js cache components","Drive a Next.js route to instant navigation by setting up an agentic loop, under Cache Components \u002F PPR, on initial load (hard navigation) and client-side navigation (soft navigation). Encode the goal as a failing @next\u002Fplaywright instant() e2e and work it to green, one verified route at a time; the shipped test then guards against regression. Use when asked to make a route's navigation instant (its static shell commits immediately), fix a route whose static shell isn't prerendered\u002Fserved\u002Fprefetched, grow a route's static shell or fix its slow first paint, diagnose which Suspense boundary keeps a route out of its static shell, or write the instant() e2e guard for one. Requires Next.js 16.3+ with cacheComponents; directs an upgrade if older.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[872,873,874,875,878],{"name":851,"slug":852,"type":15},{"name":854,"slug":855,"type":15},{"name":860,"slug":861,"type":15},{"name":876,"slug":877,"type":15},"Performance","performance",{"name":9,"slug":8,"type":15},"2026-07-30T05:31:10.674078",{"slug":881,"name":881,"fn":882,"description":883,"org":884,"tags":885,"stars":863,"repoUrl":864,"updatedAt":898},"next-dev-loop","verify Next.js runtime behavior","Verify Next.js runtime behavior after editing app code. Use this skill to confirm a change actually works in a running app — not just that it compiles or type-checks. Combines \u002F_next\u002Fmcp (Next.js's view) with agent-browser (the browser's view). Requires a running `next dev`.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[886,889,890,893,894,895],{"name":887,"slug":888,"type":15},"Debugging","debugging",{"name":854,"slug":855,"type":15},{"name":891,"slug":892,"type":15},"Local Development","local-development",{"name":860,"slug":861,"type":15},{"name":9,"slug":8,"type":15},{"name":896,"slug":897,"type":15},"Web Development","web-development","2026-05-22T06:45:28.627735",{"slug":900,"name":900,"fn":901,"description":902,"org":903,"tags":904,"stars":863,"repoUrl":864,"updatedAt":909},"next-partial-prefetching-adoption","adopt Partial Prefetching in Next.js apps","Turn on Partial Prefetching in a Next.js app and work through the insights it surfaces. Use when the user wants to enable or adopt Partial Prefetching, flip the `partialPrefetching` flag, opt routes in with `export const prefetch = 'partial'`, audit `\u003CLink prefetch={true}>` calls, or resolve the link-prefetch-partial and instant-shell-url-data insights.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[905,906,907,908],{"name":854,"slug":855,"type":15},{"name":860,"slug":861,"type":15},{"name":876,"slug":877,"type":15},{"name":9,"slug":8,"type":15},"2026-07-30T05:31:11.591864",{"slug":911,"name":911,"fn":912,"description":913,"org":914,"tags":915,"stars":922,"repoUrl":923,"updatedAt":924},"turborepo","manage monorepos with Turborepo","Turborepo monorepo build system guidance. Triggers on: turbo.json, task pipelines,\ndependsOn, caching, remote cache, the \"turbo\" CLI, --filter, --affected, CI optimization, environment\nvariables, internal packages, monorepo structure\u002Fbest practices, and boundaries.\n\nUse when user: configures tasks\u002Fworkflows\u002Fpipelines, creates packages, sets up\nmonorepo, shares code between apps, runs changed\u002Faffected packages, debugs cache,\nor has apps\u002Fpackages directories.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[916,919,920],{"name":917,"slug":918,"type":15},"CI\u002FCD","ci-cd",{"name":876,"slug":877,"type":15},{"name":921,"slug":911,"type":15},"Turborepo",30809,"https:\u002F\u002Fgithub.com\u002Fvercel\u002Fturborepo","2026-08-03T05:59:20.548653",{"slug":926,"name":926,"fn":927,"description":928,"org":929,"tags":930,"stars":938,"repoUrl":939,"updatedAt":940},"add-function-examples","add AI function examples for testing","Guide for adding new AI function examples, for testing specific features against the actual provider APIs.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[931,934,937],{"name":932,"slug":933,"type":15},"AI SDK","ai-sdk",{"name":935,"slug":936,"type":15},"Testing","testing",{"name":9,"slug":8,"type":15},25670,"https:\u002F\u002Fgithub.com\u002Fvercel\u002Fai","2026-04-06T18:55:51.318866",{"slug":942,"name":942,"fn":943,"description":944,"org":945,"tags":946,"stars":938,"repoUrl":939,"updatedAt":958},"add-harness-package","add AI SDK harness packages","Guide for adding new AI SDK harness packages. Use when creating a new @ai-sdk\u002Fharness-\u003Cname> package that adapts a coding-agent runtime to HarnessV1.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[947,950,951,954,957],{"name":948,"slug":949,"type":15},"Agents","agents",{"name":932,"slug":933,"type":15},{"name":952,"slug":953,"type":15},"Harness","harness",{"name":955,"slug":956,"type":15},"SDK","sdk",{"name":9,"slug":8,"type":15},"2026-06-18T08:29:19.858737",{"slug":960,"name":960,"fn":961,"description":962,"org":963,"tags":964,"stars":938,"repoUrl":939,"updatedAt":970},"add-provider-package","add new provider packages to AI SDK","Guide for adding new AI provider packages to the AI SDK. Use when creating a new @ai-sdk\u002F\u003Cprovider> package to integrate an AI service into the SDK.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[965,966,969],{"name":932,"slug":933,"type":15},{"name":967,"slug":968,"type":15},"API Development","api-development",{"name":9,"slug":8,"type":15},"2026-04-06T18:55:47.45549",{"slug":972,"name":972,"fn":973,"description":974,"org":975,"tags":976,"stars":938,"repoUrl":939,"updatedAt":989},"adr-skill","create and maintain architecture decision records","Create and maintain Architecture Decision Records (ADRs) optimized for agentic coding workflows. Use when you need to propose, write, update, accept\u002Freject, deprecate, or supersede an ADR; bootstrap an adr folder and index; consult existing ADRs before implementing changes; or enforce ADR conventions. This skill uses Socratic questioning to capture intent before drafting, and validates output against an agent-readiness checklist.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[977,980,983,986],{"name":978,"slug":979,"type":15},"ADR","adr",{"name":981,"slug":982,"type":15},"Architecture","architecture",{"name":984,"slug":985,"type":15},"Documentation","documentation",{"name":987,"slug":988,"type":15},"Engineering","engineering","2026-04-06T18:55:50.043694",{"slug":933,"name":933,"fn":991,"description":992,"org":993,"tags":994,"stars":938,"repoUrl":939,"updatedAt":1001},"build AI features with Vercel AI SDK","Answer questions about the AI SDK and help build AI-powered features. Use when developers: (1) Ask about AI SDK functions like generateText, streamText, ToolLoopAgent, embed, or tools, (2) Want to build AI agents, chatbots, RAG systems, or text generation features, (3) Have questions about AI providers (OpenAI, Anthropic, Google, etc.), streaming, tool calling, structured output, or embeddings, (4) Use React hooks like useChat or useCompletion. Triggers on: \"AI SDK\", \"Vercel AI SDK\", \"generateText\", \"streamText\", \"add AI to my app\", \"build an agent\", \"tool calling\", \"structured output\", \"useChat\".",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[995,996,997,1000],{"name":948,"slug":949,"type":15},{"name":932,"slug":933,"type":15},{"name":998,"slug":999,"type":15},"LLM","llm",{"name":9,"slug":8,"type":15},"2026-04-06T18:55:48.739463",{"slug":1003,"name":1003,"fn":1004,"description":1005,"org":1006,"tags":1007,"stars":938,"repoUrl":939,"updatedAt":1011},"capture-api-response-test-fixture","capture API response test fixtures","Capture API response test fixture.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1008,1009,1010],{"name":967,"slug":968,"type":15},{"name":935,"slug":936,"type":15},{"name":9,"slug":8,"type":15},"2026-04-06T18:55:56.374433",{"slug":1013,"name":1013,"fn":1014,"description":1015,"org":1016,"tags":1017,"stars":938,"repoUrl":939,"updatedAt":1021},"develop-ai-functions-example","develop AI SDK function examples","Develop examples for AI SDK functions. Use when creating, running, or modifying examples under examples\u002Fai-functions\u002Fsrc to validate provider support, demonstrate features, or create test fixtures.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1018,1019,1020],{"name":932,"slug":933,"type":15},{"name":935,"slug":936,"type":15},{"name":9,"slug":8,"type":15},"2026-04-06T18:55:55.088956",69,{"items":1024,"total":1113},[1025,1032,1047,1061,1074,1087,1100],{"slug":4,"name":4,"fn":5,"description":6,"org":1026,"tags":1027,"stars":23,"repoUrl":24,"updatedAt":25},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1028,1029,1030,1031],{"name":18,"slug":19,"type":15},{"name":21,"slug":22,"type":15},{"name":13,"slug":14,"type":15},{"name":9,"slug":8,"type":15},{"slug":1033,"name":1033,"fn":1034,"description":1035,"org":1036,"tags":1037,"stars":23,"repoUrl":24,"updatedAt":1046},"ai-gateway","configure and manage Vercel AI Gateway","Vercel AI Gateway expert guidance. Use when configuring model routing, provider failover, cost tracking, or managing multiple AI providers through a unified API.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1038,1041,1044,1045],{"name":1039,"slug":1040,"type":15},"AI Infrastructure","ai-infrastructure",{"name":1042,"slug":1043,"type":15},"Cost Optimization","cost-optimization",{"name":998,"slug":999,"type":15},{"name":9,"slug":8,"type":15},"2026-04-06T18:56:06.57787",{"slug":19,"name":19,"fn":1048,"description":1049,"org":1050,"tags":1051,"stars":23,"repoUrl":24,"updatedAt":1060},"integrate authentication in Next.js apps","Authentication integration guidance — Clerk (native Vercel Marketplace), Descope, and Auth0 setup for Next.js applications. Covers middleware auth patterns, sign-in\u002Fsign-up flows, and Marketplace provisioning. Use when implementing user authentication.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1052,1055,1057,1058,1059],{"name":1053,"slug":1054,"type":15},"Auth0","auth0",{"name":1056,"slug":80,"type":15},"Authentication",{"name":860,"slug":861,"type":15},{"name":13,"slug":14,"type":15},{"name":9,"slug":8,"type":15},"2026-04-06T18:56:17.050565",{"slug":1062,"name":1062,"fn":1063,"description":1064,"org":1065,"tags":1066,"stars":23,"repoUrl":24,"updatedAt":1073},"bootstrap","bootstrap Vercel-linked repositories","Project bootstrapping orchestrator for repos that depend on Vercel-linked resources (databases, auth, and managed integrations). Use when setting up or repairing a repository so linking, environment provisioning, env pulls, and first-run db\u002Fdev commands happen in the correct safe order.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1067,1070,1071,1072],{"name":1068,"slug":1069,"type":15},"Configuration","configuration",{"name":21,"slug":22,"type":15},{"name":891,"slug":892,"type":15},{"name":9,"slug":8,"type":15},"2026-04-06T18:56:18.297868",{"slug":1075,"name":1075,"fn":1076,"description":1077,"org":1078,"tags":1079,"stars":23,"repoUrl":24,"updatedAt":1086},"cdn-caching","debug Vercel CDN caching behavior","Debug Vercel CDN caching — cache hit rate, stale content, revalidation behavior, ISR + PPR, per-request cache reasons (cacheReason) and PPR state (ppr_state), and costs.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1080,1081,1084,1085],{"name":851,"slug":852,"type":15},{"name":1082,"slug":1083,"type":15},"Observability","observability",{"name":876,"slug":877,"type":15},{"name":9,"slug":8,"type":15},"2026-07-30T05:31:34.628944",{"slug":1088,"name":1088,"fn":1089,"description":1090,"org":1091,"tags":1092,"stars":23,"repoUrl":24,"updatedAt":1099},"chat-sdk","build multi-platform chatbots with Vercel","Vercel Chat SDK expert guidance. Use when building multi-platform chat bots — Slack, Telegram, Microsoft Teams, Discord, Google Chat, GitHub, Linear — with a single codebase. Covers the Chat class, adapters, threads, messages, cards, modals, streaming, state management, and webhook setup.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1093,1094,1097,1098],{"name":948,"slug":949,"type":15},{"name":1095,"slug":1096,"type":15},"Messaging","messaging",{"name":955,"slug":956,"type":15},{"name":9,"slug":8,"type":15},"2026-04-06T18:56:26.921901",{"slug":1101,"name":1101,"fn":1102,"description":1103,"org":1104,"tags":1105,"stars":23,"repoUrl":24,"updatedAt":1112},"deployments-cicd","manage Vercel deployments and CI\u002FCD","Vercel deployment and CI\u002FCD expert guidance. Use when deploying, promoting, rolling back, inspecting deployments, building with --prebuilt, or configuring CI workflow files for Vercel.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1106,1107,1108,1111],{"name":917,"slug":918,"type":15},{"name":21,"slug":22,"type":15},{"name":1109,"slug":1110,"type":15},"Operations","operations",{"name":9,"slug":8,"type":15},"2026-04-06T18:56:22.054263",30]