# Developer Platform

<h2 align="center"><strong>therappai developer platform</strong></h2>

<p align="center">Welcome to the official therappai developer platform — your gateway to embedding real-time AI mental-wellbeing features into any product or experience.</p>

<p align="center"><a href="http://app.gitbook.com/join" class="button primary">Sign up</a> <a href="http://app.gitbook.com/join" class="button secondary">Log in</a></p>

<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>No code</strong></td><td>Start integrating AI mental-health support within minutes using simple, intuitive endpoints — no complex setup required.</td><td><a href="https://app.gitbook.com/o/VK6bRq5bjcvC7WVBlBc1/s/D9kPQSKh37ARMSglTuWN/">Documentation</a></td><td><a href="https://content.gitbook.com/content/T2hNXNyMYA3zTlEx5uHK/blobs/K5Das5TQaVhliwZBYker/no-code.jpg">no-code.jpg</a></td></tr><tr><td><h4><i class="fa-server">:server:</i></h4></td><td><strong>Hosted</strong></td><td>therappai handles all processing, safety systems, and optimisation in the cloud. Your product gets instant access to AI chat, voice, and video therapy.</td><td><a href="https://app.gitbook.com/o/VK6bRq5bjcvC7WVBlBc1/s/D9kPQSKh37ARMSglTuWN/">Documentation</a></td><td><a href="https://content.gitbook.com/content/T2hNXNyMYA3zTlEx5uHK/blobs/Y1AGdu9nqjUdMPfHRpLZ/hosted.jpg">hosted.jpg</a></td></tr><tr><td><h4><i class="fa-terminal">:terminal:</i></h4></td><td><strong>API reference</strong></td><td>therappai handles all processing, safety systems, and optimisation in the cloud. Your product gets instant access to AI chat, voice, and video therapy.</td><td><a href="https://app.gitbook.com/o/VK6bRq5bjcvC7WVBlBc1/s/Qt1lFMMsVE19ED7tG4kR/">API</a></td><td><a href="https://content.gitbook.com/content/T2hNXNyMYA3zTlEx5uHK/blobs/WVFSRGObuq15jdIPQBm6/api-reference.jpg">api-reference.jpg</a></td></tr></tbody></table>

{% columns %}
{% column %}

### Get started in 5 minutes

Your first API call should be easy. therappai is designed for speed, clarity, and developer happiness. With secure authentication and straightforward endpoints, you’ll be up and running in minutes — not hours.

No guesswork. No complexity. Just your first successful call, fast.

<a href="https://app.gitbook.com/o/VK6bRq5bjcvC7WVBlBc1/s/D9kPQSKh37ARMSglTuWN/" class="button primary" data-icon="rocket-launch">Get started</a> <a href="https://app.gitbook.com/o/VK6bRq5bjcvC7WVBlBc1/s/Qt1lFMMsVE19ED7tG4kR/" class="button secondary" data-icon="terminal">API reference</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 %}

<figure><img src="https://gitbookio.github.io/onboarding-template-images/placeholder.png" alt=""><figcaption></figcaption></figure>
{% endcolumn %}

{% column %}

### Learn more about the developer platform

Explore the guides, tutorials, and documentation that help you build meaningful wellbeing experiences with therappai’s AI capabilities.

<a href="https://app.gitbook.com/o/VK6bRq5bjcvC7WVBlBc1/s/oB1KYxxWnhnJlHRw4gSL/" class="button primary" data-icon="book-open">Guides</a> <a href="https://app.gitbook.com/o/VK6bRq5bjcvC7WVBlBc1/s/D9kPQSKh37ARMSglTuWN/" class="button secondary" data-icon="book">Documentation</a>
{% endcolumn %}
{% endcolumns %}
