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

Creating Tasks via API

Was this page helpful?
Previous

API Integration

Next
Built with

You can create, configure, and deploy Tasks programmatically using the Rightbrain API - the same system that powers our no-code dashboard.

Rather than working with static examples, use our interactive API Reference to explore every available endpoint and call them live with your own credentials.
This interface automatically reflects your organization, authentication method, and the latest API updates.

Open API Reference

Try the interactive REST API explorer

Authentication

Learn how to authenticate with API Keys or OAuth 2.0

All Rightbrain Tasks can be created and managed through API - including prompt configuration, input processors, model selection, and structured outputs.

You can test each call instantly inside the API Reference without writing any code.

1

1. Choose your authentication method

Use either an API Key or OAuth 2.0 Client to authenticate your requests.
See the Authentication guide for setup details.

2

2. Open the API Reference

Visit the interactive API Reference to view all available endpoints for creating, updating, and running Tasks.

3

3. Make a request

Paste your authentication token, select your organization and project IDs, and execute the request directly from your browser - no setup required.

API Integration

Learn how to run your Tasks via API

SDK Integration

Use the TypeScript SDK for type-safe development