Instabug (Luciq) website screenshot

Instabug (Luciq)

Instabug — now rebranded as Luciq — is an agentic mobile observability platform covering bug reporting, crash reporting, application performance monitoring, session replay, surveys, feature flags, rollout management, and AI agents (Detect, Resolve, Release). Public agent-facing surface is the Luciq MCP Server at api.luciq.ai/api/mcp; data export, webhooks, and per-platform SDKs (iOS, Android, React Native, Flutter, KMP) round out the API footprint.

8 APIs 17 Features
Agentic AIAPMApplication Performance MonitoringBug ReportingCrash ReportingMCPMobileMobile ObservabilityObservabilitySession Replay

APIs

Luciq MCP Server

The Luciq MCP Server is a remote Model Context Protocol server hosted at api.luciq.ai/api/mcp that exposes mobile observability data (applications, crashes, crash patterns, occu...

Luciq App Health Metrics Export API

Enterprise-only REST API for exporting App Health metrics (crash-free sessions, cold/hot app launches, OOMs, ANRs) for ingest into Grafana, Datadog, or internal dashboards. Auth...

Luciq Webhooks

Outbound HTTP POST webhooks deliver Bugs, Crashes, and APM events to a customer-configured callback URL. Requests are signed with HMAC-SHA256 using a per-webhook secret and deli...

Luciq iOS SDK (formerly Instabug-iOS)

Native iOS SDK distributed via CocoaPods and Swift Package Manager covering bug reporting, crash reporting, APM (app launch, network, screen rendering, screen loading, flows), s...

Luciq Android SDK (formerly Instabug-Android)

Native Android SDK covering bug reporting, crash reporting (including ANR capture and deobfuscation), APM (app launch, network, screen rendering, screen loading, execution trace...

Luciq React Native SDK (formerly Instabug-React-Native)

React Native plugin wrapping the native iOS and Android Luciq SDKs. Adds Expo integration, CodePush / Over-The-Air update support, plus bug reporting, crash reporting, APM, sess...

Luciq Flutter SDK (formerly Instabug-Flutter)

Flutter plugin wrapping the native iOS and Android Luciq SDKs to deliver bug reporting, crash reporting (with crash-free sessions), APM (app launch, network, screen loading, UI ...

Luciq Kotlin Multiplatform SDK

Kotlin Multiplatform SDK that ships the Luciq mobile observability surface (bug reporting, crash reporting, APM with Ktor network logging, session replay, surveys, in-app replie...

Collections

Pricing Plans

Instabug Plans Pricing

3 plans

PLANS

Rate Limits

Instabug Rate Limits

7 limits

RATE LIMITS

FinOps

Features

Observability pillar: crash detection, UI glitches, session replay, user feedback
Intelligence pillar: automated prioritization, business-impact scoring, frustration-free sessions
Resolution pillar: SmartResolve, root cause analysis, AI Debugging Assistant, automated pull requests
Prevention pillar: real-time alerts, release management, feature flags, PR review by Release Agent
AI agents: Detect Agent, Resolve Agent, Release Agent
Agent Skills: luciq-debug, luciq-setup, luciq-migrate
Luciq MCP Server with 10 tools across applications, crashes, occurrences, app hangs, bugs, reviews
SDKs across iOS, Android, React Native, Flutter, KMP (5 platforms)
Legacy SDKs: Cordova, Swift Package Manager standalone
30+ third-party integrations (Jira, Slack, GitHub, PagerDuty, Datadog, Grafana, LaunchDarkly, etc.)
Webhooks with HMAC-SHA256 signing for Bugs, Crashes, APM events
Pricing model: priced on Daily Active Users (DAU) and Seats, not logs/sessions/traces
Per DAU entitlement: 180 sessions/month
Unlimited apps per account; unlimited integrations
SOC 2 Type II, SAML SSO, OAuth SSO, SCIM provisioning, RBAC, regional data pinning
Retention: Crash 180d, Bug 365d, APM 8w, Session Replay 4w, Surveys 365d
100 Observer seats included on Enterprise plans

Integrations

Project Management: Jira, Trello, Asana, ClickUp, Basecamp (v2 & v3), Shortcut, Pivotal Tracker, Teamwork Projects, Manuscript, Microsoft Azure DevOps, Phabricator
Notifications: Slack, Microsoft Teams
Incident Management: PagerDuty, Opsgenie
Customer Service: Zendesk, ServiceNow, Freshdesk, FrontApp
Source Control: GitHub, GitLab
SSO: Okta, OneLogin, Google Cloud Identity, SAML, OAuth
Observability: New Relic, Instana, Grafana, Datadog, Dynatrace
Feature Flags: LaunchDarkly
Other: Webhooks, Zapier, GitHub Marketplace, AWS Marketplace, Jira Marketplace

Event Specifications

Luciq Webhook Events

Luciq (formerly Instabug) webhooks deliver real-time notifications about bug reports, crash reports, and APM events to a configured callback URL via HTTP POST. The webhook integ...

ASYNCAPI

Semantic Vocabularies

Instabug Context

0 classes · 7 properties

JSON-LD

API Governance Rules

Instabug (Luciq) API Rules

9 rules · 5 errors 4 warnings

SPECTRAL

JSON Structure

Instabug Structure

0 properties

JSON STRUCTURE

Example Payloads

Instabug List Bugs Example

2 fields

EXAMPLE

Resources

🌐
Portal
Portal
🔗
Login
Login
🔗
Documentation
Documentation
🔗
HelpCenter
HelpCenter
💰
Pricing
Pricing
🔗
Platforms
Platforms
🔗
MigrationHub
MigrationHub
📄
ChangeLog
ChangeLog
📰
Blog
Blog
👥
GitHubOrganization
GitHubOrganization
🔗
LinkedIn
LinkedIn
🔗
Twitter
Twitter
🔗
Sitemap
Sitemap
🔗
LLMsFullText
LLMsFullText
🔗
SecuritySOC2
SecuritySOC2
🔗
SubProcessors
SubProcessors
🔗
GDPR
GDPR
🔗
AuditNotes
AuditNotes
🔗
SSO
SSO
🔗
SCIM
SCIM
🔗
Plans
Plans
🔗
RateLimits
RateLimits
🔗
FinOps
FinOps
🔗
JSONSchema
JSONSchema
🔗
JSONSchema
JSONSchema
🔗
JSONSchema
JSONSchema
🔗
JSONSchema
JSONSchema
🔗
JSONSchema
JSONSchema
🔗
JSONSchema
JSONSchema
🔗
JSONSchema
JSONSchema
🔗
JSONStructure
JSONStructure
🔗
JSONLD
JSONLD
🔗
Vocabulary
Vocabulary
🔗
SpectralRules
SpectralRules

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Luciq MCP Server
  version: '1.0'
request:
  auth:
    type: oauth2
    flow: authorization_code
    authorizationUrl: https://api.luciq.ai/oauth/authorize
    accessTokenUrl: https://api.luciq.ai/oauth/token
    credentials:
      clientId: '{{clientId}}'
      clientSecret: '{{clientSecret}}'
items:
- info:
    name: Applications
    type: folder
  items:
  - info:
      name: List Applications
      type: http
    http:
      method: GET
      url: https://api.luciq.ai/api/mcp/applications
      params:
      - name: platform
        value: ''
        type: query
        description: Filter applications by mobile platform.
      - name: limit
        value: ''
        type: query
      - name: offset
        value: ''
        type: query
    docs: Returns all applications accessible to the authenticated account. Backs the list_applications MCP tool.
- info:
    name: Crashes
    type: folder
  items:
  - info:
      name: List Crashes
      type: http
    http:
      method: GET
      url: https://api.luciq.ai/api/mcp/applications/:slug/crashes
      params:
      - name: slug
        value: ''
        type: path
        description: The application slug as exposed by list_applications.
      - name: mode
        value: ''
        type: path
        description: The reporting mode for the application (crash, bug, etc.).
      - name: date_ms
        value: ''
        type: query
      - name: status_id
        value: ''
        type: query
      - name: devices
        value: ''
        type: query
      - name: os_versions
        value: ''
        type: query
      - name: app_versions
        value: ''
        type: query
      - name: current_views
        value: ''
        type: query
      - name: teams
        value: ''
        type: query
      - name: platform
        value: ''
        type: query
    docs: Returns crash groups for an application with occurrence frequency, affected users, and cause hints. Backs the list_crashes
      MCP tool.
  - info:
      name: Get Crash Details
      type: http
    http:
      method: GET
      url: https://api.luciq.ai/api/mcp/applications/:slug/crashes/:number
      params:
      - name: slug
        value: ''
        type: path
        description: The application slug as exposed by list_applications.
      - name: mode
        value: ''
        type: path
        description: The reporting mode for the application (crash, bug, etc.).
      - name: number
        value: ''
        type: path
        description: The crash or bug number within the application's mode scope.
    docs: Returns everything Luciq knows about a single crash — stack, versions, status, severity. Backs the crash_details
      MCP tool.
  - info:
      name: Get Crash Patterns
      type: http
    http:
      method: GET
      url: https://api.luciq.ai/api/mcp/applications/:slug/crashes/:number/patterns
      params:
      - name: slug
        value: ''
        type: path
        description: The application slug as exposed by list_applications.
      - name: mode
        value: ''
        type: path
        description: The reporting mode for the application (crash, bug, etc.).
      - name: number
        value: ''
        type: path
        description: The crash or bug number within the application's mode scope.
      - name: pattern_key
        value: ''
        type: query
    docs: Groups crash occurrences by a pivot key — device, OS, app version, current view, app status, or experiments — to
      reveal concentration patterns. Backs the crash_patterns MCP tool.
- info:
    name: Occurrences
    type: folder
  items:
  - info:
      name: List Occurrence Tokens
      type: http
    http:
      method: GET
      url: https://api.luciq.ai/api/mcp/applications/:slug/crashes/:number/occurrences
      params:
      - name: slug
        value: ''
        type: path
        description: The application slug as exposed by list_applications.
      - name: mode
        value: ''
        type: path
        description: The reporting mode for the application (crash, bug, etc.).
      - name: number
        value: ''
        type: path
        description: The crash or bug number within the application's mode scope.
      - name: foreground
        value: ''
        type: query
      - name: device
        value: ''
        type: query
      - name: os_version
        value: ''
        type: query
      - name: app_version
        value: ''
        type: query
      - name: experiments
        value: ''
        type: query
      - name: view
        value: ''
        type: query
      - name: date_from_ms
        value: ''
        type: query
      - name: date_to_ms
        value: ''
        type: query
    docs: Lists individual crash occurrence ULIDs for drilling down into specific user/device sessions. Backs the list_occurrence_tokens
      MCP tool.
  - info:
      name: Get Occurrence Details
      type: http
    http:
      method: GET
      url: https://api.luciq.ai/api/mcp/applications/:slug/crashes/:number/occurrences/:ulid
      params:
      - name: slug
        value: ''
        type: path
        description: The application slug as exposed by list_applications.
      - name: mode
        value: ''
        type: path
        description: The reporting mode for the application (crash, bug, etc.).
      - name: number
        value: ''
        type: path
        description: The crash or bug number within the application's mode scope.
      - name: ulid
        value: ''
        type: path
    docs: 'Returns the exact context of one crash occurrence: device, OS, memory, storage, app status, user, and log URLs.
      Backs the get_occurrence_details MCP tool.'
- info:
    name: App Hangs
    type: folder
  items:
  - info:
      name: List App Hangs
      type: http
    http:
      method: GET
      url: https://api.luciq.ai/api/mcp/applications/:slug/app-hangs
      params:
      - name: slug
        value: ''
        type: path
        description: The application slug as exposed by list_applications.
      - name: mode
        value: ''
        type: path
        description: The reporting mode for the application (crash, bug, etc.).
      - name: date_ms
        value: ''
        type: query
      - name: status_id
        value: ''
        type: query
      - name: app_versions
        value: ''
        type: query
      - name: devices
        value: ''
        type: query
      - name: os_versions
        value: ''
        type: query
      - name: platform
        value: ''
        type: query
      - name: current_views
        value: ''
        type: query
    docs: Displays grouped UI freeze events for the application. Backs the list_app_hangs MCP tool.
- info:
    name: Bugs
    type: folder
  items:
  - info:
      name: List Bugs
      type: http
    http:
      method: GET
      url: https://api.luciq.ai/api/mcp/applications/:slug/bugs
      params:
      - name: slug
        value: ''
        type: path
        description: The application slug as exposed by list_applications.
      - name: mode
        value: ''
        type: path
        description: The reporting mode for the application (crash, bug, etc.).
      - name: status
        value: ''
        type: query
      - name: priority
        value: ''
        type: query
      - name: app_version
        value: ''
        type: query
    docs: Returns user-reported bugs submitted via the Luciq SDK with filtering capabilities. Backs the list_bugs MCP tool.
  - info:
      name: Get Bug Details
      type: http
    http:
      method: GET
      url: https://api.luciq.ai/api/mcp/applications/:slug/bugs/:number
      params:
      - name: slug
        value: ''
        type: path
        description: The application slug as exposed by list_applications.
      - name: mode
        value: ''
        type: path
        description: The reporting mode for the application (crash, bug, etc.).
      - name: number
        value: ''
        type: path
        description: The crash or bug number within the application's mode scope.
    docs: Returns comprehensive bug information including logs, user data, and device metadata for reproduction. Backs the
      bug_details MCP tool.
- info:
    name: Reviews
    type: folder
  items:
  - info:
      name: List Reviews
      type: http
    http:
      method: GET
      url: https://api.luciq.ai/api/mcp/applications/:application_token/reviews
      params:
      - name: application_token
        value: ''
        type: path
      - name: date_ms.gte
        value: ''
        type: query
      - name: date_ms.lte
        value: ''
        type: query
      - name: app_version
        value: ''
        type: query
      - name: rating
        value: ''
        type: query
      - name: country
        value: ''
        type: query
      - name: device
        value: ''
        type: query
      - name: prompt_type
        value: ''
        type: query
      - name: os
        value: ''
        type: query
    docs: Lists app reviews from store, native, and custom prompts with filters for rating, version, country, etc. Backs the
      list_reviews MCP tool.
bundled: true