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

> ## Agent Instructions
> Use {baseUrl} for the environment-specific base URL provided to the partner integration team. Do not invent an API hostname.
> x-akhdar-* fields are publication provenance only. Do not treat them as partner integration instructions.

# Introduction

> Akhdar lets customers use existing loyalty points to support tree planting.

Akhdar lets customers use existing loyalty points to support tree planting.

This Developer Portal is for **Learn & Integrate**. Integrations are partner server-to-server, and customer applications must not call the API directly. Operational partner management is outside the scope of these docs.

The primary action is a loyalty-points contribution. Delivery-emissions estimates are optional and educational. Tree planting is separate from carbon offsetting, neutrality, or compensation.

## Getting started

<Card title="Quickstart" icon="rocket" href="/quickstart">
  Confirm your first contribution.
</Card>

## Explore

<Columns cols={2}>
  <Card title="Authentication" icon="key" href="/authentication">
    Send your partner API key on server-to-server requests.
  </Card>

  <Card title="Contributions" icon="trees" href="/contributions">
    Confirm a loyalty-points contribution after points are deducted.
  </Card>

  <Card title="Delivery Emissions" icon="truck" href="/delivery-emissions">
    Create an optional educational Well-to-Wheel estimate.
  </Card>

  <Card title="Webhooks" icon="webhook" href="/webhooks">
    Receive signed outbound events at your HTTPS receiver.
  </Card>

  <Card title="Errors & Recovery" icon="shield-alert" href="/errors-and-recovery">
    Read the error envelope and recover after an unknown result.
  </Card>

  <Card title="API Reference" icon="square-terminal" href="/api-reference">
    Index the partner server-to-server operations.
  </Card>
</Columns>

## Examples

<Card title="Examples" icon="code" href="/examples">
  Copy confirmation, recovery, estimate, and webhook-verification snippets.
</Card>
