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

# Barndoor SDKs

> The Barndoor SDKs empowers developers to connect to governed Model Context Protocol (MCP) servers, enabling seamless interaction with platforms like Salesforce, Notion, and GitHub. Whether you're building AI-driven applications with OpenAI or performing direct API calls, the SDK simplifies authentication, tool discovery, and data operations with a robust TypeScript and Python interface. Get started with our examples to query Salesforce Opportunities, manage Notion pages, or integrate with GitHub repo

<CardGroup cols={2}>
  <Card title="Check out our Python SDK" icon="python" href="/sdks/python">
    Get your docs set up locally for easy development
  </Card>

  <Card title="Check out our Typescript SDK" icon="npm" href="/sdks/typescript">
    Preview your changes before you push to make sure they're perfect
  </Card>

  <Card title="Examples" icon="browser" href="/sdks/examples/general">
    Check out our example integrations
  </Card>
</CardGroup>
