CX connected repo for experimenting with OpenAI’s ChatGPT Connector integration (“Codex” feature) via the Install & Authorize workflow. For demonstration and testing only—no sensitive data.
Purpose:
This repository is intended for testing and demonstrating the integration of the OpenAI ChatGPT Connector (Codex) via the “Install & Authorize” feature.
- This is a public test/demo repository.
- Never commit API keys, credentials, or sensitive data.
- Use environment variables (see
.env.example) for local secrets.
- Clone the repository:
git clone https://github.com/<your-username>/<your-repo-name>.git cd <your-repo-name>
- Copy
.env.exampleto.envand add your API keys locally (do not commit):cp .env.example .env
- Follow the steps in OpenAI’s official documentation for installing and authorizing the ChatGPT Connector.
- SECURITY.md: Please read for security practices and reporting issues.
Open an issue or contact the repository owner.