Overview
Install Oxy, scaffold a project, and launch the web interface. You’ll need an OpenAI API key and a terminal (on Windows, use WSL 2).Install Oxy
oxy command to be recognized.Edge builds & specific versions
Edge builds & specific versions
Create a project
Run in an empty directory:This generates a
config.yml, a sample agent, workflow, data, and semantic layer file.Set your API keys
The sample project is configured to use Then fill in your API keys. For alternative models, see integrations.
OPENAI_API_KEY and ANTHROPIC_API_KEY. Create a .env file following .env.example:Launch the web interface
Requires Docker. See the prerequisites guide if you
don’t have a container runtime installed.
Using your own PostgreSQL instead
Using your own PostgreSQL instead
oxy serve for production deployments or environments where Docker is not available.