docs: Added documentation for the new COYOTE_CACHE_DIR variable

2026-06-18 16:29:31 -06:00
parent 37687dc193
commit ba3802d72a
+10 -9
@@ -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. | `<user-config-dir>/coyote` |
| `COYOTE_ENV_FILE` | Customize the location of the `.env` file to load at startup. | `<coyote-config-dir>/.env` |
| `COYOTE_CONFIG_FILE` | Customize the location of the global `config.yaml` configuration file. | `<coyote-config-dir>/config.yaml` |
| `COYOTE_ROLES_DIR` | Customize the location of the `roles` directory. | `<coyote-config-dir>/roles` |
| `COYOTE_SESSIONS_DIR` | Customize the location of the `sessions` directory. | `<coyote-config-dir>/sessions` |
| `COYOTE_RAGS_DIR` | Customize the location of the `rags` directory. | `<coyote-config-dir>/rags` |
| `COYOTE_FUNCTIONS_DIR` | Customize the location of the `functions` directory. | `<coyote-config-dir>/functions` |
| Environment Variable | Description | Default Value |
|------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------|
| `COYOTE_CONFIG_DIR` | Customize the location of the Coyote configuration directory. | `<user-config-dir>/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. | `<user-cache-dir>/coyote` |
| `COYOTE_ENV_FILE` | Customize the location of the `.env` file to load at startup. | `<coyote-config-dir>/.env` |
| `COYOTE_CONFIG_FILE` | Customize the location of the global `config.yaml` configuration file. | `<coyote-config-dir>/config.yaml` |
| `COYOTE_ROLES_DIR` | Customize the location of the `roles` directory. | `<coyote-config-dir>/roles` |
| `COYOTE_SESSIONS_DIR` | Customize the location of the `sessions` directory. | `<coyote-config-dir>/sessions` |
| `COYOTE_RAGS_DIR` | Customize the location of the `rags` directory. | `<coyote-config-dir>/rags` |
| `COYOTE_FUNCTIONS_DIR` | Customize the location of the `functions` directory. | `<coyote-config-dir>/functions` |
# Agent Related Variables
You can also customize the location of full agent configurations using the following environment variables: