Guide

Codex

Source

Configure Codex as an Eden model provider using the OpenAI Responses wire API:

toml
model_provider = "eden"

[model_providers.eden]
name = "Eden"
base_url = "https://eden.example.com/v1"
wire_api = "responses"
env_key = "EDEN_GATEWAY_API_KEY"

Provide EDEN_GATEWAY_API_KEY through the environment or an approved secret mechanism. Use a distinct gateway key for each separately governed user, seat, or automation identity.

Help improve Eden Docs

Find something unclear or incomplete? Review the source and propose an update.

View on GitLab Updated August 2, 2026