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

# Introduction - Alchemyst AI Docs

> The universal context layer for your AI stack. Choose a path to start building.

<div className="mx-auto w-screen max-w-[60vw] my-5 py-6 text-center">
  <div className="flex gap-2 justify-center">
    <h1 className="text-7xl sm:text-5xl font-bold my-3 text-black dark:text-white ">Alchemyst </h1>
    <h1 className="text-7xl sm:text-5xl font-bold my-3 text-[#f59025]">AI </h1>
  </div>

  <p>
    Getting started with the ONLY AI-native context layer - scalable, powerful and flexible, with you in control.
  </p>
</div>

<div className="mx-auto w-screen max-w-[60vw]">
  {/* <h3 className="text-center text-4xl my-3">Choose your journey</h3> */}

  <CardGroup cols={2}>
    <Card title="For users" img="https://mintcdn.com/alchemystai/28yD6l4AdgzunZNg/images/chrome_ext.png?fit=max&auto=format&n=28yD6l4AdgzunZNg&q=85&s=80c290269e6b2547a5f4fea281746e4f" href="/integrations/extensions/chrome" width="3590" height="1606" data-path="images/chrome_ext.png">
      Give conversational memory to your AI tools instantly. **No coding required.**
    </Card>

    <Card title="For Developers" img="https://mintcdn.com/alchemystai/28yD6l4AdgzunZNg/images/dashboard.png?fit=max&auto=format&n=28yD6l4AdgzunZNg&q=85&s=ad7da3485ce76209d220d70cefed9e9d" href="/getting-started" width="1848" height="824" data-path="images/dashboard.png">
      Build context-aware agents with your favourite tech stack in minutes.
    </Card>
  </CardGroup>
</div>

<div className="mx-auto w-screen max-w-[60vw] my-5 py-6">
  <h3 className="text-center text-4xl sm:text-2xl py-3 mt-3">Developer Resources</h3>

  <p className="text-center">
    Integrate context into the tools and frameworks you already use.
  </p>

  {/* Getting Started */}

  <h4 className="text-center text-2xl sm:text-xl mt-6">Getting started</h4>

  <Steps>
    <Step title="Get your API Key">
      Sign up at [**Alchemyst Platform**](https://platform.getalchemystai.com/auth?utm_source=docs\&utm_campaign=getting_started\&utm_medium=welcome_page\&utm_content=getting_started_link) and grab your secret key from the dashboard.
    </Step>

    <Step title="Install the SDK">
      <Tabs>
        <Tab title="javascript">
          ```bash theme={null}
          npm install @alchemystai/sdk
          ```
        </Tab>

        <Tab title="python">
          ```bash theme={null}
          pip install alchemystai
          ```
        </Tab>
      </Tabs>
    </Step>

    <Step title="Integrate with your tech stack">
      Push data to your namespace to make it immediately available to your agents.
    </Step>
  </Steps>

  {/* Resource Cards */}

  <CardGroup cols={2}>
    <Card title="LLM Frameworks" icon="microchip" href="/integrations/third-party/introduction">
      Native support for **LangChain, LlamaIndex, Agno,** and **Vercel AI SDK**.
    </Card>

    <Card title="Model Context Protocol" icon="bolt" href="/mcps/introduction">
      Connect Alchemyst as an **MCP Server** to Cursor, Claude Desktop, and VS Code.
    </Card>

    <Card title="API Reference" icon="code" href="/api-reference/introduction">
      Learn the exact endpoints behind the Alchemyst AI Platform
    </Card>

    <Card title="Sample Projects" icon="github" href="https://github.com/alchemyst-ai/awesome-saas">
      Blueprints for newsletter generators, support bots, and research agents.
    </Card>
  </CardGroup>
</div>

<div className="mx-auto w-screen max-w-[60vw] my-5 py-6 text-center">
  <h3 className="text-2xl font-semibold mb-3">Need help?</h3>
  <p className="mb-4">Join our community to share your projects or get technical support.</p>

  <CardGroup cols={2}>
    <Card title="Join our Discord" icon="discord" href="https://dub.sh/context-community">
      Connect with the community.
    </Card>

    <Card title="Submit a Feature Request" icon="github" href="https://github.com/Alchemyst-ai/docs/issues">
      Request new features or report issues.
    </Card>
  </CardGroup>
</div>
