Integrations vs Tools
- Integrations store the connection to a service
- Tools are the actions an agent performs using that connection
Typical Uses
- CRM lookups and updates
- Scheduling and appointment systems
- Domain-specific systems of record
- Secure access to third-party APIs across multiple agents
List Available Integrations
Integration Instances
An integration instance is your organization’s configured connection for one service. You can have multiple instances when teams, environments, or business units need different credentials or behavior. Common pattern:- Inspect the available integrations
- Create an instance with the right credentials or settings
- Enable or reference the resulting capability through tools or agent configuration
Design Guidance
- Use integrations when the same external system should support multiple agents.
- Use a custom tool when the action is unique to your own backend and does not need a reusable connection model.
- Keep external side effects in integrations or tools, not inside prompts.