aboutsummaryrefslogtreecommitdiff
path: root/apps/docs/memory-api/sdks/overview.mdx
blob: 30ace8a24e86e5903303f795980ea753888ec9b9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
title: "Overview"
---

<Columns cols={2}>
  <Card title="Native Python and Typescript/JS SDKs" icon="code" href="/integrations/supermemory-sdk">
    <br/>
      ```pip install supermemory```

      ```npm install supermemory```
  </Card>

  <Card title="AI SDK plugin" icon="triangle" href="/integrations/ai-sdk">
      Easy to use with Vercel AI SDK
  </Card>

  <Card title="OpenAI SDK plugins" icon="sparkles" href="/integrations/openai">
      Use supermemory with the python and javascript OpenAI SDKs
  </Card>

  <Card title="Request more plugins" icon="life-buoy" href="mailto:[email protected]">
      We will add support for your favorite SDKs asap.
  </Card>
</Columns>