Skip to content

inkeep/copilot-prehook-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Copilot Prehook Template

A template for creating a endpoint that can be used to provide contextual data to enhance Support Copilot responses.

Deploy with Vercel

Features

  • Serverless API endpoint for Inkeep Support Copilot
  • TypeScript with Zod validation
  • Zero-config Vercel deployment

Quick Start

  1. Click the "Deploy with Vercel" button above
  2. Connect your GitHub account
  3. 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
  4. Deploy the project

API Endpoint

POST /api

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published