{
  "name": "Setoku connectors",
  "description": "Sources Setoku ingests into its local ClickHouse lake. No connector for yours? The /setoku:connect skill gives a coding agent the patterns to wire one up.",
  "version": "0.21.0",
  "connectors": [
    {
      "id": "postgres",
      "name": "PostgreSQL",
      "data": "your app database, mirrored read-only into biz.*"
    },
    {
      "id": "github",
      "name": "GitHub",
      "data": "issues, pull requests, commits, comments"
    },
    {
      "id": "vercel",
      "name": "Vercel",
      "data": "deploys and logs"
    },
    {
      "id": "render",
      "name": "Render",
      "data": "deploys and logs"
    },
    {
      "id": "slack",
      "name": "Slack",
      "data": "messages"
    },
    {
      "id": "mercury",
      "name": "Mercury",
      "data": "accounts and transactions"
    },
    {
      "id": "monarch",
      "name": "Monarch",
      "data": "accounts, transactions, net worth, budgets, holdings"
    },
    {
      "id": "gmail",
      "name": "Gmail",
      "data": "messages, per-mailbox OAuth"
    }
  ],
  "note": "Generated by scripts/build-site-api.ts from the Setoku source tree — do not edit by hand."
}
