Skip to main content
Hyperagent
Concepts

Tools and integrations

How an agent takes action: built-in tools, connected apps, and skills for APIs that need a method.

An agent becomes useful when it can take action: search the web, query a warehouse, read a file, or post a result to Slack. In Hyperagent those actions come from built-in tools and connected integrations you allow on the agent.

Agent Tools page showing connected integrations and built-in tools grouped by capability.
Connect the external accounts, then enable the built-in capabilities this role actually needs.

What they are

Tool

A built-in Hyperagent capability such as search, browser, code, images, webpages, tables, or maps. Toggle it on the agent.

Integration

A connected external account the agent can act through, such as Slack, Gmail, GitHub, Sheets, a CRM, a warehouse, or a custom MCP server.

Pick the right path

Built-in

Search, code, image, webpage, map

Enable a tool on the agent. The core capability does not need third-party account setup.

Connected app

Slack, Gmail, GitHub, Sheets, CRM

Connect an integration under Settings, then allow it on this agent. App setup lives under Integrations.

Remote server

A custom MCP integration

Attach a remote MCP server your company or vendor operates. Custom MCP setup.

API + key

No native integration or MCP

Create a skill with scripts and credentials so the agent knows both how to call the API and how your team expects it to be used.

Allow access on the agent

Toggle built-in tools

Enable only the capabilities the role needs. A research agent may need Search and Browser; a reporting agent may also need Tables and Documents.

Connect external accounts

Connect the integration at the account level. This authorizes Hyperagent to reach the service.

Allow the integration on this agent

Decide which connected apps this role may use, then narrow channels or resources where the integration supports scopes.

Attach custom MCP only when needed

Use this for a remote internal or vendor MCP server that is not already listed as a native integration.

A schedule that should post to Slack can research correctly and still fail to deliver if Slack is connected to your account but not allowed on that agent.

Custom MCP integrations

Remote server

Connect tools through Custom MCP

Hyperagent connects to a remote MCP server and calls its tools. Use an HTTPS endpoint and the authentication method the product asks for. Configure Custom MCP.

Supported: remote HTTPS MCP servers, including OAuth-backed servers when configured through the product.

Not supported as a paste-anything path: local stdio-only servers, arbitrary local commands, or endpoints that cannot be reached securely over HTTPS.

If a service offers neither a native integration nor a remote MCP server, use a skill with API credentials.

Unattended runs

Schedules and Live Mode can restrict external writes until you allow them. If an unattended run read the right data but never changed the connected app, inspect the agent's integration access, resource scope, unattended-write setting, and the run's tool trail.

FAQs