Skip to main content

AI Agents

AI Agents are intelligent assistants that go beyond simple automations. Powered by large language models, they can understand context, reason through problems, use tools to gather information, and take actions autonomously.

What Makes Agents Different?

Traditional Automations

  • Follow predefined paths
  • Execute fixed sequences
  • Rule-based decisions
  • Predictable outcomes

AI Agents

  • Reason about tasks
  • Dynamic decision-making
  • Use tools intelligently
  • Adapt to context

Agent Capabilities

Contextual Understanding

Agents understand natural language instructions and can interpret ambiguous requests based on context:
The agent will:
  • Look up the Acme Corp account
  • Review recent activities and conversations
  • Check health scores and open tasks
  • Summarize key points for the call

Tool Usage

Agents can use tools to:
  • Fetch data from Statisfy and integrated systems
  • Take actions like sending emails or creating tasks
  • Search through documents and knowledge bases
  • Calculate metrics and analyze trends

Multi-Step Reasoning

Agents break complex tasks into steps:

Agent Configuration

When creating an agent, you configure:

Instructions (System Prompt)

Define the agent’s role, expertise, and behavior:

Model Selection

Choose the AI model that powers your agent:

Reasoning Level

Control how deeply the agent thinks:

Toolkits

Enable groups of tools the agent can use:

Scope

Define what data the agent can access:

Creating an Agent

Step 1: Define the Agent’s Purpose

Start with a clear goal:
  • What problems will this agent solve?
  • Who will use it?
  • What actions should it take?

Step 2: Write Instructions

Craft detailed instructions that cover:

Step 3: Select Tools

Enable only the tools the agent needs:
  • More tools = more capability but slower responses
  • Fewer tools = faster but more limited

Step 4: Configure Model Settings

Choose based on your needs:
  • Complex analysis → Higher reasoning, Pro model
  • Quick answers → Lower reasoning, Flash model

Step 5: Test Thoroughly

Test with various scenarios:
  • Typical use cases
  • Edge cases
  • Unclear or ambiguous requests

Prebuilt Agents

Every Statisfy workspace comes with 25 prebuilt agents ready to use out of the box. These cover the most common customer success, sales, and account management tasks.
Prebuilt agents are fully customizable. You can modify their instructions, tools, and settings to match your team’s workflow.

Account-Scoped Agents

These agents work in the context of a specific account:

Global Agents

These agents work across your entire book of business:

Example Agents

Account Health Analyst

Purpose: Analyze account health and provide recommendations Instructions:
Tools: Account Data, Activity Data

QBR Preparation Assistant

Purpose: Prepare materials for quarterly business reviews Instructions:
Tools: Account Data, Activity Data, Task Management

Renewal Risk Monitor

Purpose: Proactively identify and address renewal risks Instructions:
Tools: Account Data, Activity Data, Communication

Using Agents in Automations

Agents can be embedded in automation flows using the Agent V2 component:
This combines the reliability of automations with the intelligence of agents.

Best Practices

Instruction Writing

Instead of “You are helpful”, try “You are a customer success analyst with expertise in identifying churn risk signals”
Specify how responses should be structured:
Clarify what the agent should NOT do:

Tool Configuration

Too many tools can confuse the agent and slow responses. Enable only what’s needed for the specific task.
An agent analyzing account health doesn’t need task creation tools. An agent drafting outreach doesn’t need CRM tools.

Testing

Use actual account data and realistic questions to validate the agent works as expected.
What happens when:
  • Data is missing?
  • The question is ambiguous?
  • Multiple accounts match?

Monitoring and Improvement

Track Agent Performance

  • Response quality: Are answers accurate and helpful?
  • Tool usage: Is the agent using tools appropriately?
  • Completion rate: How often does the agent successfully complete tasks?

Iterate on Instructions

Based on feedback:
  • Add guidance for common failure modes
  • Clarify ambiguous instructions
  • Add examples for complex tasks

Review Tool Usage

If the agent isn’t using tools effectively:
  • Check that needed tools are enabled
  • Add explicit instructions about when to use specific tools
  • Simplify by removing unnecessary tools

Next Steps

Creating Agents

Step-by-step guide to creating agents

AI Components in Automations

Use agents within automation flows