Amazon OpenSearch Serverless is now available in the Vercel Marketplace , with guided setup and automatic project configuration built into the Vercel dashboard. Link to heading Built for agentic infrastructure By bringing Amazon OpenSearch Serverless into the Vercel Marketplace, teams benefit from a unified workflow: In-dashboard provisioning: Spin up OpenSearch collections directly from the Vercel dashboard Automatic configuration: Environment variables are automatically injected into your projects on provisioning Unified management: View and manage search resources alongside the rest of your application infrastructure in the Marketplace resource view, with quick links to AWS for deeper configuration import { createOpenSearch } from '@vercel/aws' ; const os = createOpenSearch ( ) ; An OpenSearch client authenticated through Vercel OIDC, with no static AWS keys.…