# Developer Platform

<h2 align="center">AI Agent Management Platform</h2>

<p align="center">An open source DevSecOps forward AI agent management platform</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-gauge">:gauge:</i></h4></td><td><strong>AI Agent Management</strong></td><td>Create and deploy agents that are interconnected through A2A protocol and easily calibrate LLM, rate limiting, billing, and monitoring using a role based security dashboard.</td><td><a href="https://app.gitbook.com/o/OFurwJH9FEa2N6fGfVZ6/s/c9ws9DH5EvMpMOzdXpqU/">Documentation</a></td><td><a href="https://content.gitbook.com/content/Dqi49lZpv7lf8ut37eGr/blobs/Fq5MqoJ1ciYc0Mr2rZKW/no-code.jpg">no-code.jpg</a></td></tr><tr><td><h4><i class="fa-server">:server:</i></h4></td><td><strong>Self Hosted</strong></td><td>Deploy on your Kubernetes infrastructure and maintain control on sizing/scaling, load balancing, and operational security.</td><td><a href="https://app.gitbook.com/o/OFurwJH9FEa2N6fGfVZ6/s/c9ws9DH5EvMpMOzdXpqU/">Documentation</a></td><td><a href="https://content.gitbook.com/content/Dqi49lZpv7lf8ut37eGr/blobs/1LgdUnZQmKCdMWhjKnFo/hosted.jpg">hosted.jpg</a></td></tr><tr><td><h4><i class="fa-square-github">:square-github:</i></h4></td><td><strong>Open Source</strong></td><td>Permissive open source licensing that allows you to use, contribute, and modify free licensing cost.</td><td><a href="https://app.gitbook.com/o/OFurwJH9FEa2N6fGfVZ6/s/KaCZf0zuhkRPbhCyxsDc/">API Reference</a></td><td><a href="https://content.gitbook.com/content/Dqi49lZpv7lf8ut37eGr/blobs/RTjTPuipB6nvgwNjStpg/api-reference.jpg">api-reference.jpg</a></td></tr></tbody></table>

{% columns %}
{% column %}

### Get started in 5 minutes

Setting up your first API call should be the easiest part of getting started. With clear endpoints, copy-paste-ready examples, and quick authentication, 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/OFurwJH9FEa2N6fGfVZ6/s/c9ws9DH5EvMpMOzdXpqU/" class="button primary" data-icon="rocket-launch">Get started</a> <a href="https://app.gitbook.com/o/OFurwJH9FEa2N6fGfVZ6/s/KaCZf0zuhkRPbhCyxsDc/" 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

Read guides, watch tutorials, and learn more about working with the developer platform and integrating it with your own stack.

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

<h2 align="center">Proven Architecture</h2>

<p align="center">Built upon proven and scalable architecture</p>

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th><th></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td><h4><i class="fa-discord">:discord:</i></h4></td><td><strong>Supabase</strong></td><td>Enterprise grade open source tools built on the Postgres foundation. Supabase is a comprehensive ecosystem for building applications on Postgresql with real time messaging, Data API's, edge functions, vector support, authorization/authentication, and more. MotherStar uses Supabase as the underlying platform for our management dashboard.</td><td><a href="https://supabase.com/" class="button secondary">Visit Supabase</a></td><td><a href="https://3096592777-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDqi49lZpv7lf8ut37eGr%2Fuploads%2FIDOnbzp8te2oLkJPBdh1%2Fsupabase-logo.png?alt=media&#x26;token=50c63132-8f99-47cc-949e-11920e400772">supabase-logo.png</a></td></tr><tr><td><h4><i class="fa-github">:github:</i></h4></td><td><strong>RCommon</strong></td><td>RCommon is a cohesive set of .NET libraries with abstractions for widely used implementations of design patterns which are common (see what we did there?) to many applications used today. The latest version provides tooling to rapidly build AI Agents using MCP, A2A, and Semantic Kernel. MotherStar uses RCommon to implement AI agents and agent hosting.</td><td><a href="https://rcommon.com/" class="button secondary">Visit RCommon</a></td><td><a href="https://3096592777-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDqi49lZpv7lf8ut37eGr%2Fuploads%2FWMRqhwX9agK7zghWqNUu%2Frcommon.png?alt=media&#x26;token=075dcc13-b225-4a25-a515-4d0787f18c63">rcommon.png</a></td></tr></tbody></table>
