> For the complete documentation index, see [llms.txt](https://tech.x2bee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tech.x2bee.com/home/home-en/readme.md).

# Developer Platform

<h2 align="center">Develop with Document!</h2>

<p align="center"><a data-footnote-ref href="#user-content-fn-1">A single place for X2BEE project development and API guides.<br>Find the essential guidance quickly and start developing with confidence</a></p>

### X2BEE Guides

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><h4><i class="fa-leaf">:leaf:</i></h4></td><td><strong>Preapare Your Project</strong> </td><td><p>Learn the key X2BEE solution information needed for a successful project.</p><p><br></p><p></p></td><td><a href="/spaces/YNlEkDDNaPoPSqWyqIJv/pages/7FvWQMF0kTK7HGhlQfmo">/spaces/YNlEkDDNaPoPSqWyqIJv/pages/7FvWQMF0kTK7HGhlQfmo</a></td><td><a href="/files/LHIOZGoI6dPF36TuRaxH">/files/LHIOZGoI6dPF36TuRaxH</a></td></tr><tr><td><h4><i class="fa-server">:server:</i></h4></td><td><strong>Start Development</strong></td><td><p>Configure the X2BEE development environment and review the information required for implementation.</p><p><br></p></td><td><a href="/spaces/YNlEkDDNaPoPSqWyqIJv/pages/i73g4LZQanoLj7XtSO18">/spaces/YNlEkDDNaPoPSqWyqIJv/pages/i73g4LZQanoLj7XtSO18</a></td><td><a href="/files/IaUMODRBBSBL8eUaPX09">/files/IaUMODRBBSBL8eUaPX09</a></td></tr><tr><td><h4><i class="fa-terminal">:terminal:</i></h4></td><td><strong>Explore the APIs</strong> </td><td><p>Review the Store Front API and Back Office API for rapid feature development and integration.</p><p></p><p></p></td><td><a href="/spaces/PQQ6iLzt2axnb7ncYs4i/pages/trLwwmumlaofzMKwR3fr">/spaces/PQQ6iLzt2axnb7ncYs4i/pages/trLwwmumlaofzMKwR3fr</a></td><td><a href="/files/ebMoLMpZFyLqpzByuzrk">/files/ebMoLMpZFyLqpzByuzrk</a></td></tr></tbody></table>

{% columns %}
{% column %}

### API Reference

Try the APIs without implementing code or configuring an environment. Clear endpoint guidance, ready-to-copy examples, and a fast authentication process help you get started in minutes rather than hours.

The English API Reference draft intentionally contains no OpenAPI-generated content.<br>

<a href="/spaces/PQQ6iLzt2axnb7ncYs4i/pages/trLwwmumlaofzMKwR3fr" class="button primary" data-icon="globe-pointer">X2BEE API Testing</a>
{% endcolumn %}

{% column %}
{% code title="index.js" overflow="wrap" %}

```javascript
// Import the SDK
import ExampleAPI from "example-api";

// Initialize the client
const client = new ExampleAPI({ apiKey: "YOUR_API_KEY" });

// Send your first message
const response = await client.messages.send({
  message: "Hello, world!"
});

```

{% endcode %}
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column width="33.33333333333333%" %}

<figure><img src="/files/E0J1fPQj6mGRNk481LIn" alt=""><figcaption></figcaption></figure>
{% endcolumn %}

{% column width="66.66666666666667%" %}

#### New Updates <a href="#new-updates" id="new-updates"></a>

Use the Release Notes to review the latest X2BEE updates, including new features, improvements, changes, and fixes.

<a href="/spaces/1Yi4C5iQKlvTINQ6vDtq" class="button primary" data-icon="file-lines">Release Notes</a>
{% endcolumn %}
{% endcolumns %}

[^1]:
