Skip to main content
🔧

PipesHub Toolsets

Give your AI agents the ability to interact with external applications

What are Toolsets?

Toolsets are collections of tools that enable AI agents to interact with external applications. Each toolset provides a set of actions (tools) that agents can use to read data, create content, and perform operations in connected services. Unlike Connectors (which sync and index data for search), Toolsets provide real-time API access for performing actions.
FeatureConnectorsToolsets
PurposeSync and index data for searchPerform actions via API
Data FlowOne-way (import)Two-way (read/write)
Use CaseKnowledge retrievalAgent actions
Real-timePeriodic syncInstant API calls

Available Toolsets

Google Workspace

ToolsetDescriptionAuth Type
GmailSend and manage emailsOAuth 2.0
CalendarManage calendar eventsOAuth 2.0
DriveAccess and manage filesOAuth 2.0

Atlassian

ToolsetDescriptionAuth Type
JiraIssue tracking and project managementOAuth 2.0
ConfluenceWiki and documentationOAuth 2.0

Slack

ToolsetDescriptionAuth Type
SlackTeam messaging and collaborationOAuth 2.0

Configuring Toolsets

Step 1: Navigate to Toolsets Settings

  1. Click on your Connector Settings in the navigation
  2. Go to Settings in the sidebar
  3. Click Toolsets
Navigate to Toolsets Settings

Step 2: Browse Available Toolsets

The Toolsets page has two tabs:
  • My Toolsets - Toolsets you’ve already configured
  • Available - All available toolsets ready to configure
Toolsets Page

Step 3: Configure a Toolset

  1. Find the toolset you want to configure in the Available tab
  2. Click the “Configure” button on the toolset card
  3. The Configuration Dialog will open
Toolset Configuration Dialog

Step 4: Authenticate

Follow the authentication flow for the toolset:
  1. Enter the required credentials in the configuration dialog (e.g., Client ID and Client Secret)
  2. Click “Authenticate”
  3. If prompted, a popup window will open for authorization
  4. Grant the requested permissions
  5. You’ll be redirected back to PipesHub with authentication confirmed
Each toolset may have different authentication requirements. See individual toolset documentation for specific setup steps and credentials needed.

Step 5: Verify Configuration

Once configured, the toolset will appear in your My Toolsets tab with an “Authenticated” status.
Authenticated Toolset

Managing Toolset Configuration

You can manage your toolset by clicking on it in the My Toolsets tab to open the configuration dialog. Available actions:
  • Update Configuration - Modify credentials or settings
  • Reauthenticate - Refresh authentication if it expires or encounters issues
  • Delete - Remove the toolset configuration entirely
Manage Toolset Configuration

Using Toolsets in Agents

Once a toolset is configured, it becomes available in the Agent Builder:
  1. Open the Agent Builder (create new or edit existing agent)
  2. In the left sidebar, expand the “Tools” section
  3. Find your configured toolset and drag it onto the canvas
  4. Connect it to your agent flow
Toolset in Agent Builder
Only authenticated toolsets appear in the Agent Builder. If a toolset is missing, check its configuration status in Settings > Toolsets.

Authentication Types

OAuth 2.0

OAuth 2.0 is the recommended authentication method for most toolsets. It provides:
  • Secure token-based access - No passwords stored
  • Automatic token refresh - Tokens are refreshed automatically
  • Granular permissions - Only request necessary scopes
  • User authorization - Users explicitly grant access
Requirements:
  • Create an OAuth application in the service’s developer console
  • Configure redirect URI (provided by PipesHub)
  • Obtain Client ID and Client Secret

Troubleshooting

Possible causes:
  • Incorrect Client ID or Client Secret
  • Redirect URI mismatch
  • OAuth application not properly configured
Solution:
  1. Verify Client ID and Secret are correct (no extra spaces)
  2. Check that the Redirect URI in PipesHub matches exactly what’s configured in the OAuth app
  3. Ensure the OAuth application is active/enabled
Possible causes:
  • Toolset not authenticated
  • Authentication expired
  • Browser cache issue
Solution:
  1. Go to Settings > Toolsets and check the toolset status
  2. If not authenticated, click “Configure” and complete authentication
  3. If expired, click “Reauthenticate”
  4. Try refreshing the Agent Builder page
Possible causes:
  • Insufficient permissions for the action
  • Service API rate limits
Solution:
  1. Check that the OAuth app or API token has write permissions if needed
  2. Wait and retry if rate limited

Next Steps

Create an Agent

Build an agent using your configured toolsets

Jira Toolset

Popular toolset for issue tracking