Skip to main content
The superglue agent handles system setup, API discovery, and tool building through a chat interface. Talk to it in natural language — it handles the technical details.

Available superglue agent tools

The agent uses a broad range of tools to help you manage your systems and tools:
create_system - Create new systems with authentication and documentationmodify_system - Update existing systems (credentials, docs, configuration)call_endpoint - Test API endpoints directly with credential injectionauthenticate_oauth - Complete OAuth authorization flows for systems
build_tool - Build a new tool from natural language instructionsedit_tool - Modify an existing tool’s configuration or stepsrun_tool - Execute a saved tool with optional input payload

Setting up a system via OAuth

Configure OAuth flows without touching code. The agent walks you through system setup, handles the authorization code flow and stores your credentials securely. What this shows:
  • You can set up and run the OAuth 2.0 authorization code flow in the chat with one click
  • The agent checks your existing systems to prevent duplicate setup
  • The agent automatically stores your credentials and automatically verifies your setup

Start creating systems with the agent

Talk to your APIs

Point the agent at your custom APIs. It can test endpoints, authentication, and build working tools based on exploration. What this shows:
  • You can upload documentation as files directly in the chat
  • The agent can extract endpoint information from uploaded docs
  • The agent automates endpoint discovery and parameter inference and enables API interaction through conversation

Start talking to your APIs

Next steps