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

# HoopAI Developer Platform

> Build integrations, automate workflows, and create custom experiences on the HoopAI platform.

<div className="dev-home" />

Build on HoopAI's REST API to sync data, trigger automations, and create custom client experiences. Follow the steps below to get started, or jump directly to the [API Reference](/api-reference/introduction).

## Get started

<Steps>
  <Step title="Get your API key">
    Generate a private API key from **Settings → Integrations → API Keys**. This token authenticates all your API requests.

    [Get your API key →](/developer/getting-started/api-keys)
  </Step>

  <Step title="Find your Location ID">
    Your Location ID identifies your account in every API request. Find it in **Settings → Business Profile**.

    [Find your Location ID →](/developer/getting-started/location-id)
  </Step>

  <Step title="Make your first request">
    Test your credentials with a single API call — fetch your contacts list in under a minute.

    [Run your first request →](/developer/getting-started/first-request)
  </Step>
</Steps>

## What will you build?

<CardGroup cols={3}>
  <Card title="Sync data" icon="arrows-rotate">
    Get data in and out of HoopAI using the REST API and webhooks.

    * [Contacts API](/api-reference/contacts/overview)
    * [Webhooks guide](/developer/guide/webhooks)
    * [Making requests](/developer/guide/making-requests)
  </Card>

  <Card title="Automate workflows" icon="bolt">
    Trigger actions, build custom steps, and extend HoopAI's automation engine.

    * [Workflows API](/api-reference/workflows/overview)
    * [Webhooks](/developer/guide/webhooks)
    * [Best practices](/developer/guide/best-practices)
  </Card>

  <Card title="Build experiences" icon="browser">
    Create client portals, custom dashboards, and integrations with external tools.

    * [Authentication](/developer/guide/authentication)
    * [SDKs and tools](/developer/guide/sdks-and-tools)
    * [Marketplace apps](/developer/guide/marketplace-apps)
  </Card>
</CardGroup>

## Resources

<CardGroup cols={3}>
  <Card title="Quick start" icon="rocket" href="/developer/quick-start">
    Make your first API call in under 5 minutes.
  </Card>

  <Card title="API Reference" icon="book" href="/api-reference/introduction">
    Full REST API reference with interactive examples.
  </Card>

  <Card title="Authentication" icon="key" href="/developer/guide/authentication">
    Authenticate requests with API keys and OAuth.
  </Card>

  <Card title="Webhooks" icon="webhook" href="/developer/guide/webhooks">
    Receive real-time events when data changes in HoopAI.
  </Card>

  <Card title="MCP server" icon="robot" href="/developer/mcp/overview">
    Use HoopAI's MCP server for AI-assisted development in your IDE.
  </Card>

  <Card title="Rate limits" icon="gauge" href="/developer/guide/best-practices">
    200,000 requests per day. Understand limits and best practices.
  </Card>
</CardGroup>
