The agent is available in the hosted version at app.superglue.cloud. For self-hosted MCP usage, see the MCP guide.
Available superglue agent tools
The agent uses a broad range of tools to help you manage your integrations and tools:Integration Tools
Integration Tools
find_integrations - Search available integrations by natural language querycreate_integration - Create new integrations with auth and docsmodify_integration - Update existing integrations (credentials, docs, configuration)find_integration_templates - Get pre-configured setups for popular integrationssearch_documentation - Search integration docs and OpenAPI specs by keywordscall_endpoint - Test API endpoints directly with credential injectionTool Building & Execution
Tool Building & Execution
find_tools - Search for existing saved tools by natural language querybuild_and_execute_tool - Build and test tools from natural language instructionsexecute_tool - Execute previously saved tools by ID with optional payloadsScheduling
Scheduling
list_tool_schedules - View all schedules for a specific toolcreate_tool_schedule - Set up cron-based automatic executionupdate_tool_schedule - Modify schedule timing, timezone, or enable/disableSetting up an integration via OAuth
Configure OAuth flows without touching code. The agent walks you through integration 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 integrations to prevent duplicate setup
- The agent automatically stores your credentials and automatically verifies your setup
Start creating integrations 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