BOSS Mission Control

Connectors

Connect external systems via MCP. Each connection is per-founder — not shared with your tenant. Data flows in as connector_events, not directly as evidence; you decide what to cite.

Chat (OpenClaw / WhatsApp / iMessage)

Generate a token, paste the install command into a terminal on your phone or laptop, and start chatting. Each token is owner-only and revocable.

Your connections

No connections yet. Add one below.

Available connectors

github

  • H2 evidence
  • Decision Engine grounding

Secret: GITHUB_PERSONAL_ACCESS_TOKEN (read-only scope)

config example
{
  "owner": "brand-hermits",
  "repo": "eoai",
  "branch": "main"
}
private · me

postgres

  • Real revenue replaces self-reported
  • AttributionLink delta

Secret: Postgres connection URL (read-only DB user, please)

config example
{
  "queries": [
    {
      "name": "weekly_revenue",
      "sql": "SELECT SUM(amount) FROM charges WHERE created_at > NOW() - INTERVAL '7 days'"
    }
  ]
}
private · me

filesystem

  • Real meeting transcripts → real lessons

Secret: none

config example
{
  "root": "/Users/founder/EOAI Inbox",
  "extensions": [
    ".md",
    ".txt",
    ".pdf"
  ]
}
private · me

brave

  • Advisor peer playbooks
  • live web grounding

Secret: BRAVE_API_KEY

config example
{
  "region": "sg"
}
private · me

What happens when you connect:

  • The connection record is owner-only (H13 RLS).
  • Secrets are stored as a reference into your host's secret manager — never inline.
  • Sync runs nightly at 04:00 SGT. Events land in connector_events.
  • The Auditor (H4) decides which events become citable evidence.
  • Revoke at any time — the connection stops fetching immediately, history is preserved.