Add to your shell configuration (~/.bashrc or ~/.zshrc):
Copy
export OPENAI_API_KEY=sk-xxxexport ADEN_API_URL=https://kube.acho.io # Use http://localhost:4000 if using self-hostingexport ADEN_API_KEY=your-aden-api-key
Or create a .env file:
Copy
OPENAI_API_KEY=sk-xxxADEN_API_URL=https://kube.acho.io # Use http://localhost:4000 if using self-hostingADEN_API_KEY=your-aden-api-key
Don’t have an Aden API key yet? You can still use the SDK locally with the console emitter for testing.
If you are using self-hosting, use http://localhost:4000 as the ADEN_API_URL.