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
Deploying Tasks

API Integration

Was this page helpful?
Previous

SDK Integration

Next
Built with

All Tasks created in your Rightbrain dash are powered by an auto scaling API that can be easily integrated into any external system. They are composable by default.

You can run any Task within the dash through a no-code interface to iterate until you are happy with the quality of the output.

Once ready to integrate the Task into another platform or to test out the Task API, just click the Integrate button from the Task’s Run page to open the guide.

From there, you can:

1

1. Choose your authentication method

Choose API Key or OAuth 2.0 Client for the requests. See the Authentication guide for details.

2

2. Preview your API call

Rightbrain automatically generates a complete curl request for your selected Task, including:

  • The correct endpoint for your organisation and project
  • Pre-filled task_input parameters from your most recent run
  • Your chosen authentication token
Screenshot 2025-11-03 at 08.16.18
3

3. Run your Task

Copy the generated request and run it in your terminal, IDE or drop it into any external platform that supports REST API integrations.

4

4. Interactive Docs

Another option is to paste your API Key into the interactive API Reference to call endpoints directly in your browser. Every API endpoint is documented in this section and supports the build out of complex applications based on the Rightbrain stack.

Authentication

Learn how to use API Keys and OAuth 2.0 clients

API Reference

Try the REST API interactively with your credentials