This page explains Custom Agents as a platform building block: what they are and why they are governed this way. For how to work with Custom Agents inside Omni, with examples and configuration, see Custom Agents in the User Guide.
Why not just use a raw connector?
A raw connector gives AI full API access, every endpoint, including destructive operations. A Custom Agent wraps that access in governance.How it works
Setting up a pre-built Custom Agent takes minutes, not days:- Authenticate with OAuth, API key, or service account (one-time)
- Auto-configure as the agent discovers schemas, objects, and capabilities, then constrains its operation surface to approved operations only
- Route automatically as users ask Omni, and the right Custom Agent handles it
- Improve over time as the agent learns your company’s patterns and terminology

A request flows from Omni to a scoped Custom Agent, which queries only approved operations and returns the result.
Observability
When something goes wrong with an AI agent, raw API logs tell you what calls were made but not why. Custom Agents log every action with four fields that capture the full reasoning chain:
For example, if a Salesforce agent returns unexpected results, you can see that it intended to query open deals, planned to use the pipeline endpoint, executed a filtered query, and returned 3 results instead of the expected 12.
The gap between plan and outcome tells you exactly where to look.
Available agents
xpander includes pre-built Custom Agents for Salesforce, Jira, GitHub, Snowflake, BigQuery, Redshift, Datadog, Google Workspace, HubSpot, Slack, and many more. Each one is pre-configured for its system and ready to connect in minutes. The full catalog covers data and analytics, development, project management, productivity, monitoring, CRM, and communication. When you need something beyond the pre-built set, like combining multiple systems, custom escalation policies, or internal APIs, configure your own Custom Agent in Omni or build one in Agent Studio.What’s next
Custom Agents in Omni
Examples, what a Custom Agent includes, and how it powers an Agentic Application.
Agent Studio
Build your own agents when the pre-built set isn’t enough.
Tools & Connectors
Configure authentication and connector settings.

