Documentation Index
Fetch the complete documentation index at: https://www.getmaxim.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
How to use environments in your HTTP endpoint?
You can use environments to dynamically replace the variables in your API requests and responses.- Select the environment you want to use from the dropdown in the top right corner of the playground.

- Use the
{{env.key_name}}syntax to access the variables in the headers and parameters of your API request.
- You can also use the
maxim.getEnvironmentVariable("key_name")method in your scripts to access the variables.