Instabug (Luciq) · OAuth Scopes

Instabug (Luciq) OAuth Scopes

OAuth 2.0 derived

Instabug (Luciq) publishes 1 OAuth 2.0 scope via the authorizationCode flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the Instabug (Luciq) API on a user’s behalf.

Tokens are issued from https://api.luciq.ai/oauth/token.

This index is generated from the provider’s OpenAPI security definitions (and, where available, its documented scope reference) and refreshes on every APIs.io network build. Browse every provider’s scopes at scopes.apis.io.

Agentic AIAPMApplication Performance MonitoringBug ReportingCrash ReportingMCPMobileMobile ObservabilityObservabilitySession Replay
Scopes: 1 Flows: authorizationCode Method: derived

OAuth endpoints

Authorization URL
https://api.luciq.ai/oauth/authorize
Token URL
https://api.luciq.ai/oauth/token
Flows
authorizationCode

Scopes (1)

ScopeDescriptionFlows
mcp:read Read access to applications, crashes, occurrences, hangs, bugs, and reviews authorizationCode

Source

OAuth Scopes

instabug-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/instabug-mcp-server-openapi.yml
schemes:
- name: oauth2
  source: openapi/instabug-mcp-server-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://api.luciq.ai/oauth/authorize
    tokenUrl: https://api.luciq.ai/oauth/token
  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.
scopes:
- scope: mcp:read
  description: Read access to applications, crashes, occurrences, hangs, bugs, and reviews
  flows:
  - authorizationCode
  sources:
  - openapi/instabug-mcp-server-openapi.yml