Daylight · OAuth Scopes

Daylight OAuth Scopes

OAuth 2.0 searched

Daylight publishes 2 OAuth 2.0 scopes via the authorizationCode, clientCredentials, and refreshToken flows. Scopes are the fine-grained permissions an application requests at authorization time to act against the Daylight API on a user’s behalf.

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.

CompanySecurityCybersecurityManaged Detection and ResponseMDRThreat DetectionIncident ResponseAgentic AISOCMCP
Scopes: 2 Flows: authorizationCode, clientCredentials, refreshToken Method: searched

Scopes (2)

ScopeDescriptionFlows
openid OpenID Connect authentication scope for the Daylight product API (api.daylight.ai).
mcp:search Search access to the Daylight documentation MCP server (docs.daylight.ai/mcp).

Source

OAuth Scopes

daylight-scopes.yml Raw ↑
generated: '2026-07-18'
method: searched
source: >-
  https://api.daylight.ai/.well-known/oauth-protected-resource +
  https://auth.app.daylight.ai/.../.well-known/openid-configuration +
  https://docs.daylight.ai/.well-known/oauth-authorization-server
schemes:
- name: daylight-api-oidc
  applies_to: https://api.daylight.ai
  issuer: https://auth.app.daylight.ai/v1/apps/Peuc12rtvwjSr4gXbIvmOHyv8UyFi29b
  authorizationUrl: https://auth.app.daylight.ai/oauth2/v1/apps/authorize
  tokenUrl: https://auth.app.daylight.ai/oauth2/v1/apps/token
  flows: [authorizationCode, clientCredentials, refreshToken]
- name: daylight-docs-mcp-oauth
  applies_to: https://docs.daylight.ai/mcp
  issuer: https://docs.daylight.ai/mcp/oauth
  authorizationUrl: https://docs.daylight.ai/mcp/oauth/authorize
  tokenUrl: https://docs.daylight.ai/mcp/oauth/token
  flows: [authorizationCode, clientCredentials, refreshToken]
scopes:
- scope: openid
  description: OpenID Connect authentication scope for the Daylight product API (api.daylight.ai).
  schemes: [daylight-api-oidc]
- scope: mcp:search
  description: Search access to the Daylight documentation MCP server (docs.daylight.ai/mcp).
  schemes: [daylight-docs-mcp-oauth]
notes: >-
  The product API advertises only the baseline `openid` scope in its published
  protected-resource metadata; any finer-grained product scopes are not exposed
  in public discovery (authenticated surface). No scope reference page is
  published in the public docs.