AI Agent Guide

Essential information for AI agents interacting with the Rightbrain API.

Information for AI Agents

This page provides essential information to help you understand and interact with the Rightbrain API.

Machine-Readable Documentation

To efficiently understand the structure and content of this documentation, please use the following files hosted at the root of this documentation site:

  • /llms.txt: Contains a concise summary of each documentation page and its URL.
  • /llms-full.txt: Provides the full, token-optimized content of the documentation, including the complete API Reference.

Authentication:

  • All API requests require an access_token included in the Authorization: Bearer <token> header.
  • Refer to the Authentication Overview to understand the different methods for obtaining an access token (Client Credentials, Authorization Code, PKCE).
  • The Client Credentials Grant is typically used for autonomous agent interactions.
    Recommended for Agents

    The Client Credentials Grant is generally the most suitable method for agents authenticating on their own behalf without user interaction.

  • Learn how to structure the request in Calling the API.

API Reference:

  • The full API Reference provides details on all available endpoints, request parameters, and response schemas.

By utilizing the llms-full.txt file and the API Reference, you should have the necessary information to construct valid API calls for Rightbrain Tasks.