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

# Introduction

> Overview of the Wave SDKs

The Wave SDKs embed platform features directly into your applications, handling all communication with the Wave Platform behind the scenes. Each SDK ships ready-to-use screens you can customize to match your brand. Native SDKs are initialized with an API key, and web integrations with a public client id — both are generated in the Wave Console.

The SDKs are organized in the following groups:

<CardGroup cols={2}>
  <Card title="Activation SDK" icon="sim-card" href="/activation_sdk/overview">
    Embed the complete SIM card line activation flow, step by step.
  </Card>

  <Card title="Usage SDK" icon="chart-pie" href="/usage_sdk/overview">
    Show data usage with semi-circle and bar graph visualizations.
  </Card>

  <Card title="Spam Control SDK" icon="phone-slash" href="/spam_control_sdk/overview">
    Detect and block spam calls, with a built-in call history screen.
  </Card>

  <Card title="Offers SDK" icon="tags" href="/offers_sdk/overview">
    Present and manage offers across every sales channel.
  </Card>
</CardGroup>

## Platform availability

| SDK                                        |              Android             |              iOS             |             Web            |
| ------------------------------------------ | :------------------------------: | :--------------------------: | :------------------------: |
| [Activation](/activation_sdk/overview)     |  [Yes](/activation_sdk/android)  |  [Yes](/activation_sdk/ios)  |              —             |
| [Usage](/usage_sdk/overview)               |     [Yes](/usage_sdk/android)    |     [Yes](/usage_sdk/ios)    |  [Yes](/usage_sdk/iframe)  |
| [Spam Control](/spam_control_sdk/overview) | [Yes](/spam_control_sdk/android) | [Yes](/spam_control_sdk/ios) |              —             |
| [Offers](/offers_sdk/overview)             |    [Yes](/offers_sdk/android)    |    [Yes](/offers_sdk/ios)    | [Yes](/offers_sdk/web_sdk) |

Android SDKs are distributed via Maven and iOS SDKs via Swift Package Manager. Web integrations are available as a JavaScript SDK or an embedded iframe, depending on the product.

<Note>
  Looking for the REST API instead? See the [API Reference](/api-reference/introduction).
</Note>
