Documentation Index
Fetch the complete documentation index at: https://agenttest.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Using the API Key
To authenticate your API calls, you must include anx-api-key header with your secret API key.
Example using cURL:
YOUR_SUPER_SECRET_API_KEY with the actual API key you’ve configured for your backend instance, and https://your-agenttest-backend.example.com with the URL of your deployed AgentTest backend.
Setting up the API Key
The API key is defined in the.env file in the root of your AgentTest backend project. You need to set the API_KEY variable:
- Choose a strong, unique string for your API key.
- This
API_KEYvalue is what the backend server will expect in thex-api-keyheader.
Unauthenticated Requests
If an API request is made without anx-api-key header, or if the provided key is invalid, the server will respond with a 401 Unauthorized HTTP status code.
