agent-zero/plugins/_oauth
2026-05-29 12:06:34 +00:00
..
api Add OAuth disconnect and remaining quota visibility 2026-05-02 20:14:04 +02:00
conf Add Codex/ChatGPT account OAuth provider 2026-04-28 16:14:53 +02:00
extensions/python Add Codex/ChatGPT account OAuth provider 2026-04-28 16:14:53 +02:00
helpers Identify Agent Zero OAuth refresh requests 2026-05-29 12:06:34 +00:00
webui Harden Codex OAuth refresh token ownership 2026-05-29 11:10:16 +00:00
default_config.yaml Harden Codex OAuth refresh token ownership 2026-05-29 11:10:16 +00:00
plugin.yaml Add Codex/ChatGPT account OAuth provider 2026-04-28 16:14:53 +02:00
README.md Harden Codex OAuth refresh token ownership 2026-05-29 11:10:16 +00:00

OAuth Connections

Generic local OAuth bridge for Agent Zero.

The first provider is Codex/ChatGPT Account:

  • signs in with OpenAI's Codex device-code flow
  • writes credentials to an Agent Zero-owned auth.json file
  • refreshes local tokens when needed
  • exposes a loopback OpenAI-compatible wrapper at /oauth/codex/v1

Tokens in auth.json are password-equivalent credentials. Keep this plugin on trusted local machines only. Do not configure auth_file_path to share a rotating refresh-token file with Codex CLI or another client.