Workspaces

A Workspace is your Business Memory Brain — an isolated namespace for a single AI agent or product. Your plan limits apply per workspace.

What is a workspace?

Every memory you write belongs to a workspace. Workspaces are fully isolated — memories in ws_sales are never returned in queries against ws_support. You can create as many workspaces as you need under a single BizXEngine account.

Your subscription plan limits (writes, retrievals, reasoning calls) apply per workspace. If you need higher limits, upgrade the workspace’s plan in the dashboard.

Creating a workspace

Workspaces are created in the dashboard at app.bizxengine.com. Each workspace gets a unique ID prefixed with ws_. Pass this ID in every API call.

Workspace object

FieldTypeDescription
idstringUnique identifier. Example: ws_abc123.
namestringHuman-readable label set in the dashboard.
planstringOne of free, pro, max, enterprise.
created_atstringISO 8601 UTC timestamp.
memory_countintegerTotal memories stored in this workspace.