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

# 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="/spaces/c9ws9DH5EvMpMOzdXpqU">/spaces/c9ws9DH5EvMpMOzdXpqU</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>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="/spaces/c9ws9DH5EvMpMOzdXpqU">/spaces/c9ws9DH5EvMpMOzdXpqU</a></td><td><a href="/files/IaUMODRBBSBL8eUaPX09">/files/IaUMODRBBSBL8eUaPX09</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="/spaces/KaCZf0zuhkRPbhCyxsDc">/spaces/KaCZf0zuhkRPbhCyxsDc</a></td><td><a href="/files/ebMoLMpZFyLqpzByuzrk">/files/ebMoLMpZFyLqpzByuzrk</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="/spaces/c9ws9DH5EvMpMOzdXpqU" class="button primary" data-icon="rocket-launch">Get started</a> <a href="/spaces/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="/spaces/IgB3XQiF5wuq9vaejLca" class="button primary" data-icon="book-open">Guides</a> <a href="/spaces/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="/files/Bv7gvNV7pEW9HV2AFQ0Z">/files/Bv7gvNV7pEW9HV2AFQ0Z</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="/files/uAgJQBzxhh3eRwV7jzjo">/files/uAgJQBzxhh3eRwV7jzjo</a></td></tr></tbody></table>


---

# 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://docs.motherstar.io/readme.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.
