A template for creating a endpoint that can be used to provide contextual data to enhance Support Copilot responses.
- Serverless API endpoint for Inkeep Support Copilot
- TypeScript with Zod validation
- Zero-config Vercel deployment
- Click the "Deploy with Vercel" button above
- Connect your GitHub account
- Set the
INKEEP_SUPPORT_COPILOT_API_KEY
environment variable. You can use this cli command to generate an API key:openssl rand -base64 30 | cut -c1-40
. This key will be used to authenticate requests to your endpoint from the Copilot prehook - Deploy the project
POST /api