> ## Documentation Index
> Fetch the complete documentation index at: https://raindrop.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> Connect Raindrop with your AI frameworks, cloud providers, and developer tools.

Raindrop integrates with popular AI frameworks and tools so you can add observability with minimal code changes. Choose the integration that matches your stack.

<Info>
  Looking for the core SDKs? See [TypeScript](/sdk/typescript), [Python](/sdk/python), [Go](/sdk/go), [Rust](/sdk/rust), [Java](/sdk/java), [HTTP API](/sdk/http-api), or [Browser](/sdk/browser).
</Info>

## Let your AI assistant integrate Raindrop

Not sure how to wire things up? Install the open-source [`raindrop-setup` skill](/integrations/skills) and let your AI coding assistant (Claude Code, Cursor, Devin, Pi, and others) instrument Raindrop for you.

```bash theme={null}
npx skills add raindrop-ai/skills --skill raindrop-setup
```

See [Agent Skills](/integrations/skills) for the full list, including `raindrop-investigate` for triaging issues. Source: [github.com/raindrop-ai/skills](https://github.com/raindrop-ai/skills).

## AI SDKs

Drop-in instrumentation for AI SDK libraries. Wrap once, get events and traces automatically.

<CardGroup cols={3}>
  <Card title="Vercel AI SDK" icon="wand-magic-sparkles" href="/integrations/vercel-ai-sdk">
    Automatic tracking for generateText, streamText, generateObject, and streamObject.
  </Card>

  <Card title="Claude Agent SDK" icon="robot" href="/integrations/claude-agent-sdk">
    Automatic tracking for Claude Agent SDK sessions with events and traces.
  </Card>

  <Card title="Claude Managed Agents" icon="cloud" href="/integrations/claude-managed-agents">
    Automatic tracking for Anthropic's hosted managed agent sessions.
  </Card>

  <Card title="OpenAI Agents SDK" icon="microchip" href="/integrations/openai-agents">
    Automatic tracing for OpenAI Agents applications.
  </Card>

  <Card title="OpenRouter Agent SDK" icon="route" href="/integrations/openrouter-agent">
    Automatic tracing for OpenRouter Agent SDK applications.
  </Card>
</CardGroup>

## Agent Frameworks

Plug Raindrop into popular agent and LLM orchestration frameworks.

<CardGroup cols={3}>
  <Card title="Eve" icon="feather" href="/integrations/eve">
    Automatic observability for Vercel's Eve agent framework, including sub-agent dispatches.
  </Card>

  <Card title="LangChain" icon="link" href="/integrations/langchain">
    Automatic tracing for LangChain and LangGraph applications in TypeScript and Python.
  </Card>

  <Card title="Mastra" icon="gears" href="/integrations/mastra">
    Automatic tracing for Mastra agents.
  </Card>

  <Card title="Deep Agents" icon="robot" href="/integrations/deepagents">
    Automatic tracing for LangChain Deep Agents workflows in TypeScript and Python.
  </Card>

  <Card title="DSPy" icon="brain" href="/integrations/dspy">
    Automatic tracing for DSPy modules.
  </Card>

  <Card title="Pydantic AI" icon="shield-check" href="/integrations/pydantic-ai">
    Automatic tracing for Pydantic AI agents.
  </Card>

  <Card title="Pi Agent" icon="circle-nodes" href="/integrations/pi-agent">
    Automatic observability for Pi Agent.
  </Card>

  <Card title="Agno" icon="bolt" href="/integrations/agno">
    Automatic tracing for Agno agents and teams.
  </Card>

  <Card title="Strands Agents" icon="layer-group" href="/integrations/strands">
    Automatic tracing for Strands Agents in TypeScript and Python.
  </Card>

  <Card title="Google ADK" icon="google" href="/integrations/google-adk">
    Automatic tracing for Google ADK agents with tool spans and token tracking.
  </Card>

  <Card title="CrewAI" icon="users-gear" href="/integrations/crewai">
    Automatic tracing for CrewAI multi-agent crews with task and token tracking.
  </Card>
</CardGroup>

## Cloud Providers

Connect Raindrop to cloud-hosted AI services for automatic tracing.

<CardGroup cols={3}>
  <Card title="AWS Bedrock" icon="cloud" href="/integrations/bedrock">
    Automatic tracing for AWS Bedrock applications.
  </Card>

  <Card title="Azure OpenAI" icon="cloud" href="/integrations/azure-openai">
    Automatic tracing for Azure OpenAI applications.
  </Card>

  <Card title="Vertex AI" icon="cloud" href="/integrations/vertex-ai">
    Automatic tracing for Google Vertex AI / Gen AI applications.
  </Card>
</CardGroup>

## Orchestration

Instrument workflow orchestration platforms for end-to-end trace propagation.

<CardGroup cols={3}>
  <Card title="Temporal" icon="clock-rotate-left" href="/integrations/temporal">
    Automatic tracing for Temporal workflows, activities, and distributed traces across workers.
  </Card>
</CardGroup>

## Developer Tools

Use Raindrop with coding assistants and developer platforms.

<CardGroup cols={3}>
  <Card title="Claude Code CLI" icon="terminal" href="/integrations/claude-code">
    Automatic observability for Claude Code CLI sessions.
  </Card>

  <Card title="OpenCode" icon="code" href="/integrations/opencode">
    Integrate Raindrop with OpenCode to capture coding sessions.
  </Card>
</CardGroup>
