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

# Integrations

> Official integrations for Convex and TanStack AI.

Mynth provides integration packages for specific frameworks.

<CardGroup cols={2}>
  <Card title="Convex" icon="bolt" href="/sdk/integrations/convex">
    Verify webhook signatures and route events in Convex HTTP actions with `@mynthio/sdk/convex`.
  </Card>

  <Card title="TanStack AI" icon="puzzle-piece" href="/sdk/integrations/tanstack-ai">
    Use Mynth as an image provider through TanStack AI's abstraction with
    `@mynthio/tanstack-ai-adapter`.
  </Card>
</CardGroup>

## Choose the right path

* Use the [main SDK](/sdk/js-ts/overview) when Mynth is your primary integration surface.
* Use the Convex helper when you want verified webhook handling with less boilerplate.
* Use the TanStack adapter when your app already speaks TanStack AI.
