Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.neoagent.io/llms.txt

Use this file to discover all available pages before exploring further.

Neo Agents are the intelligent workers behind your workflows. Unlike simple automation rules, agents understand context, make decisions, and can handle complex multi-step tasks just like a human technician would.

Tools

Discover the tools agents can use to accomplish tasks

Skills

Best practices and guidance agents load on-demand

Building Your First Agent

Watch this 5-min walkthrough of building agents in Neo Agent:

What Agents Can Do

Agents combine AI understanding with real-world actions. When a ticket comes in, an agent can:
  • Analyze the problem using past tickets, documentation, and web knowledge
  • Communicate with end users to gather information or provide updates
  • Take Action in your PSA, RMM, or Microsoft 365 environment
  • Request Approval from technicians before sensitive operations
Agents can also run on a schedule without a ticket — performing proactive tasks like M365 compliance audits, inactive account cleanup, and recurring admin operations.

Scheduled Agents

Run agents on a recurring schedule for proactive tasks that don’t start from a ticket

How Agents Work

1

Receive Context

When a workflow triggers, the agent receives the ticket details, company information, and any custom instructions and company memory you’ve configured. For scheduled agents, the agent runs from your custom instructions and enabled tools alone — no ticket needed.
2

Analyze & Plan

The agent analyzes the situation, searches for relevant information, and determines the best course of action based on your instructions.
3

Use Tools

The agent selects and uses the appropriate tools to accomplish the task—whether that’s searching documentation, updating a ticket, or communicating with a user.
4

Report Results

After completing its work, the agent provides a detailed log of actions taken, along with any relevant outputs or recommendations.

Agent Tools

Tools are the capabilities you enable for your agents. Each tool allows the agent to perform specific actions:
CategoryWhat It Does
PSARead and write your PSA — tickets, notes, time entries, contacts, configurations
RMMRead device and monitoring data, and run scripts on target devices to fix problems
Microsoft 365Manage Entra ID, Active Directory, Exchange, and Intune — users, groups, licenses, mailboxes
CommunicationSend messages to end users and internal teams — ticket notes, email, Teams, SMS
SearchFind documentation, similar tickets, configurations, and web resources
DocumentationRead and write IT Glue and Hudu resources — documents, configurations, assets, passwords
ManagementLog time, generate passwords and secure links, trigger workflows, call external APIs and Neo’s own API
Built-in & InternalTools the agent always has or gets automatically — search helpers, the sandbox, plumbing
ApprovalsRequest human approval before sensitive actions
Tools are configured per-workflow. You choose which tools an agent can use and customize their settings to match your processes.

Agent Skills

Skills provide specialized guidance that agents load on-demand. Unlike tools (which perform actions), skills teach the agent how to approach a type of task.
SkillWhat It Provides
Resolve IssueStructured diagnosis methodology, root cause analysis, and resolution planning
End User CommunicationMessage templates, tone guidelines, and safety rules for end user messaging
Skills are always available and loaded automatically when relevant. Custom instructions take priority over skill guidance when there’s a conflict.

Learn more about Skills

See all available skills and how they work

Credit Tiers

Tools are organized into credit tiers based on their complexity:
TierCreditsExamples
Basic1Trigger or Schedule Workflow, generate a password
Standard2Find PSA Contacts, documentation search, a read-only PSA or RMM integration
Advanced3PSA API with writes, Execute RMM Script, Microsoft 365 tools, external API calls
Agent pricing is simple:
  • Every Agent execution consumes credits
  • The total credits for that execution equal the highest tier of any enabled Tool
  • The agent can use enabled Tools unlimited times during that execution at no extra cost
For example, if you enable Find PSA Contacts (Standard, 2 credits) and the PSA API with ticket writes (Advanced, 3 credits), a single Agent execution costs 3 credits total. The Agent can use both Tools any number of times during that execution with no additional credits.

Best Practices

When test mode is on, the agent will not take any actions that have side effects (i.e updating tickets, creating time entries, etc.). Monitor agent decisions closely when first deployed to ensure quality.
For sensitive operations, start with Technician-in-the-Loop enabled. This gives you oversight while still benefiting from AI-powered analysis.
The better your instructions, the better the agent performs. Be specific about your processes, preferences, and edge cases. Iterate based on feedback to refine the agent’s behavior.