API Endpoint
The API endpoint URI must accept HTTP POST requests representing user input to the AI model or application. Mindgard will POST testing inputs to this URI.API Key
This key will be used for Bearer authentication. Alternatively, if your application uses a custom authentication scheme, you can use the Headers field below to specify custom authentication headers.Headers
Fill in a comma separated list of any HTTP headers Mindgard should include on outbound POST requests to your API Endpoint. You may find your browser devtools useful to observe HTTP headers that may be necessary on requests to your target API.Selector
The Selector is a JSON Path expression (https://jsonpath.com), that tells Mindgard how to identify your Model’s response within the API response. Your browser devtools may be useful to observe the structure of your API response to determine what this should be set to. In the example in the below screenshot $.text would be used to match the text response from the LLM chatbot.Request Template
The Request Template tells Mindgard how to format an outbound request to your test target API. Your browser devtools may be useful to observe the structure of the outbound request.| “ |
|---|

