Documentation Index
Fetch the complete documentation index at: https://docs.ascendgtm.net/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
- Codex CLI installed (
npm install -g @openai/codex) - A V5 bearer token — get one from
POST /admin/tokens/issue
Setup
Add the V5 server to Codex config
Codex reads MCP config from The
.codex/config.json at the project root:.codex/config.json
ascend-gtm-ops repo includes this file pre-configured.TOML config (alternative)
Codex also reads.codex/config.toml:
.codex/config.toml
Agentic mode with V5
Codex works best in full-auto mode for GTM data tasks:google_ads_query, ga4_report, and format the output — all in one command.
Notes
- Codex has no session hook — manually update
HANDOVER.mdafter multi-step sessions - Bearer token auth (no OAuth flow) — suitable for scripts and CI