Start Automating Responses
The shortest path to turning on automated support responses — which repo to change first, the minimum config that actually works, and how to prove the engine is handling responses.Which repo does what
The minimum mental model
To automate responses you need all four of these working together:- An engine instance is running.
- A brand has an enabled
response-automation-v2workflow binding. - That binding has enough deterministic config to read ticket context and draft a reply.
- The brand has real connectors for the context sources and dispatch channel you enabled.
1. Start the engine
2. Point the product app at the engine
3. Bootstrap a brand from a template
List the available starters:response-automation-v2 binding, and returns a validation report.
Copy the returned brand.id — that’s the engine brand you’ll keep using.
4. Sync connectors
Sync only the connectors your template actually needs. A Gorgias plus OpenAI setup:secret_ref, not inlined — the engine resolves them at runtime.
If you need Shopify or Recharge actions, add those connectors now, before activation.
5. The minimum working config
Workflow binding
Deterministic config
The smallest usefuldeterministic_config needs:
workflow_name: "ResponseAutomationV2"- A model choice —
providerandmodel - A brand-specific
system_prompt_template - At least one ticket context source
- A dispatch channel
6. Validate and activate
Onboarding via CLI
For manifest-driven setup rather than API calls:manifests/brands/*.json.
Related
Configuration
The full AutomationConfig and environment reference.
Control plane
Versioned config, progressive migration, DLQ.
Config Connector (MCP)
Edit brand config from Claude.
Operations
Deploy, monitor, and roll back.