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

# Introduction

> Build integrations with Lanten using the REST API, MCP server, and webhooks.

Lanten is AI-powered property maintenance software. This documentation is for letting agents who want to connect their own systems to Lanten — syncing work orders, tenants, units and more programmatically.

## What you can build with

<Columns cols={3}>
  <Card title="REST API" icon="code" href="/api-reference/introduction">
    Read and write work orders, tenants, and units directly from your systems.
  </Card>

  <Card title="MCP server" icon="robot" href="/guides/mcp/overview">
    Connect AI tools like Claude to your Lanten workspace.
  </Card>

  <Card title="Webhooks" icon="bolt" href="/guides/webhooks/overview">
    Receive real-time notifications when work orders are created or updated.
  </Card>
</Columns>

## Before you start

You'll need a Lanten account with API access. Generate an API key from your [dashboard](https://app.lanten.ai/dashboard/settings/developers) under **Settings → Developers**.

<Card title="Set up authentication" icon="key" href="/guides/authentication" horizontal>
  Learn how to authenticate your requests.
</Card>
