OpenAI endpoint. Codex OAuth upstream.

AkurAI Router

A small Rust service that exposes `/v1/responses` and `/v1/models`, authenticates tools with a private API key, and routes requests through a secure server-side Codex CLI OAuth identity.

One binary

Rust standard library server, embedded landing asset, local config files, and no Rust crate dependencies.

Protected API

Tooling calls use `Authorization: Bearer ...`; the admin UI uses AkurAI IDP SSO and an email allowlist.

Codex native

Requests are normalized for the Codex Responses endpoint with Codex CLI identity headers and OAuth token refresh.