ACT Playbook
Getting started

Optional Integrations

Add workflow-specific tools only after the core AI workspace works.

Install optional tools only when a selected workflow requires them.

Environment files

Keep workflow-specific API keys in .env.local. Git ignores this file in the ACT Playbook template.

cp .env .env.local
Copy-Item .env .env.local

Never paste a secret into agent chat, a Markdown file, or a commit.

Add only when needed

ToolAdd it when
Google Workspace CLIA workflow needs Gmail, Calendar, Drive, Docs, Sheets, or Slides access.
Google Cloud CLIA workflow needs Google Cloud project access.
Node.jsA workflow asks you to run JavaScript tooling or local checks.
PythonA workflow asks you to run Python scripts or data processing.
Workflow API keysA selected workflow names a required third-party service such as Serper or Apify.

Return to Start From Scratch or Join an Existing Workspace.

On this page