Developer workflow connector
Codex App Server API connector for governed AI agent access
Connect the OpenAI-compatible Codex App Server API without exposing its API key to the caller.
Direct answer
OneQuery supports Codex App Server API for governed agent access.
Teams use the Codex App Server API connector to give AI agents bounded source API calls for endpoint-specific context while OneQuery keeps credentials centralized, limits access to approved sources, and preserves audit logs for review.
Agent workflow
What this connector enables
Codex App Server API becomes an approved OneQuery source instead of a secret copied into an agent prompt, shell session, or model tool. The agent receives a governed access path, and the source credentials stay behind OneQuery.
- Use bounded source API calls for endpoint-specific context for developer workflow context.
- Keep Codex App Server API credentials centralized and out of agent runtimes.
- Review agent access through OneQuery audit history instead of reconstructing direct service usage.
Setup checklist
Prepare the Codex App Server API connection
Use codex app server api credentials and connect the source through the Dashboard and CLI. Keep credentials scoped to the data the agent is allowed to read.
- Run the local codex-app-server-api origin and expose it through a secure HTTPS tunnel or private network endpoint reachable from OneQuery.
- Set `apiBaseUrl` to the API origin, for example `https://codex-app-server-api.example.com`.
- Create or copy a codex-app-server-api key and store it in `apiKey`.
- Call native paths such as `/v1/models`, `/v1/responses`, and `/v1/chat/completions` through the Source API.
FAQ
Codex App Server API connector questions
What is the OneQuery Codex App Server API connector?
The OneQuery Codex App Server API connector makes developer workflow context from Codex App Server API available to AI agents through bounded source API calls for endpoint-specific context. Connect the OpenAI-compatible Codex App Server API without exposing its API key to the caller.
How do AI agents access Codex App Server API through OneQuery?
Agents call OneQuery instead of receiving raw Codex App Server API credentials. OneQuery keeps credentials centralized, applies source boundaries, and records access in audit logs while exposing bounded source API calls for endpoint-specific context.
How do I set up the Codex App Server API connector?
Prepare codex app server api credentials and connect Codex App Server API from the OneQuery dashboard or CLI. Start with this setup step: Run the local codex-app-server-api origin and expose it through a secure HTTPS tunnel or private network endpoint reachable from OneQuery.