{
  "name": "Tamanor",
  "lastUpdated": "2026-07-13",
  "collections": [
    {
      "collection": "platform",
      "base": "https://tamanor.com/platform",
      "entries": [
        {
          "slug": "what-is-tamanor",
          "title": "What is Tamanor?",
          "url": "https://tamanor.com/platform/what-is-tamanor",
          "summary": "Tamanor is a Social Account Firewall that monitors comments and reviews on connected social accounts, detects risk with AI, and prepares safe moderation actions a human approves.",
          "keywords": [
            "what is tamanor",
            "social account firewall",
            "comment moderation",
            "brand reputation protection"
          ],
          "related": [
            "how-tamanor-works",
            "why-tamanor",
            "ai-moderation",
            "facebook",
            "instagram"
          ]
        },
        {
          "slug": "how-tamanor-works",
          "title": "How Tamanor works",
          "url": "https://tamanor.com/platform/how-tamanor-works",
          "summary": "Tamanor connects via official OAuth, reads comments and reviews on a schedule and via webhooks, classifies risk with AI, and routes proposed actions through a human approval queue.",
          "keywords": [
            "how tamanor works",
            "comment monitoring workflow",
            "human approval moderation",
            "oauth social"
          ],
          "related": [
            "worker-architecture",
            "webhook-architecture",
            "proposal-engine",
            "approval-workflow",
            "what-is-tamanor"
          ]
        },
        {
          "slug": "why-tamanor",
          "title": "Why Tamanor",
          "url": "https://tamanor.com/platform/why-tamanor",
          "summary": "Tamanor is built safe-by-default: official OAuth only, read-only by default, human approval before any action, row-level tenant isolation, and a full audit trail.",
          "keywords": [
            "why tamanor",
            "safe moderation",
            "human in the loop",
            "brand safety software"
          ],
          "related": [
            "security",
            "what-is-tamanor",
            "automation",
            "roadmap"
          ]
        },
        {
          "slug": "architecture",
          "title": "Tamanor architecture",
          "url": "https://tamanor.com/platform/architecture",
          "summary": "Tamanor is a multi-tenant application with a Next.js web app, a background worker, PostgreSQL with row-level security, and injectable platform connectors that isolate provider network calls from database transactions.",
          "keywords": [
            "tamanor architecture",
            "multi-tenant saas architecture",
            "row level security",
            "background worker"
          ],
          "related": [
            "worker-architecture",
            "row-level-security",
            "webhook-architecture",
            "data-protection"
          ]
        },
        {
          "slug": "security",
          "title": "Tamanor security",
          "url": "https://tamanor.com/platform/security",
          "summary": "Tamanor connects only through official OAuth, never scrapes, never stores passwords, keeps tokens server-side and out of logs, and is read-only by default with human approval before any action.",
          "keywords": [
            "tamanor security",
            "oauth only",
            "no scraping",
            "brand safety security"
          ],
          "related": [
            "row-level-security",
            "encryption",
            "data-protection",
            "audit-log",
            "privacy"
          ]
        },
        {
          "slug": "row-level-security",
          "title": "Row-level security (RLS)",
          "url": "https://tamanor.com/platform/row-level-security",
          "summary": "Tamanor enforces tenant isolation at the database level with PostgreSQL row-level security, so a forgotten filter in application code can never leak another tenant's data.",
          "keywords": [
            "row level security",
            "postgres rls",
            "multi-tenant isolation",
            "tenant security"
          ],
          "related": [
            "security",
            "architecture",
            "role-model",
            "permission-model"
          ]
        },
        {
          "slug": "audit-log",
          "title": "Audit log",
          "url": "https://tamanor.com/platform/audit-log",
          "summary": "Tamanor records every meaningful action — connections, syncs, proposals, approvals and moderation — in an append-only, tenant-scoped audit log that never contains token material.",
          "keywords": [
            "audit log",
            "moderation audit trail",
            "compliance logging",
            "action history"
          ],
          "related": [
            "security",
            "approval-workflow",
            "proposal-engine",
            "data-protection"
          ]
        },
        {
          "slug": "permission-model",
          "title": "Permission model",
          "url": "https://tamanor.com/platform/permission-model",
          "summary": "Tamanor separates platform capability (what an account's OAuth grant truly allows) from workspace roles (what a team member is allowed to do), and offers an action only when both permit it.",
          "keywords": [
            "permission model",
            "oauth permissions",
            "role based access",
            "capability checks"
          ],
          "related": [
            "role-model",
            "row-level-security",
            "security",
            "connect-facebook"
          ]
        },
        {
          "slug": "role-model",
          "title": "Role model",
          "url": "https://tamanor.com/platform/role-model",
          "summary": "Tamanor uses role-based access within each workspace so owners, admins, analysts, reviewers and viewers see and do only what their role allows.",
          "keywords": [
            "role based access control",
            "rbac",
            "workspace roles",
            "team permissions"
          ],
          "related": [
            "permission-model",
            "approval-workflow",
            "row-level-security"
          ]
        },
        {
          "slug": "webhook-architecture",
          "title": "Webhook architecture",
          "url": "https://tamanor.com/platform/webhook-architecture",
          "summary": "Tamanor verifies every inbound webhook's signature, routes Facebook and Instagram events through one unified connector, rejects replays, and always resolves the tenant from the connected account — never from the payload.",
          "keywords": [
            "webhook architecture",
            "webhook signature verification",
            "replay protection",
            "meta webhooks"
          ],
          "related": [
            "worker-architecture",
            "how-tamanor-works",
            "instagram",
            "facebook",
            "webhooks"
          ]
        },
        {
          "slug": "worker-architecture",
          "title": "Worker architecture",
          "url": "https://tamanor.com/platform/worker-architecture",
          "summary": "A separate Tamanor worker runs scheduled read-only monitoring, token-expiry checks and webhook follow-up, each under a trusted tenant context and an account-level lease that prevents overlapping syncs.",
          "keywords": [
            "background worker",
            "scheduled sync",
            "sync lease",
            "token monitor"
          ],
          "related": [
            "architecture",
            "webhook-architecture",
            "how-tamanor-works",
            "automation"
          ]
        },
        {
          "slug": "data-protection",
          "title": "Data protection",
          "url": "https://tamanor.com/platform/data-protection",
          "summary": "Tamanor stores only the OAuth tokens and public content needed to protect a brand, isolates it per tenant with row-level security, keeps secrets out of logs, and cleans up short-lived onboarding data automatically.",
          "keywords": [
            "data protection",
            "data minimization",
            "gdpr readiness",
            "tenant data isolation"
          ],
          "related": [
            "privacy",
            "encryption",
            "security",
            "row-level-security"
          ]
        },
        {
          "slug": "privacy",
          "title": "Privacy",
          "url": "https://tamanor.com/platform/privacy",
          "summary": "Tamanor processes public social content and OAuth tokens for the sole purpose of protecting the connected brand, with tenant isolation, secret scrubbing and no selling of data.",
          "keywords": [
            "privacy",
            "data privacy",
            "social data handling"
          ],
          "related": [
            "data-protection",
            "security",
            "encryption"
          ]
        },
        {
          "slug": "encryption",
          "title": "Encryption",
          "url": "https://tamanor.com/platform/encryption",
          "summary": "Tamanor encrypts OAuth tokens at rest in production and blocks storing plaintext tokens in production, so credentials are protected even at the database layer.",
          "keywords": [
            "encryption at rest",
            "token encryption",
            "kms",
            "credential protection"
          ],
          "related": [
            "security",
            "data-protection",
            "privacy"
          ]
        },
        {
          "slug": "ai-moderation",
          "title": "AI moderation",
          "url": "https://tamanor.com/platform/ai-moderation",
          "summary": "Tamanor's AI classifies each comment and review for risk and category, combining brand rules with AI analysis, then proposes actions for a human to approve — it never moderates automatically.",
          "keywords": [
            "ai moderation",
            "comment risk detection",
            "content classification",
            "brand rules"
          ],
          "related": [
            "ai-risk-detection",
            "proposal-engine",
            "automation",
            "auto-protection"
          ]
        },
        {
          "slug": "automation",
          "title": "Automation",
          "url": "https://tamanor.com/platform/automation",
          "summary": "Tamanor automates monitoring, risk detection and action preparation, but keeps execution human-approved: automation creates proposals, it never executes moderation on its own.",
          "keywords": [
            "moderation automation",
            "safe automation",
            "human in the loop automation"
          ],
          "related": [
            "proposal-engine",
            "auto-protection",
            "approval-workflow",
            "ai-moderation"
          ]
        },
        {
          "slug": "proposal-engine",
          "title": "Proposal engine",
          "url": "https://tamanor.com/platform/proposal-engine",
          "summary": "For high-risk items, Tamanor prepares a proposed moderation action with context and routes it to the approval queue; it proposes but never executes automatically.",
          "keywords": [
            "proposal engine",
            "moderation proposals",
            "approval queue",
            "high risk detection"
          ],
          "related": [
            "approval-workflow",
            "action-queue",
            "automation",
            "ai-moderation"
          ]
        },
        {
          "slug": "roadmap",
          "title": "Roadmap",
          "url": "https://tamanor.com/platform/roadmap",
          "summary": "Facebook Page comment monitoring is verified live. Instagram is implementation-complete but verification-pending (Meta App Review). Google Business is a foundation pending approved API access. YouTube, LinkedIn and TikTok are research — not supported.",
          "keywords": [
            "tamanor roadmap",
            "platform support",
            "instagram verification pending",
            "google business reviews"
          ],
          "related": [
            "facebook",
            "instagram",
            "google-business",
            "youtube",
            "linkedin",
            "tiktok"
          ]
        }
      ]
    },
    {
      "collection": "features",
      "base": "https://tamanor.com/features",
      "entries": [
        {
          "slug": "comment-monitoring",
          "title": "Comment & review monitoring",
          "url": "https://tamanor.com/features/comment-monitoring",
          "summary": "Tamanor continuously reads comments and reviews on connected accounts, deduplicates them, and classifies each for risk so nothing important is missed.",
          "keywords": [
            "comment monitoring",
            "review monitoring",
            "social listening",
            "brand mentions"
          ],
          "related": [
            "ai-risk-detection",
            "reputation-analytics",
            "unified-inbox",
            "how-tamanor-works"
          ]
        },
        {
          "slug": "reputation-analytics",
          "title": "Reputation analytics",
          "url": "https://tamanor.com/features/reputation-analytics",
          "summary": "Tamanor turns monitored comments and reviews into reputation analytics — risk levels, categories and trends — so a brand can see its exposure at a glance.",
          "keywords": [
            "reputation analytics",
            "brand reputation",
            "sentiment",
            "risk trends"
          ],
          "related": [
            "comment-monitoring",
            "actor-risk",
            "ai-risk-detection"
          ]
        },
        {
          "slug": "actor-risk",
          "title": "Actor risk",
          "url": "https://tamanor.com/features/actor-risk",
          "summary": "Tamanor tracks repeated risky behavior from the same author across a brand's content, so persistent bad actors stand out rather than being judged one comment at a time.",
          "keywords": [
            "actor risk",
            "repeat offender detection",
            "coordinated abuse",
            "author reputation"
          ],
          "related": [
            "reputation-analytics",
            "comment-monitoring",
            "ai-risk-detection"
          ]
        },
        {
          "slug": "action-queue",
          "title": "Action queue",
          "url": "https://tamanor.com/features/action-queue",
          "summary": "The Tamanor action queue holds proposed moderation actions for human review; nothing runs on a platform until a reviewer approves it.",
          "keywords": [
            "action queue",
            "moderation queue",
            "approval queue"
          ],
          "related": [
            "approval-workflow",
            "proposal-engine",
            "unified-inbox"
          ]
        },
        {
          "slug": "approval-workflow",
          "title": "Approval workflow",
          "url": "https://tamanor.com/features/approval-workflow",
          "summary": "Tamanor's approval workflow keeps a human in control: proposed actions are approved or rejected by an authorized role before anything touches a platform, with every step audited.",
          "keywords": [
            "approval workflow",
            "human in the loop",
            "moderation approval"
          ],
          "related": [
            "action-queue",
            "role-model",
            "audit-log",
            "proposal-engine"
          ]
        },
        {
          "slug": "auto-protection",
          "title": "Auto-protection policies",
          "url": "https://tamanor.com/features/auto-protection",
          "summary": "Auto-protection policies let a brand define, per category, when Tamanor should prepare a protective action — still routed through human approval, never auto-executed.",
          "keywords": [
            "auto protection",
            "moderation policy",
            "safe automation",
            "brand rules"
          ],
          "related": [
            "automation",
            "control-center",
            "proposal-engine",
            "ai-moderation"
          ]
        },
        {
          "slug": "control-center",
          "title": "Control center",
          "url": "https://tamanor.com/features/control-center",
          "summary": "The Tamanor control center is where a brand configures rules, categories and protection settings that drive monitoring and proposals.",
          "keywords": [
            "control center",
            "moderation rules",
            "brand configuration"
          ],
          "related": [
            "auto-protection",
            "control-center",
            "reputation-analytics"
          ]
        },
        {
          "slug": "unified-inbox",
          "title": "Unified inbox",
          "url": "https://tamanor.com/features/unified-inbox",
          "summary": "Tamanor brings comments and reviews from connected accounts into one inbox, so teams triage risk across platforms in a single view.",
          "keywords": [
            "unified inbox",
            "social inbox",
            "cross-platform moderation"
          ],
          "related": [
            "comment-monitoring",
            "action-queue",
            "reputation-analytics"
          ]
        },
        {
          "slug": "ai-risk-detection",
          "title": "AI risk detection",
          "url": "https://tamanor.com/features/ai-risk-detection",
          "summary": "Tamanor classifies each comment and review with a hybrid of brand rules and AI analysis, producing a risk level, categories and sentiment used for prioritization and proposals.",
          "keywords": [
            "ai risk detection",
            "content classification",
            "spam scam detection",
            "harassment detection"
          ],
          "related": [
            "ai-moderation",
            "reputation-analytics",
            "actor-risk",
            "proposal-engine"
          ]
        }
      ]
    },
    {
      "collection": "integrations",
      "base": "https://tamanor.com/integrations",
      "entries": [
        {
          "slug": "facebook",
          "title": "Facebook Page integration",
          "url": "https://tamanor.com/integrations/facebook",
          "summary": "Tamanor connects Facebook Pages via official OAuth to monitor comments, detect risk, and hide harmful comments after human approval — the only live moderation action today.",
          "status": "live_verified",
          "live": true,
          "verificationPending": false,
          "keywords": [
            "facebook page moderation",
            "hide facebook comments",
            "facebook comment monitoring",
            "meta oauth"
          ],
          "related": [
            "instagram",
            "connect-facebook",
            "webhook-architecture",
            "ai-moderation",
            "roadmap"
          ]
        },
        {
          "slug": "instagram",
          "title": "Instagram integration",
          "url": "https://tamanor.com/integrations/instagram",
          "summary": "Tamanor's Instagram Professional connector is implementation-complete — discovery through the linked Facebook Page, read-only comment ingestion with pagination and webhooks. Real provider verification via Meta App Review is pending, so it is not yet live.",
          "status": "implementation_complete_verification_pending",
          "live": false,
          "verificationPending": true,
          "keywords": [
            "instagram business moderation",
            "instagram comment monitoring",
            "instagram professional oauth"
          ],
          "related": [
            "facebook",
            "connect-instagram",
            "webhook-architecture",
            "comment-monitoring",
            "roadmap"
          ]
        },
        {
          "slug": "google-business",
          "title": "Google Business integration",
          "url": "https://tamanor.com/integrations/google-business",
          "summary": "Tamanor's Google Business Profile connector is a foundation ready for approved API access — it reads reviewer, rating and text. Real provider verification is pending, so review monitoring is not yet live.",
          "status": "foundation_only",
          "live": false,
          "verificationPending": true,
          "keywords": [
            "google business reviews",
            "review monitoring",
            "google business profile api"
          ],
          "related": [
            "facebook",
            "instagram",
            "reputation-analytics",
            "roadmap"
          ]
        },
        {
          "slug": "youtube",
          "title": "YouTube integration (planned)",
          "url": "https://tamanor.com/integrations/youtube",
          "summary": "A YouTube connector is planned. Tamanor does not yet claim YouTube support; comment monitoring will be enabled only once it is built and verified.",
          "status": "research",
          "live": false,
          "verificationPending": false,
          "keywords": [
            "youtube comment monitoring",
            "youtube moderation",
            "planned integration"
          ],
          "related": [
            "roadmap",
            "facebook",
            "instagram"
          ]
        },
        {
          "slug": "linkedin",
          "title": "LinkedIn integration (planned)",
          "url": "https://tamanor.com/integrations/linkedin",
          "summary": "A LinkedIn Company Page connector is planned. LinkedIn's API access for organic comments is partner-gated, so Tamanor advertises no LinkedIn capabilities until access is verified.",
          "status": "research",
          "live": false,
          "verificationPending": false,
          "keywords": [
            "linkedin company page",
            "linkedin moderation",
            "planned integration"
          ],
          "related": [
            "roadmap",
            "facebook",
            "instagram"
          ]
        },
        {
          "slug": "tiktok",
          "title": "TikTok integration (planned)",
          "url": "https://tamanor.com/integrations/tiktok",
          "summary": "A TikTok connector is planned. Comment read/moderation via the official API is app-review-gated, so Tamanor advertises no TikTok capabilities until it is proven.",
          "status": "research",
          "live": false,
          "verificationPending": false,
          "keywords": [
            "tiktok comment moderation",
            "tiktok business api",
            "planned integration"
          ],
          "related": [
            "roadmap",
            "facebook",
            "instagram"
          ]
        }
      ]
    },
    {
      "collection": "compare",
      "base": "https://tamanor.com/compare",
      "entries": [
        {
          "slug": "manual-moderation",
          "title": "Tamanor vs. manual moderation",
          "url": "https://tamanor.com/compare/manual-moderation",
          "summary": "How a centralized, audited, rule-consistent firewall compares with checking each platform by hand. A workflow comparison — no numeric time-savings are claimed.",
          "keywords": [
            "manual moderation",
            "social moderation workflow",
            "centralized inbox",
            "audit trail"
          ],
          "related": [
            "separate-social-tools",
            "unified-brand-inbox",
            "audit-log",
            "control-center"
          ]
        },
        {
          "slug": "separate-social-tools",
          "title": "Tamanor vs. separate per-platform tools",
          "url": "https://tamanor.com/compare/separate-social-tools",
          "summary": "How a provider-neutral model with shared risk rules and one audit compares with stitching together separate per-platform interfaces. A workflow comparison.",
          "keywords": [
            "separate social tools",
            "provider neutral",
            "unified moderation",
            "cross-platform"
          ],
          "related": [
            "manual-moderation",
            "unified-brand-inbox",
            "unified-inbox",
            "permission-model"
          ]
        },
        {
          "slug": "autonomous-ai-moderation",
          "title": "Tamanor vs. autonomous AI moderation",
          "url": "https://tamanor.com/compare/autonomous-ai-moderation",
          "summary": "Tamanor is human-in-the-loop, not autonomous: AI detects and proposes, rules and capability gates apply, and a human approves before any action. Execution is fail-closed.",
          "keywords": [
            "autonomous ai moderation",
            "human in the loop",
            "approval workflow",
            "fail closed"
          ],
          "related": [
            "automation",
            "proposal-engine",
            "approval-workflow",
            "responsible-ai"
          ]
        },
        {
          "slug": "unified-brand-inbox",
          "title": "Tamanor vs. separate Facebook/Instagram/Google interfaces",
          "url": "https://tamanor.com/compare/unified-brand-inbox",
          "summary": "How one normalized inbox for comments and reviews compares with separate provider interfaces — with honest per-provider capability limits and truthful connector states.",
          "keywords": [
            "unified brand inbox",
            "social inbox",
            "comments vs reviews",
            "connector status"
          ],
          "related": [
            "separate-social-tools",
            "unified-inbox",
            "facebook",
            "instagram",
            "google-business"
          ]
        },
        {
          "slug": "reputation-management-platform-checklist",
          "title": "Reputation management platform checklist",
          "url": "https://tamanor.com/compare/reputation-management-platform-checklist",
          "summary": "A neutral buyer's checklist for evaluating any reputation/moderation platform, with Tamanor's honest status per item — including what is not yet done.",
          "keywords": [
            "reputation management checklist",
            "evaluation criteria",
            "buyer checklist",
            "moderation platform"
          ],
          "related": [
            "security",
            "provider-tokens",
            "disclosure",
            "roadmap"
          ]
        }
      ]
    },
    {
      "collection": "security",
      "base": "https://tamanor.com/security",
      "entries": [
        {
          "slug": "tenant-isolation",
          "title": "Tenant isolation",
          "url": "https://tamanor.com/security/tenant-isolation",
          "summary": "Tamanor scopes every session and query to one active tenant, layering application permission checks over database row-level security, with system and runtime database access kept separate.",
          "keywords": [
            "tenant isolation",
            "multi-tenant security",
            "active tenant",
            "runtime rls"
          ],
          "related": [
            "row-level-security",
            "authentication",
            "data-integrity"
          ]
        },
        {
          "slug": "row-level-security",
          "title": "Row-level security",
          "url": "https://tamanor.com/security/row-level-security",
          "summary": "Tamanor runs tenant queries through a non-superuser role with FORCE row-level security and a transaction-local tenant context — defense in depth beneath application checks.",
          "keywords": [
            "row level security",
            "force rls",
            "non-superuser role",
            "defense in depth"
          ],
          "related": [
            "tenant-isolation",
            "data-integrity",
            "audit-logging"
          ]
        },
        {
          "slug": "authentication",
          "title": "Authentication & sessions",
          "url": "https://tamanor.com/security/authentication",
          "summary": "Tamanor uses opaque sessions with the token hashed in the database, supporting revocation, expiration and logout invalidation.",
          "keywords": [
            "authentication",
            "opaque session",
            "session revocation",
            "logout"
          ],
          "related": [
            "tenant-isolation",
            "provider-tokens",
            "audit-logging"
          ]
        },
        {
          "slug": "provider-tokens",
          "title": "Provider tokens",
          "url": "https://tamanor.com/security/provider-tokens",
          "summary": "OAuth provider tokens are encrypted at rest, removed locally on disconnect, and revoked at the provider on a best-effort basis; key rotation is a remaining roadmap gap.",
          "keywords": [
            "provider tokens",
            "oauth token security",
            "encryption at rest",
            "token revocation"
          ],
          "related": [
            "authentication",
            "row-level-security",
            "disclosure"
          ]
        },
        {
          "slug": "audit-logging",
          "title": "Audit logging",
          "url": "https://tamanor.com/security/audit-logging",
          "summary": "Tamanor writes an append-only, tenant-scoped audit log; actor references use a SetNull lifecycle so history survives user removal, and tokens are never logged.",
          "keywords": [
            "audit logging",
            "append-only",
            "actor lifecycle",
            "no token logging"
          ],
          "related": [
            "row-level-security",
            "data-integrity",
            "webhook-security"
          ]
        },
        {
          "slug": "data-integrity",
          "title": "Data integrity",
          "url": "https://tamanor.com/security/data-integrity",
          "summary": "Tamanor persists content and reputation atomically, ingests idempotently, uses account-level leases, and enforces referential integrity to prevent orphaned records.",
          "keywords": [
            "data integrity",
            "atomic write",
            "idempotent ingest",
            "referential integrity"
          ],
          "related": [
            "row-level-security",
            "audit-logging",
            "webhook-security"
          ]
        },
        {
          "slug": "webhook-security",
          "title": "Webhook security",
          "url": "https://tamanor.com/security/webhook-security",
          "summary": "Tamanor verifies webhook signatures, deduplicates replays, derives the tenant from the connected account (never the payload), and stores invalid webhooks only for audit — never processing them.",
          "keywords": [
            "webhook security",
            "signature verification",
            "replay protection",
            "tenant derivation"
          ],
          "related": [
            "webhook-architecture",
            "audit-logging",
            "data-integrity"
          ]
        },
        {
          "slug": "responsible-ai",
          "title": "Responsible AI",
          "url": "https://tamanor.com/security/responsible-ai",
          "summary": "Tamanor's AI is human-in-the-loop: it detects and proposes under brand rules and provider capability gates, with an approval step and fail-closed execution — never unbounded autonomy.",
          "keywords": [
            "responsible ai",
            "human in the loop",
            "ai governance",
            "capability gates"
          ],
          "related": [
            "autonomous-ai-moderation",
            "ai-moderation",
            "approval-workflow"
          ]
        },
        {
          "slug": "disclosure",
          "title": "Security disclosure",
          "url": "https://tamanor.com/security/disclosure",
          "summary": "How to report a security concern to Tamanor. Reports reach the team through the contact channel; a dedicated security address is configurable before production.",
          "keywords": [
            "security disclosure",
            "responsible disclosure",
            "report vulnerability",
            "security contact"
          ],
          "related": [
            "provider-tokens",
            "responsible-ai",
            "audit-logging"
          ]
        }
      ]
    },
    {
      "collection": "docs",
      "base": "https://tamanor.com/docs",
      "entries": [
        {
          "slug": "getting-started",
          "title": "Getting started",
          "url": "https://tamanor.com/docs/getting-started",
          "summary": "Connect a Facebook Page or Instagram Professional account through official OAuth, let Tamanor monitor comments, and approve proposed actions from the queue.",
          "keywords": [
            "getting started",
            "tamanor setup",
            "connect social account"
          ],
          "related": [
            "connect-facebook",
            "connect-instagram",
            "roles-and-permissions"
          ]
        },
        {
          "slug": "connect-facebook",
          "title": "Connect a Facebook Page",
          "url": "https://tamanor.com/docs/connect-facebook",
          "summary": "Connect a Facebook Page through Meta's official OAuth so Tamanor can monitor comments and, after approval, hide harmful ones.",
          "keywords": [
            "connect facebook",
            "facebook oauth",
            "facebook page setup"
          ],
          "related": [
            "facebook",
            "connect-instagram",
            "permission-model"
          ]
        },
        {
          "slug": "connect-instagram",
          "title": "Connect an Instagram account",
          "url": "https://tamanor.com/docs/connect-instagram",
          "summary": "Connect an Instagram Professional account through its linked Facebook Page via official OAuth so Tamanor can monitor its comments (read-only).",
          "keywords": [
            "connect instagram",
            "instagram professional",
            "instagram oauth"
          ],
          "related": [
            "instagram",
            "connect-facebook",
            "webhook-architecture"
          ]
        },
        {
          "slug": "roles-and-permissions",
          "title": "Roles & permissions",
          "url": "https://tamanor.com/docs/roles-and-permissions",
          "summary": "Understand Tamanor's workspace roles and how platform permission plus role permission together decide what actions are available.",
          "keywords": [
            "roles and permissions",
            "rbac docs",
            "workspace roles"
          ],
          "related": [
            "role-model",
            "permission-model",
            "approval-workflow"
          ]
        },
        {
          "slug": "webhooks",
          "title": "Webhooks",
          "url": "https://tamanor.com/docs/webhooks",
          "summary": "Tamanor verifies webhook signatures, deduplicates deliveries, routes Facebook and Instagram events through one connector, and resolves the tenant from the connected account.",
          "keywords": [
            "webhooks docs",
            "webhook signature",
            "meta webhooks",
            "instagram webhooks"
          ],
          "related": [
            "webhook-architecture",
            "worker-architecture",
            "security"
          ]
        },
        {
          "slug": "security-overview",
          "title": "Security overview",
          "url": "https://tamanor.com/docs/security-overview",
          "summary": "A concise technical overview of Tamanor's security posture: OAuth only, read-only by default, encrypted tokens, row-level tenant isolation, and an append-only audit log.",
          "keywords": [
            "security overview",
            "security docs",
            "oauth security",
            "rls"
          ],
          "related": [
            "security",
            "row-level-security",
            "encryption",
            "audit-log"
          ]
        }
      ]
    }
  ]
}