Sometimes, your APIs might have some endpoints that require authentication. For example, you might want to restrict access to certain endpoints to only users that are logged in, and in order for the copilot to know who is logged in, you need to send some sort of token with your copilot requests. Currently, we support simple JWT authentication, and API tokens.Documentation Index
Fetch the complete documentation index at: https://openchat-api-docs.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Dynamic Authentication via the widget
When you embed the copilot in your app, you can pass the authentication token to the copilot by using theheaders prop.
headers prop, the copilot will send it with every request it makes to your API.

