- Playbooks: seven department knowledge packages that unlock automated DAG workflows in Command Center.
- Apps: live ecosystem applications such as Market Marksman, LeadPulse, and Pulse Social.
- Books: digital titles sold through Gumroad.
Browsing the catalog
Open the Marketplace page in the app. The catalog loads fromGET /api/marketplace/items and refreshes every 15 seconds, so mount status stays current without a page reload.
Two controls narrow the catalog:
- Category tabs: switch between All, Playbooks, Apps, and Books.
- Search: filters items by name, description, or tag.
Mounted & Active, Available to Mount, Live (Beta), or Roadmap (Coming Soon)), its price, and its tags.
Department playbooks
Seven knowledge playbooks map to the seven departments of the workflow catalog. Mounting a playbook unlocks its DAG workflows in Command Center for your workspace.
New workspaces start with the Marketing and Operations playbooks mounted by default.
The playbooks correspond to the same seven series described in the workflow package catalog.
Inspecting a blueprint
Select Blueprint on a playbook card to open the blueprint details modal. It shows the playbook’s workflow count, automation rate, and cycle-time reduction before you commit to mounting it.Mounting a playbook
Select Mount on a playbook card. The app callsPOST /api/marketplace/mount/:id and, on success, the card’s status changes to Mounted & Active and the playbook’s DAG workflows unlock in Command Center.
Unmounting a playbook
Select Unmount on a mounted playbook card. The app callsPOST /api/marketplace/unmount/:id, which sets the subscription status to canceled and removes the playbook from your active workspace entitlements. You can mount it again at any time; mounting reactivates the existing subscription record.
Live apps and launch behavior
App cards launch directly to their live destinations:- Market Marksman (Standard and Nevada editions) opens its Cloud Run deployment in a new tab.
- LeadPulse opens its AI Studio deployment in a new tab.
- Pulse Social opens its hosted deployment in a new tab.
- 48-Hour LinkedIn Authority opens its live n8n tracking sheet in a new tab.
- Founder Signal System routes to the in-app diagnostic intake at /founder-signal-system instead of an external URL.
- Books link to their Gumroad product pages for purchase.

