Skip to content

Vercel agent connector setup guide#597

Merged
Pranesh-Raghu merged 2 commits into
mainfrom
preview/vercel-connector
Apr 14, 2026
Merged

Vercel agent connector setup guide#597
Pranesh-Raghu merged 2 commits into
mainfrom
preview/vercel-connector

Conversation

@Pranesh-Raghu
Copy link
Copy Markdown
Collaborator

@Pranesh-Raghu Pranesh-Raghu commented Apr 14, 2026

Summary

  • Adds complete OAuth 2.0 setup guide for the Vercel agent connector
  • Covers creating an OAuth integration in the Vercel Integrations Console, registering the Scalekit redirect URI, copying credentials, and configuring scopes
  • Adds Node.js and Python proxy API usage examples
  • Includes 4 accurate screenshots (Vercel portal + Scalekit dashboard UI)

Test plan

  • Verify preview deploy shows Set up and Usage sections on the Vercel connector page
  • Check all screenshots render correctly
  • Confirm 5-step guide is complete and accurate

🤖 Generated with Claude Code

Summary by CodeRabbit

  • Documentation
    • Added comprehensive Vercel agent connector setup documentation, including step-by-step OAuth integration guide and credential configuration instructions.
    • Added Vercel usage documentation with code examples in Node.js and Python, demonstrating how to proxy API calls and authorize user accounts.

Adds complete OAuth setup walkthrough for the Vercel connector:
- 5-step guide covering integration creation, redirect URI registration,
  credential copy, permission scopes, and Scalekit configuration
- Usage section with Node.js and Python proxy API call examples
- 4 screenshots: Vercel Integrations Console + Scalekit dashboard UI
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Apr 14, 2026

Walkthrough

This PR introduces documentation for the Vercel agent connector by adding setup and usage guide templates, exporting them from the barrel file, and updating the main Vercel reference page with new sections and revised imports.

Changes

Cohort / File(s) Summary
Vercel Setup & Usage Documentation
src/components/templates/agent-connectors/_setup-vercel.mdx, src/components/templates/agent-connectors/_usage-vercel.mdx
New MDX documentation templates containing a 5-step setup guide for Vercel OAuth integration and usage examples demonstrating connection and API proxy calls with Node.js/Python code samples.
Barrel Export Index
src/components/templates/agent-connectors/index.ts
Added exports for SetupVercelSection and UsageVercelSection from the new Vercel documentation modules.
Vercel Reference Page
src/content/docs/reference/agent-connectors/vercel.mdx
Updated frontmatter with sidebar label, replaced component imports with Badge and new section imports, changed logo URL to Scalekit CDN, and inserted "Set up the agent connector" and "Usage" sections rendering the new templates.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~12 minutes

Possibly related PRs

Suggested reviewers

  • saif-at-scalekit
  • amitash1912
  • ravibits
🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'Vercel agent connector setup guide' directly and clearly describes the main change: adding comprehensive setup documentation for the Vercel agent connector, which is the core focus of this PR.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch preview/vercel-connector

Comment @coderabbitai help to get the list of available commands and usage tips.

@Pranesh-Raghu Pranesh-Raghu changed the title feat: Vercel agent connector setup guide Vercel agent connector setup guide Apr 14, 2026
@netlify
Copy link
Copy Markdown

netlify Bot commented Apr 14, 2026

Deploy Preview for scalekit-starlight ready!

Name Link
🔨 Latest commit 882a297
🔍 Latest deploy log https://app.netlify.com/projects/scalekit-starlight/deploys/69dddafb5550af00088c3e6c
😎 Deploy Preview https://deploy-preview-597--scalekit-starlight.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@src/content/docs/reference/agent-connectors/vercel.mdx`:
- Around line 18-20: Combine the duplicate template imports into a single import
statement: replace the separate imports for SetupVercelSection and
UsageVercelSection with one consolidated import from '@components/templates'
alongside the existing Badge import; update the import lines so Badge remains
imported from '@astrojs/starlight/components' and SetupVercelSection and
UsageVercelSection are imported together from '@components/templates'.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro

Run ID: 82e32752-35b1-423f-b442-e41e31f3e0db

📥 Commits

Reviewing files that changed from the base of the PR and between bf6fb39 and def2603.

⛔ Files ignored due to path filters (4)
  • src/assets/docs/agent-connectors/vercel/add-credentials.png is excluded by !**/*.png
  • src/assets/docs/agent-connectors/vercel/use-own-credentials-redirect-uri.png is excluded by !**/*.png
  • src/assets/docs/agent-connectors/vercel/vercel-create-integration.png is excluded by !**/*.png
  • src/assets/docs/agent-connectors/vercel/vercel-oauth-credentials.png is excluded by !**/*.png
📒 Files selected for processing (4)
  • src/components/templates/agent-connectors/_setup-vercel.mdx
  • src/components/templates/agent-connectors/_usage-vercel.mdx
  • src/components/templates/agent-connectors/index.ts
  • src/content/docs/reference/agent-connectors/vercel.mdx

Comment thread src/content/docs/reference/agent-connectors/vercel.mdx Outdated
@Pranesh-Raghu Pranesh-Raghu merged commit 458bf8d into main Apr 14, 2026
@coderabbitai coderabbitai Bot mentioned this pull request Apr 23, 2026
2 tasks
@saif-at-scalekit saif-at-scalekit deleted the preview/vercel-connector branch May 7, 2026 10:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant