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

# Welcome to Karada

> The intelligent deployment and API integration platform built for the AI era.

Karada accelerates your development workflow by seamlessly bridging the gap between traditional REST APIs and modern AI agents. Whether you operate as a solo developer shipping a new app or within a massive team managing complex microservices, Karada provides the infrastructure you need to deploy, scale, and integrate faster.

## Why Karada?

In the era of AI-driven development, tools like Claude, Cursor, and ChatGPT need to interact with your data. Traditionally, this requires you to write custom wrapper code for every single API to make it compatible with these AI systems.

Karada solves this by providing **Auto-MCP**: an automated pipeline that converts standard OpenAPI and Swagger specifications into fully-functional servers implementing the [Model Context Protocol (MCP)](https://modelcontextprotocol.io). This transforms your standard API endpoints into native tools that your AI assistant can immediately understand and use.

<CardGroup cols={2}>
  <Card title="Auto-MCP Generation" icon="robot" href="/features/auto-mcp">
    Generate complete MCP servers instantly from any OpenAPI or Swagger
    specification. Expose your APIs to AI assistants with zero handwritten code.
  </Card>

  <Card title="Project Management" icon="folder-open" href="/features/projects">
    Organize your work with dedicated workspaces. Track real-time usage metrics,
    configure settings, and manage environments effortlessly.
  </Card>

  <Card title="Instant Deployments" icon="rocket" href="/features/deployments">
    Deploy your generated MCP servers and web applications with a single click.
    Enjoy automatic builds and scalable infrastructure.
  </Card>

  <Card title="Team Collaboration" icon="users" href="/features/teams">
    Invite team members, manage granular role-based access control (RBAC), and
    collaborate seamlessly across multiple projects.
  </Card>
</CardGroup>

## Getting Started

Ready to dive in? Head over to the [Quickstart Guide](/quickstart) to get up and running with your first Auto-MCP server in less than 5 minutes.
