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

# Lawtte documentation

> AI receptionists, client intake, and case automation for law firms.

Lawtte answers your firm's calls, runs intake, books consultations, and keeps your
practice management system up to date. Everything the dashboard does is available
over a REST API, and your firm's calling agent can be driven from Claude through
the Lawtte connector.

<CardGroup cols={2}>
  <Card title="Build an AI receptionist" icon="headset" href="/guides/build-an-ai-receptionist">
    The complete guide: what she answers, the intake she runs, and what happens next.
  </Card>

  <Card title="Quickstart" icon="rocket" href="/quickstart">
    For developers: make your first authenticated request and place a test call.
  </Card>

  <Card title="API reference" icon="code" href="/api-reference/introduction">
    36 endpoints across voice, agents, leads, campaigns, contacts, and workflows.
  </Card>

  <Card title="Lawtte in Claude" icon="robot" href="/mcp/overview">
    Connect Lawtte to Claude and place objective-driven calls from a chat.
  </Card>

  <Card title="Website widget" icon="browser" href="/guides/website-widget">
    Drop the chat and voice widget onto any site in one script tag.
  </Card>
</CardGroup>

## Running a law firm on Lawtte

<Columns cols={3}>
  <Card title="Create her" icon="wand-magic-sparkles" href="/studio/create-your-receptionist">
    Every question the builder asks, and how to answer it for your firm.
  </Card>

  <Card title="Her intake" icon="list-check" href="/studio/intake-questions">
    Per-practice-area question lists you edit, reorder, and add to.
  </Card>

  <Card title="Her phone line" icon="phone" href="/studio/phone-number">
    Claim a local number and forward your office line to it.
  </Card>
</Columns>

## What you can build

<Columns cols={3}>
  <Card title="Voice and chat" icon="microphone" href="/api-reference/introduction">
    Start web voice calls, outbound phone calls, and text chat sessions with an agent.
  </Card>

  <Card title="Intake and leads" icon="user-plus" href="/guides/call-webhooks">
    Capture callers as leads, enrich them from transcripts, and sync to your CRM.
  </Card>

  <Card title="Scheduling" icon="calendar" href="/guides/appointments">
    Check real availability and book consultations during the call.
  </Card>
</Columns>

## Base URL

All requests go to a single origin:

```bash theme={null}
https://www.lawtte.ai
```

<Note>
  Need an API key or a Studio account? Email [contact@lawtte.ai](mailto:contact@lawtte.ai)
  or open the [dashboard](https://www.lawtte.ai/dashboard).
</Note>


## Related topics

- [Authentication](/authentication.md)
- [Quickstart](/quickstart.md)
- [Website widget](/guides/website-widget.md)
- [Call webhooks](/guides/call-webhooks.md)
- [Appointments](/guides/appointments.md)
