Sonarly · Authentication Profile

Sonarly Authentication

Authentication

Sonarly secures its APIs with http across 1 declared security scheme, as derived from its OpenAPI definitions.

CompanyReliabilityObservabilityMonitoringBug DetectionIncident ManagementRoot Cause AnalysisAI AgentsDeveloper ToolsDevOps
Methods: http Schemes: 1 OAuth flows: API key in: header

Security Schemes

bearerAuth http
scheme: bearer

Source

Authentication Profile

Raw ↑
generated: '2026-07-21'
method: searched
source: openapi/sonarly-openapi.yml
docs: https://sonarly.com/docs/public-api
detail_source: https://sonarly.com/llms.txt
summary:
  types:
  - http
  api_key_in: [header]
  human_oauth: true
  notes: >-
    Two token surfaces, both carried as Authorization: Bearer. Human sign-in and
    third-party connections use OAuth browser flows; agent/API access uses
    bearer tokens.
schemes:
- name: bearerAuth
  type: http
  scheme: bearer
  description: >-
    Bearer token in the Authorization header. For the read-only public API this
    is a tenant-scoped read-only key with prefix sk_live_ (minted once via POST
    /api/setup/api-key, returned exactly once). For the setup-session API it is
    a short-lived (~30 min) setup-scoped token from GET
    /api/setup/{setup_id}/status, scoped to that one new tenant's setup
    endpoints.
  sources:
  - openapi/sonarly-openapi.yml
token_types:
- prefix: sks_setup_
  name: Setup-scoped token
  lifetime: ~30 minutes
  scope: single tenant's setup endpoints only
  issued_by: GET /api/setup/{setup_id}/status once state=authorized
- prefix: sk_live_
  name: Public API key
  lifetime: long-lived
  scope: read-only, tenant-scoped
  issued_by: POST /api/setup/api-key (returned exactly once)
- prefix: whsec_
  name: Webhook signing secret
  usage: HMAC-SHA256 signature verification of inbound webhook envelopes
  issued_by: POST /api/setup/webhook-endpoint (returned exactly once)
oauth_flows:
  description: >-
    Human-consent OAuth/browser flows handed off during onboarding; not part of
    the machine token surface.
  providers:
  - {provider: google, purpose: user sign-in / tenant creation}
  - {provider: github, purpose: user sign-in / tenant creation}
  - {provider: github-app, purpose: code host connection (Sonarly GitHub App install)}
  - {provider: sentry, purpose: error tracker connection (OAuth)}
  - {provider: slack, purpose: notifications (OAuth)}
  - {provider: discord, purpose: notifications (bot invite)}
  - {provider: linear, purpose: issue tracker (OAuth)}

Work with this as data

Every security artifact here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for security posture

4 MCP tools reach this
  • find_securityBrowse and filter every security artifact in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This security artifact
curl "https://apis.io/api/v1/security/sonarly-authentication"
All security posture
curl "https://apis.io/api/v1/security?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.