Skip to main content
Version: PromptQL

Authentication Using a Webhook

Introduction

You can configure the query engine to use webhook mode in order to authenticate incoming requests.

This requires specifying a URL - which the query engine will call with the original request headers - that then returns a body containing the session variables after authenticating the request.

Webhook mode setup