Quick start
Authenticate with an API key header:
curl -H "X-API-Key: YOUR_KEY" \
"http://api.revengine.dailymaverick.co.za/api/MODEL?limit=5"After signing in, your API key is filled in automatically for Try it panels on API resource pages.
powered byJXP
Define Mongoose schemas, get a full REST API with auth, permissions, and smart queries.
Authenticate with an API key header:
curl -H "X-API-Key: YOUR_KEY" \
"http://api.revengine.dailymaverick.co.za/api/MODEL?limit=5"After signing in, your API key is filled in automatically for Try it panels on API resource pages.
Enable MCP_ENABLED=true to expose five fixed read-only tools (jxp_list_models, jxp_find, …) for AI clients and a built-in docs playground.
API keys, tokens, and password encryption without extra wiring.
Load linked documents with URL-driven populate parameters.
Search, sort, filter, field selection, and limits on GET requests.
Add or change models by editing Mongoose schemas — the API updates automatically.
Per-model CRUD rules by user group, owner, and admin.
pre/post hooks and custom handlers for business rules.
Read-only Model Context Protocol tools on the same port — use with Cursor, LM Studio, or the built-in playground.