-
Notifications
You must be signed in to change notification settings - Fork 0
box init
mrdulasolutions edited this page May 25, 2026
·
1 revision
Bootstrap a Box workspace for agent memory + file storage. Tier-aware: Personal uses index files; Business+ adds metadata templates; Enterprise Plus optionally creates a Hub instead of a folder.
/box-init [workspace-name] [--team=<team>] [--parent=<folder-id>] [--as-hub]
Examples:
-
/box-init— folder workspace namedbox-memoryat Box root -
/box-init my-vault --team=engineering— workspace plus an extra team subtree -
/box-init my-vault --as-hub— Box Hub workspace (Enterprise Plus only)
- Probes tier via
box-tier-detect - Creates folder structure (or a Hub if
--as-huband tier is Enterprise Plus) - Writes
_box-memory.jsonwith capabilities, settings, hub metadata if applicable - Seeds
_index.jsonin every memory-holding folder - On Business+, creates the
boxMemorymetadata template that Box AI Extract targets - Surfaces the Hub indexing warm-up window if Hub-backed (Operational Notes Note 7)
- Surfaces metadata-template warm-up window (Operational Notes Note 3)
settings:
default_team: default
companion_layout: sibling
ai_recall_enabled: false # opt-in
ai_extract_enabled: false # opt-in
ai_studio_agent_enabled: false # opt-inAI features are off by default — explicit opt-in so users control AI Unit consumption.
- First-time setup of a Box workspace for agent memory
- Adding a new team subtree to an existing workspace
- Promoting a Personal workspace to Business+ (the skill creates the metadata template on first Business+ run)
- The workspace already exists and you don't want to re-init — the skill detects and offers use-existing
-
--as-hubwhen tier is below Enterprise Plus — falls back to folder, surfaces clearly
- Box MCP not connected → run box-mcp-check to confirm
- 403 on template create → likely stale OAuth token; reconnect Box MCP
- 409 conflict on workspace folder → pick different name
-
Hubs Workspaces — what
--as-hubunlocks -
Schema —
_box-memory.jsonand_index.jsonshape - Tier Matrix — what's available by tier
-
Box AI Integration — the AI features
box-initsets up - Source:
skills/box-init/SKILL.md
box-memory · MIT · Repo · Latest release · Issues · Air-gapped variant
Getting started
Concepts
Features
Skills reference
- Skills Reference (all)
- box-init
- box-status
- box-tier-detect
- box-mcp-check
- box-write
- box-recall
- box-ai-recall
- box-companion
- box-ai-extract
- box-team
- box-ai-agent
- box-index-rebuild
Integrations
Operations
Project