# Mezmo Docs: Log Management

> Explore guides, APIs, tutorials, and reference materials for collecting telemetry and using Mezmo’s SRE agent to manage production environments.

## Log Management

### Overview

- [About Mezmo Log Management](https://docs.mezmo.com/docs/about-mezmo-log-analysis.md): Learn how Mezmo centralizes log ingestion, parsing, exclusion rules, alerts, spike protection, and archiving on a single platform.
- [Mezmo Architecture Overview](https://docs.mezmo.com/docs/concepts.md): Understand Mezmo's microservice architecture, including ingestion services like Buzzsaw and the retrieval services that power the Web App and API.
- [Welcome to Mezmo](https://docs.mezmo.com/docs/mezmo-quick-start-guide.md): Get started with Mezmo by creating an organization, adding log sources, parsing and searching logs, building views, alerts, boards, and archiving.
- [SOC 2 Compliance](https://docs.mezmo.com/docs/soc-2-compliance.md): Understand the SOC 2 Trust Services Criteria and how Mezmo logging helps you meet and maintain SOC 2 compliance.
- [HIPAA Compliance](https://docs.mezmo.com/docs/hipaa-compliance.md): Understand your logging obligations under HIPAA and HITECH and how Mezmo helps you meet them with encryption, RBAC, retention, and monitoring.
- [GDPR Compliance](https://docs.mezmo.com/docs/gdpr-compliance.md): Understand GDPR obligations for logging and best practices for staying compliant with Mezmo, including data minimization, pseudonymization, and retention.
- [PCI Compliance](https://docs.mezmo.com/docs/pci-compliance.md): Understand how PCI DSS Requirements 3, 10, and 12 apply to your logging strategy and how Mezmo helps meet them as a PCI Level 1 Service Provider.
- [Mezmo Service Endpoints](https://docs.mezmo.com/docs/mezmo-service-endpoints.md): Reference the inbound and outbound IP addresses for Mezmo services to configure IP-based firewall rules and allowlists.

### Ingest Logs

- [Mezmo Log Ingestion Methods](https://docs.mezmo.com/docs/ingestion.md): Compare ways to send logs to Mezmo, including the Mezmo Agent, client-side logger, platform integrations, code libraries, and the REST API.
- [Automatically Parsed Log Line Components](https://docs.mezmo.com/docs/log-parsing.md): Learn how Mezmo automatically parses log lines into string, source, application, JSON, and metadata components for search and analysis.
- [Mezmo Ingestion Service Limits](https://docs.mezmo.com/docs/Mezmo-ingestion-service-limits.md): Reference the size limits Mezmo enforces during ingestion for body, message, metadata, hostname, app name, log level, tags, and fields.
- [Log Ingestion Delays](https://docs.mezmo.com/docs/log-ingestion-delays.md): Understand the two types of ingestion delays in Mezmo, Live Tail latency and indexing latency, and the typical timing for each.
- [Mezmo Logging Agent](https://docs.mezmo.com/docs/introducing-the-agent.md): Learn how the Rust-based Mezmo Agent reads and uploads log files over HTTPS, plus configuration, host tags, hostnames, and release notes.
- [Mezmo Agent Supported Platforms](https://docs.mezmo.com/docs/mezmo-agent-support-matrix.md): Review the operating systems, architectures, and platform versions supported by the Mezmo Agent, including End of Life (EOL) policies.
- [Mezmo Client-Side Logger](https://docs.mezmo.com/docs/client-side-logging.md): Use Mezmo's Node.js library to send client-side JavaScript logs directly to Mezmo with multiple log levels, metadata, and tags.
- [Code Libraries](https://docs.mezmo.com/docs/code-libraries.md): Find official and community logging libraries for sending logs to Mezmo across languages like Go, Node.js, Python, Ruby, Java, and PHP.
- [Mezmo Log Ingestion Integrations](https://docs.mezmo.com/docs/ingestion-integrations.md): Browse the log ingestion integrations Mezmo develops and maintains for popular platforms.
- [View Kubernetes Events and Metrics](https://docs.mezmo.com/docs/kubernetes-enrichment.md): Use Kubernetes Enrichment to view cluster events, pod and node metrics, and logs in the Log Viewer, and tag lines to distinguish clusters.
- [Mezmo Agent Configuration for Kubernetes](https://docs.mezmo.com/docs/mezmo-agent-configuration-for-kubernetes.md): Configure the Mezmo Logging Agent in a Kubernetes cluster by editing the DaemonSet environment variables and applying a custom config file.
- [About Mezmo Agent Exclusion Rule: MEZMO Created - Exclude Agent-Generated Errors](https://docs.mezmo.com/docs/agent-generated-errors.md): Understand the exclusion rule Mezmo added to filter excessive, low-value log lines caused by a bug in agent versions earlier than 3.x.
- [Docker](https://docs.mezmo.com/docs/ingestion-integrations/docker.md): Send logs from Docker, Docker Cloud, ECS, and other Docker-based platforms to Mezmo using the Logspout-based Mezmo Docker container.
- [Fluentd](https://docs.mezmo.com/docs/ingestion-integrations/fluentd.md): Send Fluentd logs to Mezmo using the Mezmo plugin, set up ingestion in the Web App, and configure tailing in td-agent.conf.
- [Heroku Logs](https://docs.mezmo.com/docs/ingestion-integrations/heroku.md): Ingest Heroku logs into Mezmo using the Heroku add-on or log drains, with notes on user roles, multi-app plans, and Private Space logging.
- [NXLog](https://docs.mezmo.com/docs/ingestion-integrations/nxlog-for-windows.md): Configure NXLog on Windows to forward Windows event and file logs to an OpenTelemetry Collector, which relays them to the Mezmo OTEL Source.
- [Rsyslog](https://docs.mezmo.com/docs/ingestion-integrations/rsyslog.md): Forward Rsyslog logs to an OpenTelemetry Collector over TCP+TLS, TCP, or UDP, which relays them to the Mezmo OTEL Source.
- [Syslog](https://docs.mezmo.com/docs/ingestion-integrations/syslog.md): Route Syslog log ingestion to Mezmo through an OpenTelemetry Collector, which parses Syslog with RFC 5424 and RFC 3164 support and forwards it to the Mezmo OTEL Source.
- [Syslog-ng](https://docs.mezmo.com/docs/ingestion-integrations/syslog-ng.md): Forward syslog-ng logs to an OpenTelemetry Collector over TCP+TLS, TCP, or UDP, which relays them to the Mezmo OTEL Source, including ready-to-use configuration examples.
- [Windows Security Template](https://docs.mezmo.com/docs/windows-security-template.md): Gain visibility into Windows security events with prebuilt Views, Boards, and Screens, plus the required NXLog configuration.
- [Browser Logger Template](https://docs.mezmo.com/docs/browser-logger-template.md): Use pre-configured Views, Boards, and Screens to analyze browser-side errors by message, OS, and browser version with the Mezmo Browser Logger.
- [Heroku Template](https://docs.mezmo.com/docs/heroku-template.md): Explore the prebuilt Heroku Template of Views, Boards, and Screens for tracking app crashes, HTTP errors, response times, and security trends.
- [Generate Service and Ingestion Keys](https://docs.mezmo.com/docs/ingestion-key.md): Create and manage Mezmo ingestion keys and IAM access keys (personal, service, and enterprise), with security best practices for handling tokens.

### Manage Log Lines

- [Enable Raw Line Storage](https://docs.mezmo.com/docs/store-and-show-raw-lines.md): Turn on storing and viewing raw, unparsed log lines for your account and understand the potential storage cost impact.
- [Exclude Log Data](https://docs.mezmo.com/docs/excluding-log-lines.md): Use Exclusion Rules to filter out unneeded log data by source, app, or query to manage storage costs and reduce usage.
- [Export Log Lines](https://docs.mezmo.com/docs/export-lines.md): Export a local copy of your log lines in JSON line format, delivered as a download link to your Mezmo user email address.
- [Archive Logs](https://docs.mezmo.com/docs/archiving.md): Automatically export retained logs hourly to external storage as compressed JSON, with details on file naming, encryption, and restoration support.
- [Restore Log Data](https://docs.mezmo.com/docs/data-restoration.md): Re-ingest archived logs from AWS S3 or Google Cloud Storage cold storage so you can search and filter older log data in the Mezmo UI.
- [Templates for Views, Boards, and Screens](https://docs.mezmo.com/docs/using-templates.md): Browse, import, edit, and remove Mezmo's prebuilt templates to quickly add Views, Boards, and Screens for common queries.

### View and Analyze Logs

- [View Log Data](https://docs.mezmo.com/docs/view-log-data.md): Explore the Log Viewer to see your logs, apply Views, filter by tags, sources, apps, and levels, search, and use the timeline.
- [Search and Filter Log Data](https://docs.mezmo.com/docs/search-and-filter.md): Learn how search terms and operators work in the Log Viewer, plus tips for resolving empty results, unexpected matches, and query warnings.
- [Visualize Log Data with Graphs](https://docs.mezmo.com/docs/visualize-log-data-with-graphs.md): Use Boards and Graphs to chart log metrics over time with operations, plots, filters, and breakdowns like histograms and pie charts.
- [Use Screens and Widgets to Monitor Log Data](https://docs.mezmo.com/docs/use-screens-and-widgets-to-monitor-log-data.md): Learn how Screens and the four widget types (Count, Gauge, Table, Time Shifted Graph) present log metrics for monitoring and analysis.
- [Parse Logs with Custom Templates](https://docs.mezmo.com/docs/parse-logs-with-custom-templates.md): Create custom parsing rules and templates to parse log formats Mezmo doesn't auto-parse, and manage template order and status.
- [Set Exclusion Rules](https://docs.mezmo.com/docs/exclusion-rules.md): Control which logs are stored by building exclusion rules from hosts, apps, and queries, using one or all three together.
- [View Log Data by Timeline](https://docs.mezmo.com/docs/view-log-data-by-timeline.md): Use the Mezmo Timeline to spot trends, change time scales, scope into time frames, and jump to specific points in your logs.
- [Create and Edit Views](https://docs.mezmo.com/docs/create-and-edit-views.md): Save filters and search queries as reusable Views, organize them by category, and attach alerts to monitor specific log conditions.
- [Add Alerts to Views](https://docs.mezmo.com/docs/add-alerts-to-views.md): Attach presence or absence alerts to a single view, or build reusable alert presets with custom schedules to apply across multiple views.
- [Search Log Fields](https://docs.mezmo.com/docs/search-json-fields.md): Search parsed and nested log fields using value, comparison, existence, term-match, and case-sensitive operators, plus metadata and line-size searches.
- [Search Tips](https://docs.mezmo.com/docs/search-tips.md): Troubleshoot vague queries, unexpected matches, symbol warnings, and case-sensitivity issues, and interpret Mezmo's search syntax feedback.
- [Widget Use Cases](https://docs.mezmo.com/docs/widget-use-cases.md): Step-by-step examples of using Count, Time Shifted Graph, and Table widgets to monitor log counts, errors, apps, and authentication attempts.

### Alerts

- [Index Rate Alerts Overview](https://docs.mezmo.com/docs/index-rate-alerts-overview.md): Use Index Rate Alerts to track index and ingestion rates, spot volume spikes by source, and monitor anomalous flow with the alerts dashboard.
- [Create Usage Alerts](https://docs.mezmo.com/docs/usage-alerts.md): Set a usage limit and notify organization members when data usage exceeds your threshold before the end of the usage cycle.
- [AppOptics Alert Integration](https://docs.mezmo.com/docs/appoptics-alert-integration.md): Connect Mezmo alerts to the AppOptics Measurement API using a Record Only API token so triggered alerts create measurements in AppOptics.
- [Datadog Alert Integration](https://docs.mezmo.com/docs/datadog-alert-integration.md): Send Mezmo alerts to Datadog using the Datadog Metrics API by providing your API key and match and time-span criteria.
- [Email Alert Integration](https://docs.mezmo.com/docs/email-alert-integration.md): Trigger presence and absence alerts from log lines and send emails to multiple recipients in your preferred timezone.
- [OpsGenie Alert Integration](https://docs.mezmo.com/docs/opsgenie-alert-integration.md): Create OpsGenie alerts from Mezmo log data by configuring test, presence, and absence alerts with an OpsGenie API integration key.
- [PagerDuty Alert Integration](https://docs.mezmo.com/docs/pagerduty-alert-integration.md): Connect Mezmo alerts to PagerDuty so log-based alerts trigger incidents, including how to test, delete, and the 400 KB payload limit.
- [PagerDuty Auto-resolve Settings](https://docs.mezmo.com/docs/pagerduty-auto-resolve.md): Configure Mezmo to automatically resolve PagerDuty incidents based on log line volume within a specified time frame for an alert.
- [Slack Alert Integration](https://docs.mezmo.com/docs/slack-alert-integration.md): Connect Mezmo log alerts to your Slack workspace, configure presence and absence alerting, and remove the integration.
- [Sysdig Alert Integration](https://docs.mezmo.com/docs/sysdig-alert-integration.md): Configure Mezmo presence alerts that trigger events in your Sysdig Monitor instance using an API key and instance URL.
- [VictorOps Alert Integration](https://docs.mezmo.com/docs/victorops-alert-integration.md): Trigger VictorOps incidents from Mezmo log alerts by configuring the URL to notify and routing key for the integration.
- [Webhook Alert Integration](https://docs.mezmo.com/docs/webhook-alert-integration.md): Send Mezmo alerts to third-party services with a custom webhook, configuring method, URL, headers, body, and tokens, using Jira as an example.
- [Create Index Rate Alerts](https://docs.mezmo.com/docs/create-index-rate-alerts.md): Set max lines/s and z-score thresholds to alert via Slack, email, webhook, or PagerDuty when your log index rate grows unexpectedly.
- [Index Rate Alerts Metrics](https://docs.mezmo.com/docs/index-rate-alerts-metrics.md): Learn how Mezmo calculates index rate, ingest rate, lines/s, z-score, and standard deviation to set thresholds for Index Rate Alerts.

### Account and Organization Management

- [Organization Management Overview](https://docs.mezmo.com/docs/organization-management-overview.md): Create, delete, join, switch, and manage Mezmo organizations, including ownership, default organization, and API key settings.
- [Manage Access](https://docs.mezmo.com/docs/manage-access.md): Manage users, permissions, discoverability, sign-in policies, two-factor authentication, and password rules for your Mezmo organization.
- [Manage Usage](https://docs.mezmo.com/docs/manage-usage.md): Explore tools to reduce and monitor log data usage, including the Usage Dashboard, trends, restoration, email digests, and usage alerts.
- [Manage Usage Quotas](https://docs.mezmo.com/docs/manage-usage-quotas.md): Set daily and monthly quotas to stop log storage, reduce volume with triggered exclusion rules, or alert when usage thresholds are reached.
- [Manage Enterprise Organizations](https://docs.mezmo.com/docs/manage-enterprise-organizations.md): Use Enterprise Organization features to centrally manage access control, usage, and quotas across multiple Mezmo organizations from one dashboard.
- [Set Variable Retention](https://docs.mezmo.com/docs/variable-retention.md): Create rules that apply custom retention periods to specific log lines and track their impact in the Usage Dashboard and email digests.
- [The Enterprise Dashboard](https://docs.mezmo.com/docs/the-usage-dashboard.md): Review your organization's data usage with retained, restored, and ingested vs. retained graphs plus top app, source, and tag trends.
- [Billing Procedures](https://docs.mezmo.com/docs/billing-procedures.md): Understand how Mezmo handles failed payments on self-service paid plans, including retry timing, paywalls, and account archiving.
- [Access Management for Enterprise Organizations](https://docs.mezmo.com/docs/access-management-for-enterprise-organizations.md): Configure sign-in policies, SAML SSO, organization discoverability, and login methods for child organizations in a Mezmo Enterprise account.
- [Enterprise SAML SSO](https://docs.mezmo.com/docs/enterprise-saml-sso.md): Set up SAML single sign-on for your Mezmo Enterprise organization through manual configuration or service provider metadata.
- [Okta SAML Setup](https://docs.mezmo.com/docs/okta-saml-setup.md): Configure Okta as a SAML identity provider for Mezmo single sign-on, including JIT provisioning and SSO enforcement behavior.
- [OneLogin SAML Setup](https://docs.mezmo.com/docs/onelogin-saml-setup.md): Configure OneLogin as a SAML identity provider for Mezmo single sign-on using a custom connector and downloaded SAML metadata.
- [Azure Entra ID SAML Setup](https://docs.mezmo.com/docs/azure-saml.md): Configure SAML single sign-on between Mezmo and Azure Entra ID by exchanging sign-on URLs and uploading the federation metadata XML.

### Mezmo MCP and AI

- [Mezmo MCP](https://docs.mezmo.com/docs/mezmo-mcp.md): Connect AI assistants and IDE chat agents to Mezmo's remote MCP server for root-cause analysis, log queries, and pipeline management.
- [Use the Mezmo Assistant](https://docs.mezmo.com/docs/use-ai-assistant.md): Analyze logs and telemetry in natural language with the Mezmo Assistant using prompts, time expressions, context mentions, and slash commands.
- [AI Investigations](https://docs.mezmo.com/docs/ai-investigations.md): Read automated root-cause investigations that Mezmo AURA produces, viewable in the Mezmo web app or through the Mezmo MCP server.
- [Akamai Cloud Monitor](https://docs.mezmo.com/docs/ingestion-integrations/akamai-cloud-monitor-logs.md): Configure Akamai Cloud Monitor data delivery to forward logs to Mezmo and learn how Akamai datasets and fields are parsed and formatted.

### Integrations

- [GitHub Events](https://docs.mezmo.com/docs/ingestion-integrations/github-events.md): Connect the Mezmo GitHub integration to collect repository events, choose which event types to monitor, and filter them in the Web App.

### Other Topics

- [Aptible](https://docs.mezmo.com/docs/ingestion-integrations/aptible-logs.md): Set up Aptible log ingestion from the Mezmo Web App using your ingestion key, and learn why multi-line parsing is not supported.
- [AWS CloudWatch](https://docs.mezmo.com/docs/ingestion-integrations/cloudwatch.md): Route and transform CloudWatch log data to Mezmo using the AWS Lambda-based Mezmo CloudWatch integration.
- [AWS Elastic Beanstalk](https://docs.mezmo.com/docs/ingestion-integrations/elastic-beanstalk.md): Configure the Mezmo agent on AWS Elastic Beanstalk by adding a .config file to your app's .ebextensions directory with your ingestion key.
- [AWS S3](https://docs.mezmo.com/docs/ingestion-integrations/amazon-s3-logs.md): Use an AWS Lambda function to subscribe to an S3 bucket, transform retrieved log data, and route your logs from S3 into Mezmo.
- [Cloud Foundry](https://docs.mezmo.com/docs/ingestion-integrations/cloudfoundry.md): Stream events from your entire Cloud Foundry deployment to Mezmo using the Mezmo nozzle and your ingestion key.
- [Fluent Bit](https://docs.mezmo.com/docs/ingestion-integrations/fluentbit.md): Set up log ingestion to Mezmo using the Fluent Bit Mezmo output plugin and your Mezmo ingestion key.
- [Flynn](https://docs.mezmo.com/docs/ingestion-integrations/flynn.md): Set up Flynn log ingestion to Mezmo by following the Web App instructions using your Mezmo ingestion key.
- [LaunchDarkly](https://docs.mezmo.com/docs/ingestion-integrations/launchdarkly.md): Send and aggregate LaunchDarkly audit log events in Mezmo by configuring the integration with your Mezmo ingestion key.
- [OpenTelemetry Exporter](https://docs.mezmo.com/docs/ingestion-integrations/opentelemetry-exporter.md): Send log data to Mezmo by adding the Mezmo exporter to an OpenTelemetry Collector pipeline, with a quick start config example.
- [SaltStack](https://docs.mezmo.com/docs/ingestion-integrations/saltstack.md): Set up the Mezmo Salt deployment integration to listen for Salt state events and send the event information to Mezmo.
- [Vector](https://docs.mezmo.com/docs/ingestion-integrations/vector.md): Ingest observability data into Mezmo from Vector pipelines by installing Vector and configuring the Mezmo output sink.
- [Vercel](https://docs.mezmo.com/docs/ingestion-integrations/vercel.md): Stream Vercel logs to Mezmo by pointing the Vercel Syslog integration at an OpenTelemetry Collector, which relays them to the Mezmo OTEL Source.
- [Export Logs to External Archive Storage](https://docs.mezmo.com/docs/export-logs-to-external-storage.md): Configure log archiving to external providers such as AWS S3, Azure Blob, Google Cloud Storage, IBM Cloud, Digital Ocean Spaces, and OpenStack Swift.
- [Read Archived Logs](https://docs.mezmo.com/docs/read-archived-logs.md): Re-ingest and parse archived JSON log files using Mezmo Data Restoration, Amazon Athena, Google BigQuery, IBM SQL Query, or jq.
- [NGINX Ingress Controller Template](https://docs.mezmo.com/docs/nginx-ingress-controller-template.md): Use Mezmo's pre-built Views, Boards, and Screens plus a recommended log format to gain observability into NGINX Ingress Controller logs.
- [Web Server Template](https://docs.mezmo.com/docs/web-server-template.md): Get pre-configured Views, Boards, and Screens for HTTP web servers to monitor response codes, errors, traffic, and security.
- [Terraform Provider for Mezmo](https://docs.mezmo.com/docs/terraform-provider.md): Manage Mezmo Views and Alerts as code with the Terraform provider, including setup, use cases, and an example HCL configuration.
- [Format Log Lines with Custom Line Templates](https://docs.mezmo.com/docs/format-log-lines-with--custom-line-templates.md): Use custom %LINE templates to reformat log viewer output, display reserved fields, reference the original line, and return data as JSON.
- [Search Log Contents](https://docs.mezmo.com/docs/searching-log-contents.md): Use terms, phrases, and AND/OR/NOT operators with grouping and precedence to search log contents, plus Time Search and special-character handling.
- [Troubleshooting With Graphs and Log Data](https://docs.mezmo.com/docs/how-to-graph-logs-visualize-data-with-mezmo.md): Walk through real scenarios for using graphs and histograms to detect errors, spot unusual log volume, and analyze performance changes.
- [Create a Graph](https://docs.mezmo.com/docs/create-a-graph.md): Build a graph in the Mezmo Web App to aggregate metrics about your log data over time, such as counts of HTTP response codes.
- [Add a Plot to a Graph](https://docs.mezmo.com/docs/add-a-plot-to-a-graph.md): Add additional data points to a graph to compare error levels and response codes using system fields and optional plot filters.
- [Add a Breakdown to a Graph](https://docs.mezmo.com/docs/add-a-breakdown-to-a-graph.md): Create histogram and pie chart breakdowns to see how aggregated plot values are distributed across fields like response codes and hosts.
- [Organize Visualizations by Category](https://docs.mezmo.com/docs/organize-visualizations-by-category.md): Group Boards, Views, and Screens into Categories to organize your Mezmo visualizations and manage them under Settings.
- [Web Analytics Screen](https://docs.mezmo.com/docs/web-analytics-screen.md): Build a Screen with widgets to track week-over-week traffic and your most popular pages from web server logs.
- [Server Analytics Screen](https://docs.mezmo.com/docs/server-analytics-screen.md): Build a Screen with Time Shifted Graph and Table widgets to monitor bytes sent to the server and the top response codes.
- [Server Security Screen](https://docs.mezmo.com/docs/server-security-screen.md): Build a Screen with widgets to track 401/403 errors and identify the top IP addresses generating forbidden requests.
- [Create a Parsing Template](https://docs.mezmo.com/docs/create-a-parsing-template.md): Parse ingested log lines into fields using extractors, delimiters, trim, concatenate, and convert operations, then validate and activate the template.
- [Extract Fields](https://docs.mezmo.com/docs/extract-fields.md): Parse additional fields from historical logs without re-ingesting them, using extractors, queries, and time ranges, then export results as CSV.
- [Edit Parsing Operations with the Mini-Map](https://docs.mezmo.com/docs/edit-parsing-operations-with-the-mini-map.md): Use the mini map's rule paths and nodes to navigate, inspect, and jump between operations in a Custom Parsing Template or Extract Fields.
- [Parsing Operators](https://docs.mezmo.com/docs/parsing-operators.md): Reference for the parsing operators used to extract, transform, and capture values when building custom parsing rules in Mezmo.
- [Import and Export Organizations](https://docs.mezmo.com/docs/import-and-export-organizations.md): Export an organization's views, boards, alerts, exclusion rules, and parsing templates as JSON and import them into another organization.
- [Role-Based Access Control](https://docs.mezmo.com/docs/rbac.md): Learn how Mezmo roles grant member privileges and how access scopes restrict which log data members can see.
- [Manage Members](https://docs.mezmo.com/docs/manage-members.md): Invite, edit, and remove members, assign roles, and handle join requests for your Mezmo organization's team.
- [Feature Access Matrix](https://docs.mezmo.com/docs/feature-access-matrix.md): Reference table mapping Mezmo features to the Read-only, Basic, Admin, and Owner roles that can access each one.
- [Set Up System Cross-Domain Identity Management (SCIM)](https://docs.mezmo.com/docs/system-cross-domain-identity-management.md): Automate user and group provisioning in Mezmo from identity providers like Okta and Microsoft Entra ID using SCIM 2.0.
- [Add Enterprise Admins](https://docs.mezmo.com/docs/add-enterprise-admins.md): Grant Super Admin privileges from the General page so users can view the Enterprise Dashboard, manage child organizations, and set sign-in options.
