Agent BrainsAgent Brains
API

Introduction

Agent Brains REST API introduction and quick links

API Introduction

Welcome to the Agent Brains REST API documentation. The base URL for requests is:

https://api.agent-brains.com

Use the sections below to navigate by domain.

Authentication

Authenticate every protected request using one of these headers:

  • x-api-key: <your-api-key>
  • x-access-key: <your-api-key>
  • Authorization: Bearer <your-api-key>

Header priority is x-api-key -> x-access-key -> Authorization: Bearer. After extraction, the token is verified against the Access Keys Manager for the required scope.


Knowledge Base

Browse and fetch knowledge-base entities, categories, attachments, and indexes.

Entities

Categories

Attachments

Indexes

Employees

Access employee configuration.

Company

Fetch tenant-level company information.

On this page