config.yml that wires them
to data sources and models.
Create the project
From app.oxygen-hq.com, open your workspace and
click + New project in the sidebar. Give it a name and Oxygen
scaffolds a starter
config.yml for you.Connect a model
Open Manage → Models (or edit
config.yml directly in the
IDE) and add the LLM you want to use. The secret comes from
Manage → Secrets.config.yml
Connect a data source
Add the warehouse the agents will query. The simplest option is to
drop a CSV or Parquet file into the project and let Oxygen’s
in-cloud DuckDB engine read it; switching to BigQuery, Snowflake,
Postgres, or any other warehouse is a one-block change.See Connect your data for the full
decision tree across warehouses.
config.yml