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

# Introduction

> Welcome to the MeetBit Public API documentation

<img className="block dark:hidden" src="https://mintcdn.com/meetbit/e2Oh_bpVsPsqLvmq/images/hero-light.svg?fit=max&auto=format&n=e2Oh_bpVsPsqLvmq&q=85&s=c25506a33b4f204d6ac37d0840a9ad04" alt="Hero Light" width="700" height="320" data-path="images/hero-light.svg" />

<img className="hidden dark:block" src="https://mintcdn.com/meetbit/e2Oh_bpVsPsqLvmq/images/hero-dark.svg?fit=max&auto=format&n=e2Oh_bpVsPsqLvmq&q=85&s=5712e1aaaf17e2b55edde5bf3aa98210" alt="Hero Dark" width="700" height="320" data-path="images/hero-dark.svg" />

The MeetBit Public API allows developers to build applications that utilize the MeetBit Platform and its features. Primarily setup for server-to-server communication, this enables you to completely tailor your customer's experience as they schedule meetings and jump on calls!

<Note>
  **This documentation focuses on the MeetBit Public API.** If you wish to read about the MeetBit Admin Panel, or the MeetBit Platform as a whole, head on over to our [main documentation site](https://meetbit.gitbook.io).
</Note>

## Setting up

To get started, generate your access keys and complete the pre-requisites in the article below.

<Card title="Pre-Requisites" icon="list-check" href="/basics/pre-requisites">
  Setup within the MeetBit Admin Panel to use the Public API
</Card>

If you're here to learn about webhooks, head on over to our dedicated guide.

<Card title="Webhooks" icon="webhook" href="/webhooks/introduction">
  Learn how to utilize webhooks from MeetBit
</Card>

## Basics

Understand the basics of using the MeetBit Public API.

<CardGroup cols={2}>
  <Card title="Auth" icon="key" href="/basics/auth">
    Understand how to securely authenticate with the MeetBit Public API
  </Card>

  <Card title="Rate Limiting" icon="clock" href="/basics/rate-limiting">
    Properly prepare for and handle rate limits
  </Card>

  <Card title="Responses" icon="reply" href="/basics/responses">
    Familiarize on response formats and common responses
  </Card>

  <Card title="Tracking Errors" icon="circle-exclamation" href="/basics/errors">
    Learn how to track and report errors encountered
  </Card>

  <Card title="Usage Guides" icon="stars" href="/usage/implementation">
    Learn our recommended implementation processes
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference">
    Review our complete API reference
  </Card>
</CardGroup>
