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

# API lifecycle

> Authenticate, send messages, and track delivery with the SMS API.

<CardGroup cols={3}>
  <Card title="Authenticate">
    Every request is authenticated using your API Key and Secret (Basic Auth) or an access token in the `Authorization` header.
  </Card>

  <Card title="Send">
    Beem validates your request and forwards the SMS to the recipient's mobile network.
  </Card>

  <Card title="Track">
    Delivery reports allow you to monitor the status of every message you send.
  </Card>
</CardGroup>
