Skip to content

Supported Integrations

OpsTower supports 34 integrations across twelve categories: analytics, error tracking, payments, logs, databases, ticketing, code, social, advertising, app stores, customer support, and external APIs. This page provides a quick reference for each integration’s authentication method and required credentials.

IntegrationCategoryAuth MethodKey Credentials
PostHogAnalyticsAPI KeyAPI key (phx_), Project ID
AmplitudeAnalyticsOAuth 2.0Automatic via OAuth
Google Analytics 4AnalyticsService AccountJSON key file, Property ID
MixpanelAnalyticsService AccountService Account Username, Secret, Project ID
SentryError TrackingAuth TokenInternal Integration token, Organization slug
StripePaymentsAPI KeyRestricted API key (rk_live_)
AxiomLogsAPI TokenToken (xaat- / xapt-), Dataset
Cloudflare LoggingLogsAPI TokenAPI token, Account ID
Google Cloud LoggingLogsService AccountJSON key file, Project ID
AWS CloudWatchLogsIAM CredentialsAccess Key, Secret Key, Region
MongoDBDatabaseConnection StringConnection string (mongodb:// or mongodb+srv://)
ClickHouseDatabaseUsername / PasswordURL, Username, Password, Database
Cloudflare D1DatabaseAPI TokenAPI token, Account ID, Database ID
SupabaseDatabaseJWTProject URL, Service Role Key
Generic SQLDatabaseConnection StringConnection string (postgres:// or mysql://)
AWS DynamoDBDatabaseIAM CredentialsAccess Key, Secret Key, Region
Google FirestoreDatabaseService AccountJSON key file, Project ID
LinearTicketingAPI KeyPersonal API key (lin_api_)
GitHubCodePATPersonal Access Token
PaddlePaymentsAPI KeyAPI key (pdl_live_ or pdl_sdbx_), Environment
ChargebeePaymentsAPI KeySite subdomain, Read-only API key
BraintreePaymentsAPI KeyMerchant ID, Public Key, Private Key, Environment
Jira CloudTicketingOAuth 2.0 (PKCE)Automatic via OAuth, Cloud ID
Bitbucket CloudCodeOAuth 2.0 (PKCE)Automatic via OAuth, Workspace slug
GitLabCodeOAuth 2.0 (PKCE)Automatic via OAuth, Username
X (Twitter)SocialOAuth 2.0 (PKCE)Automatic via OAuth
LinkedInSocialOAuth 2.0Automatic via OAuth
Facebook & InstagramSocialOAuth 2.0Automatic via OAuth (Page Access Token)
Meta AdsAdvertisingOAuth 2.0Automatic via OAuth, Ad Account ID
Google AdsAdvertisingOAuth 2.0Automatic via OAuth, Customer ID
App Store ConnectApp StoreAPI Key (JWT)Issuer ID, Key ID, Private Key (.p8)
IntercomSupportOAuth 2.0Automatic via OAuth
ZendeskSupportOAuth 2.0 (PKCE)Subdomain, OAuth Client Identifier, Client Secret
External APIExternal APIFlexibleBase URL + Bearer / API Key / Basic Auth / Query Param / None

All credentials are encrypted at rest using AES-GCM. Credentials are decrypted only at the time of use and are never exposed in logs, API responses, or the user interface after initial entry.

Analytics integrations connect OpsTower to your product analytics platforms. They power both scheduled reports and real-time agent queries during chat sessions.

Log integrations give agents access to application and infrastructure logs. Agents can search, filter, and analyze log data to help with debugging and incident investigation.

Database integrations allow agents to query your data stores directly. Agents can run read-only queries to retrieve data relevant to your questions.

Error tracking integrations give agents access to grouped error data with stack traces, frequency trends, and project-level stats. Agents can surface overnight error spikes and correlate them with other signals.

Payment integrations connect agents to your revenue and subscription data. Agents can query subscriptions, charges, invoices, and balance transactions to include financial metrics in daily reports.

Ticketing integrations let agents search, view, and create issues in your project management tools. They enable automated ticket creation from systems operations reports, so issues discovered overnight are tracked before your team starts the day.

Code integrations provide agents with access to your source code repositories. Agents can browse files, search code, and review commit history to correlate code changes with observed issues.

Social integrations connect agents to your social media accounts for engagement metrics, post performance, and audience insights. Agents can correlate social activity with product analytics to attribute traffic spikes and measure content impact.

Advertising integrations connect agents to your ad platforms for campaign performance, spend analytics, and audience breakdowns. Agents can correlate paid acquisition with product metrics to calculate true CAC and ROAS.

App store integrations connect agents to mobile app distribution platforms. Agents can query app reviews, ratings, and metadata to surface user sentiment, track review trends, and correlate app store feedback with product analytics.

Customer support integrations give agents access to support tickets, conversations, CSAT ratings, help center articles, and performance metrics. Agents can correlate customer issues with product analytics and operational signals to surface patterns and drive faster resolution.

External API connections let you integrate any REST API that OpsTower does not have a dedicated integration for. Provide a base URL and authentication credentials, and agents can make HTTP requests to query data from any service — internal microservices, third-party SaaS platforms, or partner data feeds. All requests include SSRF protection and header sanitization.