Integrations Overview
Integrations let your agents perform richer, more intelligent actions by talking to external systems. Kupe integrations are quick to set up: choose a type, connect, and your agents can use the new capabilities without extra code. That gives you a single integration layer for voice agents to read data and run actions in real time.Unified setup
From the Integrations area in the dashboard:- Choose the integration type (MCP or HTTP).
- Click Connect (or follow the provider’s sign-in flow).
- After authorization, the integration appears in your list.
Custom integrations
You can add custom integrations by defining:- Authentication (e.g. API keys, headers).
- Endpoints and parameters.
- Input/output (or schema) where relevant.
Output schema control
External APIs often return large payloads; not every field is useful for the agent. With Output Schema Control you can:- Define which fields you want in the response.
- Trim unnecessary data before it reaches the model or tools.
- Keep responses focused and efficient.
event_name and start_time and drop the rest. That keeps responses clean and easier to use downstream.