×
×
×
×
×
Stellr

Stellr API

The Stellr API enables developers to call tools, utilize Exegesis Centralized Execution, and integrate the OrrinSDK feasibly.

The Official Interface

The official Stellr API is available natively via the OrrinSDK. The current v1 deployment is entirely RESTful, providing a robust architecture to manage context, tool invocations, and executions.

Version v1 Public
Interface REST
Core SDK OrrinSDK
×

Lets. Build. The. Future.

×
Governance & Setup

Security & Authentication

To interface with the Stellr API and deploy workflows to Exegesis CE, strict authentication and explicit consent boundaries are enforced. You can manage all credentials and configuration flows within the Developer Dashboard.

Context into Action

Centralized Execution

Exegesis Centralized Execution is the official layer for processing contextual data. It is the core engine that turns tools and plugins - created with the OrrinSDK - into autonomous agents that perform tasks based entirely on a user's context.

×

Easy to setup. Easy to use.

All you need as a prerequisite is pip3. By installing the OrrinSDK package, the OrrinCLI package will also be installed as a dependency.

pip3 install orrin-sdk
from orrinsdk import Stellr

api = Stellr()

api.perform(...)
×
NEW

Terminal Sessions & WebSocket Infrastructure

Take full control of remote and local execution with persistent terminal sessions, custom handlers, and a powerful real-time WebSocket infrastructure.

Persistent Terminal Sessions

Create long-lived terminal sessions that survive network interruptions. Execute commands, monitor output in real-time, and maintain state across multiple interactions.

Smart Handlers & Senders

Register custom handlers to process incoming data intelligently. Use senders to push commands, events, or structured payloads from anywhere - whether from the OrrinSDK, CLI, or external services.

WebSocket Infrastructure Layer

Our high-performance WebSocket layer is built for agentic workflows. It enables bidirectional real-time communication between your applications, terminal sessions, and Exegesis Centralized Execution.

  • Low-latency real-time streaming layout
  • Automatic session persistence loops
  • Token-based modern access security
  • Structured JSON & binary integration
NOTE: The websocket infrastructure and respective SDK versions enabling access to the infrastructure (including Terminal Sessions) are in pre-release beta currently and may have issues.
×

Build a better today to enable an even better tomorrow.