Instabug (Luciq) · Authentication Profile

Instabug Authentication

Authentication

Instabug (Luciq) secures its APIs with http and oauth2 across 2 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the authorizationCode flow(s).

Agentic AIAPMApplication Performance MonitoringBug ReportingCrash ReportingMCPMobileMobile ObservabilityObservabilitySession Replay
Methods: http, oauth2 Schemes: 2 OAuth flows: authorizationCode API key in:

Security Schemes

oauth2 oauth2
· flows: authorizationCode
personalAccessToken http
scheme: bearer

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/instabug-mcp-server-openapi.yml
summary:
  types:
  - http
  - oauth2
  oauth2_flows:
  - authorizationCode
schemes:
- name: oauth2
  type: oauth2
  flows:
  - flow: authorizationCode
    authorizationUrl: https://api.luciq.ai/oauth/authorize
    tokenUrl: https://api.luciq.ai/oauth/token
    scopes: 1
  description: OAuth 2.0 with Dynamic Client Registration. The Luciq MCP server advertises its
    authorization and token endpoints to MCP clients that register dynamically — no pre-shared
    client ID/secret is required.
  sources:
  - openapi/instabug-mcp-server-openapi.yml
- name: personalAccessToken
  type: http
  scheme: bearer
  bearerFormat: token
  description: 'Personal Access Token generated from the Luciq dashboard under Account Management
    > Luciq MCP. Pass as `Authorization: Bearer <pat>`.'
  sources:
  - openapi/instabug-mcp-server-openapi.yml