Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.stresspilot.zeann3th.com/llms.txt

Use this file to discover all available pages before exploring further.

An endpoint is a single API call that you want to test.

Configuring an Endpoint

  1. In your project, go to the Endpoints tab.
  2. Click Add Endpoint.
  3. Choose the Plugin Type (e.g., HTTP, gRPC, JavaScript).
  4. Enter the Name and URL.
  5. Configure Headers and Body (if required by the plugin).
  6. Click Save.

Using Environment Variables

You can use variables from your environment in the URL or body using the {{variable_name}} syntax. Example: {{BASE_URL}}/api/v1/users