Raindrop · Authentication Profile

Raindrop Authentication

Authentication

Raindrop declares 3 security scheme(s) across its OpenAPI definitions.

CompanyArtificial IntelligenceAgentsObservabilityMonitoringLLMOpsDeveloper ToolsTracing
Methods: Schemes: 3 OAuth flows: API key in:

Security Schemes

ingest_write_key http
scheme: bearer · in: header ()
query_api_key http
scheme: bearer · in: header ()
propelauth_oidc openIdConnect

Source

Authentication Profile

raindrop-authentication.yml Raw ↑
generated: '2026-07-20'
method: searched
source: >-
  raindrop.ai/docs/sdk/http-api, raindrop.ai/docs/query-api/api-reference,
  raindrop.ai/docs/mcp/overview, and auth.raindrop.ai OpenID configuration.
summary: >-
  Raindrop's ingest and query APIs authenticate with bearer API keys issued
  from app.raindrop.ai. The MCP server and dashboard additionally support
  OAuth 2.1 / OpenID Connect via PropelAuth (auth.raindrop.ai).
schemes:
- name: ingest_write_key
  type: http
  scheme: bearer
  in: header
  header: Authorization
  format: 'Bearer <WRITE_KEY>'
  applies_to: https://api.raindrop.ai/v1
  note: Write/ingest key for /events/track, /signals/track, /users/identify.
- name: query_api_key
  type: http
  scheme: bearer
  in: header
  header: Authorization
  format: 'Bearer <QUERY_API_KEY>'
  applies_to: https://query.raindrop.ai/v1
  note: Read-only query key for the Query API.
- name: propelauth_oidc
  type: openIdConnect
  issuer: https://auth.raindrop.ai
  openid_configuration: https://auth.raindrop.ai/.well-known/openid-configuration
  authorization_endpoint: https://auth.raindrop.ai/propelauth/oauth/authorize
  token_endpoint: https://auth.raindrop.ai/propelauth/oauth/token
  userinfo_endpoint: https://auth.raindrop.ai/propelauth/oauth/userinfo
  grant_types: [authorization_code]
  pkce: [S256]
  scopes: [openid, email, profile]
  applies_to: MCP server (OAuth 2.1) and dashboard sign-in.
project_scoping:
  header: X-Raindrop-Project-Id
  default: Production
  note: Optional header to target a specific project on ingest and query calls.

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/raindrop-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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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