System
An API, database, file server, or other service that superglue can interact with.
superglue connects your systems and turns plain-language requests into reusable tools. Start by telling the agent what you want to accomplish; it guides you through connecting systems, adding credentials, testing the result, and choosing how the tool should run. This guide explains the main concepts and screens you will use along the way.
The main areas of the superglue app are:
Start a conversation with the agent
Open a new chat and describe the outcome you want.
Explain the task in plain language
For example: “Move new Salesforce accounts into BigQuery.” A rough description is enough; the agent asks for missing details.
Connect the required systems
The agent helps configure each system and asks you to add credentials when access is required.
Review and test the tool
The agent builds the steps, tests them with you, and shows what the tool will read or change before you save it.
Choose how the tool runs
Run it on demand, schedule it, trigger it with a webhook, or expose it through an MCP server.
A system declares the secret names it needs, such as an API token, username, or password. A credential contains the corresponding secret values and belongs to that system. One system can have multiple named credentials, so different users or accounts can use the same system configuration without sharing secret values.
How you connect depends on the system:
When a tool runs, superglue uses the credential selected for each system or your default credential. Secret values are not included in agent prompts.
Create an MCP server
In the Control Panel, create an MCP server and add the tools you want to make available. You can also ask the agent to do this.
Export it for Langdock
Choose the Langdock export format and download the generated configuration.
Import it into Langdock
In Langdock, open Integrations, add a new integration, and import the configuration.
Add the connection
Select the imported tools you want to expose and finish the connection setup.
Use the tools in chat
Ask for the data or action you need in plain language. Langdock calls the appropriate superglue tool.