> ## 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

Alchemyst integrates into your AI stack as a shared memory layer, allowing models, tools, and workflows to read from and write to the same persistent context.

## Supported Integrations

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

<Columns cols={2}>
  <Card title="Vercel AI SDK" icon="js" href="/integrations/third-party/aisdk" horizontal>
    Integrate with Vercel's AI SDK for seamless TypeScript/JavaScript AI development.
  </Card>

  <Card title="Agno (coming soon)" icon="python" href="/integrations/third-party/agnoagi" horizontal>
    Python-first integration for Agno (coming soon).
  </Card>

  <Card title="Langchain" icon="code" href="/integrations/third-party/langchain/python" horizontal>
    Use Alchemyst with Langchain for advanced LLM workflows in Python and JS.
  </Card>

  <Card title="LlamaIndex" icon="code" href="/integrations/third-party/llamaindex/python" horizontal>
    Integrate with LlamaIndex for data-augmented generation and retrieval.
  </Card>
</Columns>
