WP Manifestindependent plugin directory
manifest / ai / whitehenry-openbrain-connect

WhiteHenry OpenBrain Connect

WordPress plugin connecting whitehenry.com.au to the OpenBrain memory system

by Andy Canestrari · github.com/and-eee/whitehenry-openbrain-connect · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/and-eee/whitehenry-openbrain-connect/archive/refs/heads/main.zip

A WordPress plugin that exposes site content to the OpenBrain memory system via a secured REST API.

Endpoints

Method Path Auth Required Description
GET /wp-json/wh-openbrain/v1/health No Health check
GET /wp-json/wh-openbrain/v1/content Yes Returns recent published posts

Authentication

Pass your API token in the request header:

X-OpenBrain-Token: your-secret-token

Set the token in WordPress Admin → Settings → OpenBrain Connect.

Installation

  1. Upload the plugin folder to /wp-content/plugins/
  2. Activate via the Plugins menu
  3. Go to Settings → OpenBrain Connect and set your API token
  4. Test with: curl https://yoursite.com/wp-json/wh-openbrain/v1/health

Requirements

  • WordPress 6.0+
  • PHP 7.4+