SiteGPT × Codex
Add AI customer support with Codex
Codex can drive SiteGPT over MCP or the CLI to build and manage support chatbots straight from your terminal.
> Build a support bot for acme.com and test it trained acme.com, no login needed asked 3 questions, all answered ✓ ready, here is your claim linkConnect in two minutes
Connect SiteGPT to Codex
Register the SiteGPT MCP server in your Codex config, then ask Codex to set up a chatbot.
[mcp_servers.sitegpt]
command = "npx"
args = ["-y", "@sitegpt/cli", "mcp"]Codex is OpenAI's coding agent. Learn more at Codex.
Input → outcome
Your agent types the left side.
Your customers see the right.
> Stand up support for acme.com created chatbot (no account) trained 142 pages + help center set persona + brand colors ✓ live, claim link readyAcme Support
Online — answers instantly
Do you ship to Canada?
Yes! We ship to Canada on all plans. Standard delivery takes 5-7 business days and duties are included at checkout.
Source: acme.com/shipping
Anything else I can help with?
Ask anything…
Powered by SiteGPT
Works in any agent that can read a URL: it discovers the no-signup onboarding flow on its own.
Why SiteGPT for Codex
Terminal-native, CI-ready
Codex drives SiteGPT the way it drives everything else: shell commands with --json output and stable exit codes. What works in a session scripts cleanly into CI with a scoped token.
Support as part of the pipeline
Retrain the chatbot when docs change, verify answers after a release, file the transcript. Codex can make support upkeep a build step instead of a monthly chore.
No signup to start
Codex can spin up a real, trained chatbot from a URL with no SiteGPT account. You only sign up to keep it.
Codex + SiteGPT, answered
- How do I connect SiteGPT to Codex?
- Add a [mcp_servers.sitegpt] entry to ~/.codex/config.toml that runs npx -y @sitegpt/cli mcp, or install the CLI and call it directly. Codex can then build and manage chatbots.
- Does it work without a SiteGPT account?
- Yes. Codex can create and train a chatbot from a URL with no credentials and return a preview-and-claim link.
- Can I use it in CI?
- Yes. Mint a scoped token with sitegpt tokens create, pass it via SITEGPT_API_TOKEN, and script every step with --json output and stable exit codes.
Point Codex at SiteGPT
Install the CLI, connect over MCP, and let Codex ship a support agent.
