From ba3802d72abf95439cad0a3929180ca605d45045 Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Thu, 18 Jun 2026 16:29:31 -0600 Subject: [PATCH] docs: Added documentation for the new COYOTE_CACHE_DIR variable --- Environment-Variables.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/Environment-Variables.md b/Environment-Variables.md index 7fb80ab..dfde5e4 100644 --- a/Environment-Variables.md +++ b/Environment-Variables.md @@ -58,15 +58,16 @@ The following environment variables are available for clients in Coyote: # Files and Directory Related Variables You can also customize the files and directories that Coyote loads its configuration files from: -| Environment Variable | Description | Default Value | -|------------------------|------------------------------------------------------------------------|-----------------------------------| -| `COYOTE_CONFIG_DIR` | Customize the location of the Coyote configuration directory. | `/coyote` | -| `COYOTE_ENV_FILE` | Customize the location of the `.env` file to load at startup. | `/.env` | -| `COYOTE_CONFIG_FILE` | Customize the location of the global `config.yaml` configuration file. | `/config.yaml` | -| `COYOTE_ROLES_DIR` | Customize the location of the `roles` directory. | `/roles` | -| `COYOTE_SESSIONS_DIR` | Customize the location of the `sessions` directory. | `/sessions` | -| `COYOTE_RAGS_DIR` | Customize the location of the `rags` directory. | `/rags` | -| `COYOTE_FUNCTIONS_DIR` | Customize the location of the `functions` directory. | `/functions` | +| Environment Variable | Description | Default Value | +|------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------| +| `COYOTE_CONFIG_DIR` | Customize the location of the Coyote configuration directory. | `/coyote` | +| `COYOTE_CACHE_DIR` | Customize the location of the Coyote cache directory. Used for the log file, OAuth tokens, the embedded sbx kit cache, and the embedded sbx vault-provider mixin cache. | `/coyote` | +| `COYOTE_ENV_FILE` | Customize the location of the `.env` file to load at startup. | `/.env` | +| `COYOTE_CONFIG_FILE` | Customize the location of the global `config.yaml` configuration file. | `/config.yaml` | +| `COYOTE_ROLES_DIR` | Customize the location of the `roles` directory. | `/roles` | +| `COYOTE_SESSIONS_DIR` | Customize the location of the `sessions` directory. | `/sessions` | +| `COYOTE_RAGS_DIR` | Customize the location of the `rags` directory. | `/rags` | +| `COYOTE_FUNCTIONS_DIR` | Customize the location of the `functions` directory. | `/functions` | # Agent Related Variables You can also customize the location of full agent configurations using the following environment variables: