Raindrop

Raindrop is the monitoring and observability platform for AI agents — a "Sentry for AI agents" that discovers silent agent failures in production. AI engineering teams use Raindrop to detect when agents fail, loop, hallucinate, or misbehave; run semantic and keyword Deep Search across millions of agent events; define custom behaviors to track in natural language; get Slack, email, and webhook alerts; inspect step-by-step traces to root-cause issues; and A/B test prompts, models, tool calls, and feature flags with Experiments. Raindrop ships first-party SDKs (TypeScript, Python, Go, Rust beta, Java beta, browser), an ingest HTTP API, a read-only Query API, a hosted MCP server, open-source Agent Skills, and the open-source Workshop local agent debugger. Founded in 2023 and headquartered in San Francisco, Raindrop raised a $15M seed led by Lightspeed Venture Partners in December 2025.

Raindrop publishes 2 APIs on the APIs.io network. Tagged areas include Company, AI, Agents, Observability, and Monitoring.

Raindrop’s developer surface includes documentation, API reference, getting-started guide, authentication, CLI, engineering blog, support, and 21 more developer resources.

39.1/100 thin ▬ flat Agent 43/100 agent aware Full breakdown ↓
scored 2026-07-27 · rubric v0.5
AccessSelf serve
2 APIs 1 MCP Servers
CompanyAIAgentsObservabilityMonitoringLLMOpsDeveloper ToolsTracing

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-07-27 · rubric v0.5
Composite quality — 39.1/100 · thin
Contract Quality 0.0 / 25
Developer Ergonomics 16.1 / 20
Commercial Clarity 12.1 / 20
Operational Transparency 1.7 / 13
Governance 0.0 / 12
Discoverability 9.3 / 10
Agent readiness — 43/100 · agent aware
Machine-Readable Contract 0 / 18
Agentic Access Contract 0 / 15
MCP Server 12 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 8 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 0 / 7
Typed Event Surface 6 / 6
Agent Skills 5 / 5
Well-Known Catalog 4 / 4
Consent & Bot Identity 0 / 3
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/raindrop: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 2

Individual APIs this provider publishes, each with its own machine-readable definition.

Raindrop Ingest API

Server-to-server ingest/tracking API for sending AI interactions, events, feedback signals, and user identity into Raindrop. Bearer write-key auth; authorized requests return 20...

Raindrop Query API

Read-only Query API for retrieving events, traces, signals, users, and conversations from Raindrop, including search, count, timeseries, and facets. Bearer query-key auth; rate ...

MCP Servers 1

Model Context Protocol servers that expose these APIs to AI agents.

raindrop-mcp.yml

MCP SERVER

Security Posture 3

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Raindrop Authentication

3 schemes

SECURITY

Raindrop Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Raindrop Trust Center

SOC 2 Type II

SECURITY

Scopes 1

OAuth scopes governing access to this provider's APIs.

Raindrop Scopes

OAuth 2.0 · no documented scopes

0 scopes

SCOPES

Resources

Get Started 4

Portal, sign-up, and the first successful call

Documentation 2

Reference material describing how the API behaves

Agent Surfaces 4

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 5

Pagination, idempotency, versioning, errors, and events

Build 3

SDKs, sample code, and the tooling you integrate with

Access & Security 5

Authentication, authorization, and security posture

Operate 1

Status, limits, changes, and where to get help

Commercial 3

Pricing, plans, and the legal terms of use

Company 1

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: raindrop
name: Raindrop
description: Raindrop is the monitoring and observability platform for AI agents — a "Sentry for AI agents" that discovers
  silent agent failures in production. AI engineering teams use Raindrop to detect when agents fail, loop, hallucinate, or
  misbehave; run semantic and keyword Deep Search across millions of agent events; define custom behaviors to track in natural
  language; get Slack, email, and webhook alerts; inspect step-by-step traces to root-cause issues; and A/B test prompts,
  models, tool calls, and feature flags with Experiments. Raindrop ships first-party SDKs (TypeScript, Python, Go, Rust beta,
  Java beta, browser), an ingest HTTP API, a read-only Query API, a hosted MCP server, open-source Agent Skills, and the open-source
  Workshop local agent debugger. Founded in 2023 and headquartered in San Francisco, Raindrop raised a $15M seed led by Lightspeed
  Venture Partners in December 2025.
url: https://raw.githubusercontent.com/api-evangelist/raindrop/refs/heads/main/apis.yml
x-type: company
x-source: vc-portfolio
x-backed-by:
- lightspeed-venture-partners
accessModel:
  pricing: unknown
  onboarding: self-serve
  trial: false
  try_now: false
  public: false
  label: Self-serve signup
  confidence: medium
  source:
  - authentication
  generated: '2026-07-22'
  method: derived
image: https://www.raindrop.ai/social.png
tags:
- Company
- AI
- Agents
- Observability
- Monitoring
- LLMOps
- Developer Tools
- Tracing
created: '2026-07-17'
modified: '2026-07-20'
apis:
- name: Raindrop Ingest API
  description: Server-to-server ingest/tracking API for sending AI interactions, events, feedback signals, and user identity
    into Raindrop. Bearer write-key auth; authorized requests return 204. Project targeting via X-Raindrop-Project-Id.
  humanURL: https://www.raindrop.ai/docs/sdk/http-api
  baseURL: https://api.raindrop.ai/v1
  properties:
  - type: Documentation
    url: https://www.raindrop.ai/docs/sdk/http-api
  - type: Authentication
    url: authentication/raindrop-authentication.yml
  - type: ErrorCatalog
    url: errors/raindrop-problem-types.yml
- name: Raindrop Query API
  description: Read-only Query API for retrieving events, traces, signals, users, and conversations from Raindrop, including
    search, count, timeseries, and facets. Bearer query-key auth; rate limited (200 RPM, search 50 RPM, 20 RPS). Project scoping
    via X-Raindrop-Project-Id.
  humanURL: https://www.raindrop.ai/docs/query-api/api-reference
  baseURL: https://query.raindrop.ai/v1
  properties:
  - type: APIReference
    url: https://www.raindrop.ai/docs/query-api/api-reference
  - type: SDK
    url: https://www.raindrop.ai/docs/query-api/sdk
  - type: RateLimits
    url: conventions/raindrop-conventions.yml
common:
- type: DeveloperPortal
  url: https://www.raindrop.ai/docs/introduction
- type: Documentation
  url: https://www.raindrop.ai/docs/introduction
- type: APIReference
  url: https://www.raindrop.ai/docs/query-api/api-reference
- type: GettingStarted
  url: https://www.raindrop.ai/docs/introduction
- type: Authentication
  url: authentication/raindrop-authentication.yml
- type: SDKs
  url: packages/raindrop-packages.yml
- type: CLI
  url: cli/raindrop-cli.yml
- type: MCPServer
  url: mcp/raindrop-mcp.yml
- type: AgentSkill
  url: skills/_index.yml
- type: LLMsTxt
  url: llms/raindrop-llms.txt
- type: WellKnown
  url: well-known/raindrop-well-known.yml
- type: OAuthScopes
  url: scopes/raindrop-scopes.yml
- type: Conventions
  url: conventions/raindrop-conventions.yml
- type: ErrorCatalog
  url: errors/raindrop-problem-types.yml
- type: Lifecycle
  url: lifecycle/raindrop-lifecycle.yml
- type: Conformance
  url: conformance/raindrop-conformance.yml
- type: Compliance
  url: security/raindrop-trust-center.yml
- type: TrustCenter
  url: security/raindrop-trust-center.yml
- type: DomainSecurity
  url: security/raindrop-domain-security.yml
- type: Webhooks
  url: https://www.raindrop.ai/docs/platform/alerts
- type: Blog
  url: https://www.raindrop.ai/blog
- type: Support
  url: https://www.raindrop.ai/docs/support
- type: GitHubOrganization
  url: https://github.com/raindrop-ai
- type: Pricing
  url: https://www.raindrop.ai/pricing
- type: SignUp
  url: https://auth.raindrop.ai/en/signup
- type: Login
  url: https://app.raindrop.ai
- type: TermsOfService
  url: https://www.raindrop.ai/docs/security/terms-of-use
- type: PrivacyPolicy
  url: https://www.raindrop.ai/docs/security/privacy-policy
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
x-enrichment:
  date: '2026-07-20'
  status: enriched
  artifacts_added: 17
  pass: local-v1