> ## Documentation Index
> Fetch the complete documentation index at: https://docs.getmodus.com/llms.txt
> Use this file to discover all available pages before exploring further.

# ModusOptions

## Properties

<ResponseField name={"apiKey"} type={"string"}>
  Modus API key. Falls back to the `MODUS_API_KEY` environment variable.
</ResponseField>

<ResponseField name={"baseUrl"} type={"string"}>
  API origin without a path suffix (default `https://api.getmodus.com`).
</ResponseField>

<ResponseField name={"maxRetries"} type={"number"}>
  Retries on rate limits and server errors (default 2).
</ResponseField>

<ResponseField name={"timeoutMs"} type={"number"}>
  Request timeout in milliseconds (default 300000).
</ResponseField>
