TheDocumentation Index
Fetch the complete documentation index at: https://oxy.tech/docs/llms.txt
Use this file to discover all available pages before exploring further.
config.yml file at the root of your repository is the configuration file
you’ll use to define three entities, specified as the following top-level keys:
databases: database connectionsmodels: foundation model connections
config.yml file is shown below:
Environment Variables
You can use environment variables for database connection parameters instead of hardcoding values. This is recommended for production deployments and keeping sensitive data out of version control. For example:Git Branch Workflow
If your workspace is a git repository,config.yml can also configure how the
IDE handles saves on protected branches and where new feature branches fork
from (protected_branches, base_branch). See the
Branch Configuration reference for details.