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
| Field | Type | Description |
|---|---|---|
| id | string | Unique identifier. Example: ws_abc123. |
| name | string | Human-readable label set in the dashboard. |
| plan | string | One of free, pro, max, enterprise. |
| created_at | string | ISO 8601 UTC timestamp. |
| memory_count | integer | Total memories stored in this workspace. |