Compass doesn't run your CRM, your WhatsApp agent, your store, your social calendar, or your automations — it just watches them. Point it at each product's own API key and see, at a glance, what's connected and what each one has been doing.
Every product in the suite stays fully independent. Compass reads; it never writes.
Paste in the base URL and an API key generated on each product's own Settings → Integrations page — the exact same credential Relay uses to call out to them.
"Refresh" calls each product's GET /integrations/v1/ping — a cheap, read-only, authenticated round-trip — and shows connected / unreachable right there.
Each card's metrics come from that product's own GET /integrations/v1/summary at the moment you refresh — Compass never stores a duplicate of anyone's data.
Every card links straight to that product's own dashboard for the actual work — Compass is where you check in, not where you do the work.
Any system that implements the same tiny read contract (ping + summary, authenticated with one header) shows up here — not just the five products in this suite.
Compass has no write endpoints of its own and never calls one on a connected product. It cannot create a lead, send a message, or place an order.