Overview
Sign up for Oxygen Cloud, connect a data source, and ask your first question — all from the web app. No install, no terminal.Create a workspace
Go to app.oxygen-hq.com and sign in. Choose
Create workspace and give it a name (e.g. Acme Analytics).
Add an LLM key
Open Manage → Secrets and paste your OpenAI or Anthropic API
key. Oxygen needs this to run the agents you’ll build.The home page shows a green check next to “LLM key” once the key
is set.
Connect your data
From Manage → Workspace → Connections, click + Add
connection and pick your warehouse: BigQuery, Snowflake,
Postgres, ClickHouse, Redshift, MotherDuck, MySQL, or DuckDB.
Paste the credentials Oxygen asks for and click Test.Need help picking a connector? See
Connect your data →.
Ask your first question
Open the chat panel on the home page, pick the default agent, and
type a question about your data — for example:
How many orders did we get last week?Oxygen will generate the SQL, run it, and stream the answer back with the chart and the underlying query.