Vercel agent connector setup guide#597
Merged
Merged
Conversation
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
Contributor
WalkthroughThis 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
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
✅ Deploy Preview for scalekit-starlight ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
There was a problem hiding this comment.
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
⛔ Files ignored due to path filters (4)
src/assets/docs/agent-connectors/vercel/add-credentials.pngis excluded by!**/*.pngsrc/assets/docs/agent-connectors/vercel/use-own-credentials-redirect-uri.pngis excluded by!**/*.pngsrc/assets/docs/agent-connectors/vercel/vercel-create-integration.pngis excluded by!**/*.pngsrc/assets/docs/agent-connectors/vercel/vercel-oauth-credentials.pngis excluded by!**/*.png
📒 Files selected for processing (4)
src/components/templates/agent-connectors/_setup-vercel.mdxsrc/components/templates/agent-connectors/_usage-vercel.mdxsrc/components/templates/agent-connectors/index.tssrc/content/docs/reference/agent-connectors/vercel.mdx
This was referenced Apr 14, 2026
2 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Test plan
🤖 Generated with Claude Code
Summary by CodeRabbit