Use-Case Playbooks
Use-Case Playbooks
Step-based operational playbooks for common user goals.
Step-based operational playbooks for common user goals.
Playbook 1: Local desktop setup (all sisters)
- Install workspace dependencies.
- Run
./install_all.sh. - Validate with
agentra statusandagentra doctor. - Open your MCP client and confirm all sister tools appear.
Playbook 2: Server deployment with auth and artifact sync
- Set
AGENTRA_RUNTIME_MODE=serverandAGENTIC_TOKEN. - Sync
.amem/.acb/.avisto server storage. - Run
agentra server preflight --strict. - Start MCP servers on host.
- Validate first MCP tool call from client.
Playbook 3: Incident recovery
- Run
agentra backup listand select snapshot. - Run
agentra backup verify. - Restore with scope (
--memory,--mcp,--artifacts). - Re-run
agentra doctorand verify MCP tools.
Playbook 4: Controlled takeover release
- Disable one sister with
agentra toggle <sister> offif needed. - Release full control with
agentra control off. - Re-enable when ready with
agentra control on.