Est. Jan 31, 2026

OFFICIAL
API INFRASTRUCTURE

The fundamental piece to the entire operatable status of all products and services offered by Stellr.

Availability

Though not currently publicly available, the pivot to a more formal API infrastructure is a step Stellr is taking to eventually open the API for usage.

Access Level Private / Internal
Target SDK Orrin Apps
Protocol REST
Public Launch Projection

To Be Announced

Dependent on Orrin Apps ecosystem growth.

ECOSYSTEM INTEGRATION

Where the API dwells.

Stellr anticipates enabling API usage via its SDKs for Orrin Developers, predominantly for the Orrin Apps extension. This will enable a more diverse app marketplace, allowing developers to manipulate user content securely.

// Example Concept: Orrin App Manifest
class OrrinExtension {
scope: ['user.read', 'content.write'];
target: 'Orrin_Marketplace';
async init() {
await Stellr.connect(this.scope);
}
}
CORE UTILITY

What is it useful for?

Operational Status

The API is the sole interface enabling a user's account to exist. It is the backbone for features to function and for resource usage tracking.

Account Lifecycle

Handles account creation, deletion, and every operation in between, such as updating usernames, passwords, or emails.

GOVERNANCE & PRIVACY

Security Model.

There is a lot of expansion needed for the API as well as Orrin Apps. Stellr will adapt a strict consent flow.

Consent Architecture
  • 1

    Explicit Scopes

    Developers must request specific access scopes which require manual user approval.

  • 2

    Policy Adherence

    Strict adherence to all Terms & Conditions and the overarching Privacy Policy set forth by Stellr.

  • 3

    Governed Ecosystem

    The Privacy Policy governs all products and services, which encompasses the API explicitly.

ROADMAP

When will it be public?

There is no preset date on when we are launching the API for public use. There are anticipations, but they will not be made public until we are certain they are appropriate in regards to how the mobile app and Orrin Apps extension are growing.