Skip to content

Admin Features

This section covers the administrative features available to Super Admins through the Platform Console.

Overview

Super Admins have access to platform-wide configuration and management:

  • System Settings - App name, URLs, trial periods, budgets
  • Integration Management - API keys for third-party services
  • Feature Flags - Toggle features globally or per segment
  • Email Templates - Customize transactional emails
  • Company Management - View, suspend, or manage all companies

Documentation

Configuration

  • Admin Configuration System - Complete guide to:
    • System settings management
    • Billing configuration
    • Integration configs
    • Google Secret Manager sync
    • Email templates
    • Feature flags

Access Control

Admin features require isSuperAdmin: true on the user record.

RoleAccess Level
Super AdminFull platform access
OwnerCompany-level admin only
AdminCompany-level settings only
Member/ViewerNo admin access

UI Navigation

Platform Console is accessed via /platform/* routes:

  • /platform/config/system - System settings
  • /platform/config/integrations - Third-party integrations
  • /platform/config/features - Feature flags
  • /platform/config/segments - User/company segments
  • /platform/billing/packages - Subscription packages

TendSocial Documentation