> For the complete documentation index, see [llms.txt](https://help.1msg.io/platform-1msg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.1msg.io/platform-1msg/platform-1msg.io-developer-first-new-features-and-bonuses.md).

# Platform 1MSG.io: Developer-First — new Features & Bonuses

We launched the Platform 1MSG.io **beta** — a new WABA ecosystem. It is as stable and reliable as the current my.1msg.io version, but with a completely reimagined UI for developers and an **API & Developer-First** focus.

All new WABA technology features will roll out here first, and some will be exclusive to Platform 1MSG. That's why we recommend that new customers register on the new platform right away at [platform.1msg.io](https://platform.1msg.io/register?utm_source=en_gitbook_beta_1).

***

#### Exclusive updates and features on the new Platform 1MSG:

* **Full end-to-end test drive:** test your WABA integration before launching your own channel. Choose a ready-to-use test number from the 1MSG pool for the country you need and get a full trial environment to validate API, templates, and webhooks with your system — no business number setup required. <mark style="background-color:$success;">new</mark>
* **Webhook Inspection:** A complete webhook archive (messages, delivered, read, failed statuses, and more). The platform stores raw JSON payloads so you can check at any time whether an event reached your system and in what form. <mark style="background-color:$success;">new</mark>
* **Deep error tracing:** A debug panel that shows a detailed error log with all status codes and fix suggestions. <mark style="background-color:$success;">new</mark>
* **AI and automation ready:** Native MCP (Model Context Protocol) support for connecting AI agents, a dedicated CLI for console management, and ready-made use cases. <mark style="background-color:$success;">new</mark>
* **System Audit Log:** History of all changes on the channel — for example, API settings, billing, and more. <mark style="background-color:$success;">new</mark>

<a href="https://platform.1msg.io/register?utm_source=en_gitbook_beta_2" class="button primary">Try platform.1msg.io</a>

***

#### Welcome bonuses for new customers

If you don't have a my.1msg.io account yet, now is the best time to get started:

{% hint style="success" %}
🎁 **Starter deposit:** Get $5 added to your balance right after creating your account to test sending real messages.
{% endhint %}

Getting your integration running takes just 3 steps:

1. Complete a simple registration form (no card required).
2. Create a free Trial channel for the country you need in 6 minutes.
3. Send your first test messages via the API.

<a href="https://platform.1msg.io/register?utm_source=en_gitbook_beta_2" class="button primary">👉 Register on the new platform and launch WABA</a>

***

#### Why teams choose the 1MSG ecosystem:

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th></tr></thead><tbody><tr><td><strong>WhatsApp Business API</strong></td><td>Full support for Cloud API and on-premises WhatsApp Business API on a single platform</td></tr><tr><td><strong>Reliable Enterprise backend</strong></td><td>Built-in queue system and automatic retries for message deliveries to all your webhooks.</td></tr><tr><td><strong>Message history</strong></td><td>Unlimited storage and permanent access to conversation history</td></tr><tr><td><strong>Your media in our cloud</strong></td><td>We store all media files (images, documents, etc.) in our cloud for free, with no time limits</td></tr></tbody></table>

***

#### For current my.1msg.io customers

The current platform continues to operate normally. API capabilities, stability, and architecture are identical for now — you don't need to change or reconfigure anything right away.

We will notify you in advance and perform a seamless, automatic migration of all your channels to the new platform in the future. If you'd like to try the new platform and create a new WABA channel, you can register and evaluate the system today.

***

### WhatsApp Support Channel

{% columns %}
{% column width="66.66666666666666%" %}
Have questions?

Message us on WhatsApp at +1 431-304-9665 or simply scan the QR code for quick access to the chat.

<a href="https://wa.me/14313049665?text=Hi" class="button primary">Open on WhatsApp</a>

WhatsApp link <https://wa.me/14313049665?text=Hi>
{% endcolumn %}

{% column width="33.33333333333334%" %}

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.1msg.io/platform-1msg/platform-1msg.io-developer-first-new-features-and-bonuses.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
