# Agent Auth

<FoldCard
  title="Connect LangChain agents to Gmail"
  iconKey="langchain"
  href="https://github.com/scalekit-inc/sample-langchain-agent"
  variant="secondary"
  target="_blank"
  showCta={false}
  clickable={true}
>
  <p>Securely connect a LangChain agent to Gmail using Scalekit for authentication. Python example for tool authorization.</p>
</FoldCard>

<FoldCard
  title="Connect Google GenAI agents to Gmail"
  iconKey="google"
  href="https://github.com/scalekit-inc/google-adk-agent-example"
  target="_blank"
  variant="secondary"
  showCta={false}
  clickable={true}
>
  <p>Build a Google ADK agent that securely accesses Gmail tools. Python example demonstrating Scalekit auth integration.</p>
</FoldCard>

<FoldCard
  title="Connect agents to Slack tools"
  iconKey="python"
  href="https://github.com/scalekit-inc/python-connect-demos/tree/main/direct"
  target="_blank"
  variant="secondary"
  showCta={false}
  clickable={true}
>
  <p>Authorize Python agents to use Slack tools with Scalekit. Direct integration example for secure tool access.</p>
</FoldCard>