For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
DashboardWebsiteCommunity
DocsAPI ReferenceChangelog
DocsAPI ReferenceChangelog
  • Getting Started
    • Introduction
    • Why Rightbrain?
    • How It Works
  • Quickstart
    • Your First Task (5 min)
    • Deploy & Test
    • Observe Results
  • Authentication
    • Authentication
  • Creating Tasks
    • No-Code Dashboard
    • API Task Creation
  • Deploying Tasks
    • API Integration
    • SDK Integration
  • Integrations
    • MCP Protocol
    • AI Agent Documentation
  • Templates
    • Growth
    • Operations
    • Financial & Compliance
    • E-Commerce & Retail
    • Tech & Data
    • Knowledge & Content
  • Integration Patterns
    • Features
    • Tools
    • Workflows
    • Agents
LogoLogo
DashboardWebsiteCommunity
On this page
  • The Integration Pattern
  • Integration Methods
  • Governance Built In
  • TL;DR
Getting Started

How Rightbrain Works

Was this page helpful?
Previous

Create Your First Task

Next
Built with

Rightbrain provides composable AI capabilities that integrate directly into your applications. No complex infrastructure. No orchestration layers. Just production-grade AI that works.

The Integration Pattern

Every Task follows the same four-step flow, whether you’re calling it via REST API, MCP, or agent protocols:

1

Trigger

An event fires in your system - a user action, API call, or webhook that needs AI processing.

2

Receive

Data from the trigger event is sent to the Rightbrain Task. This can be text, structured data, files, or images.

3

Run

The Task executes its defined AI logic: your chosen model, prompt, and schema, with the right context provided at runtime.

4

Respond

Validated, structured output is returned to your application - ready to store, display, or feed into other Tasks.

This pattern is consistent across all integration methods, making it simple to build once and deploy anywhere.

Integration Methods

Direct API
MCP Protocol
Webhooks

Call Tasks like any REST API

Send a request with your input data, get structured output back. OAuth 2.0 authenticated, production-ready.

Perfect for:

  • Server-side applications
  • Batch processing
  • Synchronous workflows

Governance Built In

🧭 Observability - Every execution logged with inputs, outputs, timing, and costs

🔐 Access Control - OAuth 2.0 authentication with role-based permissions

🌿 Versioning - Revisions enabling A/B testing and weighted traffic

🛡️ Compliance - Audit trails, data residency, and enterprise-grade security

TL;DR

Rightbrain removes all the complexity between your application and AI capabilities:

  • No infrastructure to manage
  • No models to host
  • No prompt versioning to build
  • No monitoring to implement
  • No governance to figure out

You focus on functionality. We handle everything else.


5-Minute Quickstart

Build your first Task in our no-code dash

Templates

Example use cases to inspire your own