Hi team!
We’re exploring the best way to let folks at my company use our internal ChatGPT (KAIT) to ask natural-language questions about GrowthBook (e.g., “what’s live?”, “show results for X”, “which variant is winning?”).
I’ve seen the REST API and also the GrowthBook MCP server. From your experience, what’s the recommended architecture for a production setup?
• MCP vs direct REST: which do you suggest for reliability/maintenance?
• Auth: PAT vs service account, and any best practices for scoping read-only?
• Data hygiene: default filters for archived / “to-be-deleted”, pagination, and rate limits?
• Freshness: suggested caching window vs “force refresh” approach?
• Interpretation: guidance for reporting “best performing” / significance in a simple, non-technical way?
• Any sample configs, code snippets, or pitfalls to avoid (WAF/IP allow-list, timeouts, etc.)?
Goal is something simple and stable that non-technical stakeholders can use.
Thanks for any pointers or links!