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

# Integrations

> Integrate Alchemyst's memory into your AI Stack

Connect Alchemyst's context layer directly into your AI stack. Whether you're enhancing personal productivity with a browser extension or architecting agentic workflows via our SDK, Alchemyst ensures high-fidelity context retrieval across all platforms. By integrating with industry-standard frameworks like LangChain, Agno, and the Vercel AI SDK, you can eliminate LLM "amnesia" and power more intelligent, stateful interactions with minimal latency.

## Supported Integrations

Get started by integrating Alchemyst's memory with your favorite AI frameworks and tools.

<Columns cols={2}>
  <Card title="Chrome Extension" icon="chrome" href="/integrations/extensions/chrome" horizontal>
    Integrate memory with chatgpt, claude, gemini by downloading the chrome extension.
  </Card>

  <Card title="LLM Proxy" icon="network-wired" href="/integrations/llm-proxy/anthropic" horizontal>
    Proxy server for routing requests to different LLM's API.
  </Card>

  <Card title="Alchemyst SDK" icon="js" href="/integrations/sdk/typescript-sdk" horizontal>
    Use Alchemyst SDK for integrating memory with you ai agents or apps.
  </Card>

  <Card title="Third Party Integrations" icon="link" href="/integrations/third-party/introduction" horizontal>
    Integrate with langchain, lama index, agno ai and vercel ai sdk.
  </Card>
</Columns>
