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

# Integrations

> Connect Gradium voice applications to tools, data sources, and agent workflows

Integrations help Gradium voice agents take action outside the conversation. Use them to connect spoken requests to search providers, application APIs, workflow tools, and agent frameworks.

## Agent Frameworks

Use Gradium inside agent frameworks that manage real-time transport, turn-taking, LLM calls, and audio pipelines.
Start with Gradbot for prototypes and demos, use LiveKit or Pipecat for production realtime voice agents, or connect messaging-channel agents through OpenClaw.

<CardGroup cols={2}>
  <Card title="Gradbot" icon="microphone" href="/integrations/agent-frameworks/gradbot">
    Prototype voice agents quickly with Gradium's open-source framework.
  </Card>

  <Card title="LiveKit" icon="radio" href="/integrations/agent-frameworks/livekit">
    Use Gradium STT and TTS in LiveKit Agents.
  </Card>

  <Card title="OpenClaw" icon="message-circle" href="/integrations/agent-frameworks/openclaw">
    Add Gradium TTS to OpenClaw messaging-channel agents.
  </Card>

  <Card title="Pipecat" icon="code" href="/integrations/agent-frameworks/pipecat">
    Add Gradium streaming TTS to a Pipecat voice pipeline.
  </Card>
</CardGroup>

## Tools

Give voice agents fresh context and action surfaces through external tools.

### Websearch

Use websearch when a voice agent needs current web context before it speaks.

<CardGroup cols={2}>
  <Card title="Keenable" icon="bolt" href="/integrations/web-search/keenable">
    Answer spoken questions with Keenable realtime web search.
  </Card>

  <Card title="Linkup" icon="globe" href="/integrations/web-search/linkup">
    Book hotels and search the live web with Linkup.
  </Card>

  <Card title="Tavily" icon="magnifying-glass" href="/integrations/web-search/tavily">
    Add real-time web search to a Gradium voice agent.
  </Card>
</CardGroup>
