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, fetch, create, update, and delete implemented Knowledge Base resources. Entity and category deletion is permanent and cannot be undone. Attachment creation supports JSON/base64 and multipart HTTP requests; the MCP attachment create tool supports JSON/base64 only.

Snapshot

Entities

Categories

Attachments

Indexes

Conversations

List conversations, retrieve history, and send outbound agent messages.

Document Structuring

Start asynchronous document structuring tasks and retrieve task status/result.

Employees

Access employee configuration.

Company

Fetch tenant-level company information.

On this page