Skip to main content

UtopikAI’s approach to tools

Tools give an assistant or an agent extra capabilities. They allow it to:
  1. Fetch information from an external source (for example a database, an API, or the internet)
  2. Perform actions (for example write to a database or send an email)
  3. Generate content (for example generate an image or create a plot)
Each assistant and each agent has its own tools. They do not share tool configuration. Manage connected apps in the Admin panel: open Admin from the profile menu, then go to Tools. The page is titled Connected Tools.
Tools can be attached to both assistants (interactive chat) and agents (autonomous or scheduled work).
The full list of supported apps is on Supported Tools. It is synced from the UtopikAI tools page.

Connected Tools

Connected Tools has two tabs:
  • All Apps — Catalog of available apps you can connect.
  • My Apps — Instances already created in your workspace.
Both tabs include a search box and an All security schemes filter (for example No Auth, Custom Credentials, API Key, OAuth 2.0).

All Apps

All Apps lists every app in the catalog. Search with Search all apps… and page through the list (the catalog is paginated). Connected Tools — All Apps catalog

Create an instance

From All Apps, click Create new instance on the app you want to connect.

1. Select a space

Choose the space this instance should belong to. Continue stays disabled until a space is selected. Select a space to configure tools for

2. Name the instance

For apps that do not need extra credentials (for example No Auth), set a Display name and click Create. The field is prefilled with the app name. Create new instance — display name

3. Enter credentials when required

Apps that use Custom Credentials, API Key, or OAuth 2.0 show a connection form after you pick a space. Fields depend on the app. Tempo is one example: Display name, optional HTTP Headers, and a required Backend Url, then Connect. Tempo Backend Credentials Created instances appear on the My Apps tab.

My Apps

My Apps lists the instances already connected in your workspace. Search with Search connected apps…. Connected Tools — My Apps Use the chevron on the left of a row to expand instance details.

Tool sharing

After you connect a tool and attach it to an assistant or agent, you can control which Workspace members may use that tool instance’s credentials — without exposing API keys, tokens, or passwords. Open Credential sharing policy on the instance card to share with specific users or the entire Workspace. Sharing does not attach the tool to other assistants or agents. See Tool Sharing for the full workflow, examples, and policy options.

Built-in tools

When you create an assistant or agent, UtopikAI also includes these built-in tools:
  • SearchTool — Search over knowledge connected through Connectors. Included on built-in assistants such as Search and General.
  • ImageGenerationTool — Generate images.
  • InternetSearchTool — Search the internet.
Connected apps from the catalog are added separately in AdminTools, then attached to a specific assistant or agent.