The install, step by step

How a pack install works.

Half-configured templates are how pilots die: an agent pointed at a table that doesn't exist, a trigger that never fired, a failure nobody saw. This installer leaves no room for that. You read the full blueprint, answer a few setup questions, and a deterministic installer builds the department bottom-up in dependency order — ending in a smoke test, not a hope.

Browse the pack library
Three ways in

Prebuilt is the door. The platform is underneath.

The wizard

Five steps. You answer questions, it does the work.

  1. 01
    Overview

    You see the entire department before anything is created: every component the pack installs and every tool it needs connected.

  2. 02
    Setup questions

    A few plain-language choices configure the pack for your rules: which sources it watches, guardrails like a daily outbound email cap, and the approval gate. Setup asks the governance question before anything runs: for example, should the AI employee require human approval before sending external emails?

  3. 03
    Conflicts

    If a component with the same name already exists in your workspace, you decide what happens: use existing, rename, or replace. Nothing gets clobbered.

  4. 04
    Install

    Components install bottom-up in dependency order, and a live log shows every step. The run ends with a final verification and smoke test.

  5. 05
    Done

    A working department, not a project plan. Open your new coworker and assign the first task.

The install log

Ten steps, in dependency order, verified at the end.

Components install bottom-up so nothing ever references a thing that doesn't exist yet: tables first, then knowledge bases, agents, triggers, and finally the AI employee. Bindings and @mention placeholders resolve automatically along the way — and the run doesn't end until the smoke test passes.

Install log · live
01Validate the sandboxed manifest
02Create tables
03Create knowledge bases
04Create agents
05Resolve table and tool bindings
06Resolve @mention placeholders
07Create triggers
08Create the named AI employee
09Apply your setup answers: guardrails and approval gates
10Final verification and smoke test
The 15-minute install, end to end2m
video: demo-pack-installScreen recording of a pack install end-to-end: manifest validated, tables created, agents created, the named AI employee created, the smoke test passing, then the working department dashboard.
Conflicts

Your workspace stays yours.

When a pack component collides with something you already built, the wizard stops and asks. Three options, all explicit.

Use existing

Keep the component already in your workspace and wire the pack to it. Nothing is duplicated.

Rename

Install the pack's version alongside yours under a new name. Both stay.

Replace

Swap your component for the pack's version. You choose this explicitly; it never happens by default.

Pack security

Manifests are sandboxed.

  • Credentials and row data are stripped on export. Only structure and prompts install.
  • Only Official and Partner Verified manifests run unprompted.
  • Community packs are reviewed before anything runs.
Make your own

Any workspace can become a pack.

  • Save your current workspace as a pack and share the department you built.
  • Import a pack from file (.tap or JSON) and install it through the same wizard.

Pick a department. Read its blueprint. Install it.

Don't build an AI team. Install one, and govern it like staff.

Browse Solution Packs