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

# Overview

> Welcome to the RABOT Partner API documentation

The RABOT Partner API allows you to integrate with the RABOT platform to automate your process flows. It is designed for backend, server-to-server integration supporting the following use cases:

* Accessing customer information, contract status and cost and consumption history for integrating into 3rd party applications
* Price dependent optimization of customer assets and energy consumption, either based on EPEX Spot Market prices or individual contract working prices
* Getting price quotes and managing customer orders (submit, check status) when building your own Funnel using our API

## Get Started with Our API in Minutes!

The first steps to get started with the RABOT Partner API.

<CardGroup cols={2}>
  <Card title="Access to the API" icon="gear" href="guides/partner_setup">
    How to acquire Client Credentials for the API from RABOT
  </Card>

  <Card title="Authentication" icon="key" href="guides/authentication">
    API authentication & Scopes
  </Card>
</CardGroup>

## Quickstart Integration Guides

<CardGroup cols={3}>
  <Card title="HEMS Integration" icon="house" href="quick-start/HEMS-Integration">
    Create real value for your users in just a few steps!
  </Card>

  <Card title="Whitelabel" icon="handshake" href="quick-start/Whitelabel">
    Integrate your Whitelabel Product to your native UI!
  </Card>

  <Card title="Sales Affilliate" icon="briefcase" href="quick-start/Sales-Affilliate">
    Start selling as an API integrated RABOT Sales Affilliate now!
  </Card>
</CardGroup>

## Questions or Concerns?

Feel free to speak with our [Integration Management Team](mailto:j.ohara@rabot.energy) or alternatively, ask our built-in AI assistant, Rabotini 🤖 (several languages supported).

## Most Viewed Resources:

Get more information about the API for your use case.

<CardGroup cols={2}>
  <Card title="3rd Party Authorization: Customer Data" icon="link-horizontal" href="guides/customer_linking">
    Learn about the 3rd party authorization flow and how to integrate it into your applications.
  </Card>

  <Card title="Build Your Own Funnel" icon="cart-shopping" href="guides/orders">
    Learn how to generate price quotes and submit customer orders to the RABOT platform in minutes!
  </Card>

  <Card title="Whitelabel: Customer Lifecycle" icon="repeat" href="guides/customer-lifecycle">
    Review the lifecycle of your customer and understand how our API supports you with all elements.
  </Card>

  <Card title="Contracts, Documents & Metrics" icon="bolt" href="guides/contracts">
    Working with contract information, retrieving documents and accessing contract metrics data.
  </Card>

  <Card title="Customer Data / Delivery Stage" icon="address-book" href="guides/customers">
    Understand how to retrieve customer data, the different access levels and the delivery stage of the customer lifecycle.
  </Card>

  <Card title="Release notes" icon="bell" href="/whats_new">
    Take a look at recent changes and updates to the API.
  </Card>
</CardGroup>
