1 min read


Providers building native integrations for the Vercel Marketplace can now use the Checks API to deliver deeper functionality for their users.
With Vercel's Checks API, you can define and run custom tests and assertions after every deployment, then surface actionable results directly in the Vercel dashboard.
As a testing provider, you can implement checks such as reliability tests (e.g. API availability, runtime errors), performance tests (e.g. response time thresholds, load simulation), or Web Vitals (e.g. layout shift). This helps developers catch real-world issues earlier in their workflow, powered by your integration.
When building your integration, keep these best practices in mind:
Offer minimal or no-configuration solutions so developers can easily run checks
Provide a guided onboarding experience from installation to first results
Display clear, actionable outcomes directly in the Vercel dashboard
Document ways to extend or customize checks for advanced users
Learn more in the Checks API documentation.