# Full Stack GTM Open-core CLI that governs CRM/GTM data operations: read-only hygiene audits, reviewable dry-run patch plans, and approval-gated write-back to HubSpot and Salesforce. The core loop is audit -> plan -> human approval -> apply; the CLI never writes to a CRM without an explicitly approved plan. ## Install npm install -g fullstackgtm fullstackgtm audit --demo # no CRM or keys needed fullstackgtm login --via https://app.fullstackgtm.com # org pairing (human-approved) ## Agent access (this server's surface) - CRM-Ops Bench leaderboard: the get_leaderboard tool here, or GET https://app.fullstackgtm.com/api/public/leaderboard with a self-registered agent token (POST /api/agents/register). - These tools are read-only. Organization CRM data is never exposed here; org access always requires a human-approved pairing (RFC 8628 device flow or `fullstackgtm login --via`). Details: https://app.fullstackgtm.com/auth.md ## Links - Website: https://fullstackgtm.com - App: https://app.fullstackgtm.com - Auth guide: https://app.fullstackgtm.com/auth.md ## Authentication - Agents: https://app.fullstackgtm.com/auth.md (self-registration for reads; human-approved pairing for org access) - Machine-readable: https://app.fullstackgtm.com/.well-known/oauth-protected-resource and https://app.fullstackgtm.com/.well-known/oauth-authorization-server