OpenAI-Compatible Agents

Any runtime that supports OpenAI Chat Completions or Responses can use Eden without a bespoke adapter:

bash
export OPENAI_BASE_URL="https://eden.example.com/v1"
export OPENAI_API_KEY="<eden-gateway-key>"

Use the smallest allowed model route set, attach only safe x-eden-work-* metadata, and verify the resulting gateway evidence before enabling production tools.

Last updated: July 10, 2026