BizXEngine API

The memory and intelligence layer for AI agents. Store context, search semantically, and reason over your data — all from a single API.

API v1.0 · Base URL: https://api.bizxengine.com/v1

What is BizXEngine?

BizXEngine is a hosted memory infrastructure API. Rather than managing your own vector databases, embedding pipelines, and retrieval logic, you make a few HTTP calls and get back semantically-ranked, importance-weighted memories tailored to your agent's context.

Unlike raw RAG pipelines, BizXEngine memories carry metadata — importance scores, temporal decay, categories, and access frequency — so retrieval quality improves over time, not degrades.

Five intelligence primitives

Memory Storage

Persistent, structured memory store with TTL support and namespace isolation.

Semantic Search

Vector-based retrieval with multi-factor ranking — not just cosine similarity.

Reasoning

LLM-powered reasoning over retrieved memories. Stream results in real time.

Context Injection

Automatic deduplication and window management. Only inject what matters.

Base URL

HTTPS https://api.bizxengine.com/v1

All API requests must use HTTPS. HTTP is not supported. Requests to the wrong scheme will receive a redirect, not a 200 response.

Request & response format

All request bodies must be JSON (Content-Type: application/json). All responses are JSON. Dates are ISO 8601 UTC strings. Amounts and IDs are strings unless noted.

All API responses include a request_id field. Include this in any support requests — it dramatically speeds up debugging.