Skip to content

Creating and Managing Agents

Agents enable Kindo users to automate workflows including security runbooks, SRE playbooks, DevOps procedures, and ITOps response workflows. This guide covers how to create and manage agents.

My Agents

After signing in, select the Agents tab to see your recently used agents and all agents available to you (both your own and shared).

The Agents list view showing recently used agents with options to filter by type

Filter agents by type using the tabs: All Agents, Chatbots, Workflow Agents, or Trigger Agents.

Each agent supports the following actions:

  • Share — Make the agent available to other users in your organization
  • Delete — Permanently remove the agent
  • Edit — Open the agent for modification
  • Run — Launch the agent

Creating an Agent

Select Create an Agent at the top of the Agents window, then choose the agent type: Triggered, Workflow, or Chatbot.

The agent type selection screen with options for Triggered, Workflow, and Chatbot agents

Creating a Triggered Agent requires an integration with another application, typically a ticketing system.

Configure the Integration

  1. Select the gear icon to open Settings.
  2. Navigate to the Integrations tab.
  3. Select an existing integration or click Connect to add a new one.

The integrations tab showing existing connections and available integrations

Add Trigger Conditions

Use Add Condition to define the trigger event:

Trigger condition configuration with Field, Condition Type, and Target Value fields

  • Field — The field from the integrated application to monitor
  • Condition Type — How to compare the field to the target value
  • Target Value — The value to compare against (supports wildcards * and ?)

Example: Assignee Name EQUALS John

Click Save Condition, add more conditions if needed, then click Save Trigger.

Add Steps

Build the agent by adding steps one at a time using the + button:

Step type dropdown showing LLM Step, Action Step, and API Action Step options

  • LLM Step — Enter a natural language query for the model
  • Action Step — Take action on the integrated system (add comment, change priority, reassign)
  • API Action Step — Perform an action through an API call

Click Generate when finished. The agent will begin monitoring for trigger events.

Agent Configuration Panel

Both Triggered and Workflow agents support the Agent Configuration panel for natural language construction:

  • Name — Give the agent a name (auto-generated if blank)
  • Description — Summarize the agent’s purpose (auto-generated if blank)
  • Instructions — Provide context about the agent’s role, response format, and behavior
  • Knowledge Store — Attach files, URLs, or websites as reference material
  • Do It For Me — Describe the desired behavior in plain language and click Generate

Managing Steps

  • To delete a step, open it and click the trash icon.
  • To reorder steps, drag them into the desired sequence.
  • Each step can be assigned a different AI model.

File Library

Add files to Kindo’s library from two locations:

  1. From Chat — Click the + button in the query bar
  2. When Creating an Agent — Click Add Knowledge Store

Both methods open the File Library where you can select existing files or upload new ones.

The File Library showing uploaded files with checkboxes for selection