mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-07-10 01:18:29 +00:00
| .. | ||
| api | ||
| conf | ||
| extensions/python | ||
| helpers | ||
| webui | ||
| default_config.yaml | ||
| plugin.yaml | ||
| README.md | ||
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.jsonfile - 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.