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.zipA 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
- Upload the plugin folder to
/wp-content/plugins/ - Activate via the Plugins menu
- Go to Settings → OpenBrain Connect and set your API token
- Test with:
curl https://yoursite.com/wp-json/wh-openbrain/v1/health
Requirements
- WordPress 6.0+
- PHP 7.4+