Hosted Version (Recommended)
Get started in under 5 minutes with no infrastructure setup.Sign up at app.superglue.cloud
Or book a demo to talk to our team first.
Connect a system
Click one of the system icons (Slack, Stripe, GitHub, etc.) or describe the system you want to connect in the agent chat:
The agent will guide you through authentication and configuration.

Build and test a tool
Describe what you need — the agent will set up your tool, test it, and let you review before saving.
Self-Hosted
Deploy on your infrastructure for complete control and customizability.Quick Start
Prerequisites: Docker, a PostgreSQL database, and an LLM API key (OpenAI, Anthropic, or Gemini)Create .env file
For full environment setup, see Production Setup below or the .env.example.
Access dashboard and API
- Dashboard: http://localhost:3001
- REST API: http://localhost:3002
Local Development
.env with your configuration, then:
Production Setup
For production deployments:File Storage
File storage (S3 or MinIO) is required for system documentation — including URL scraping, OpenAPI spec fetching, and file uploads. Without it, tools can still be created and executed, but systems won’t have documentation context for the AI agent.- AWS S3
- MinIO (Self-Hosted)
Add to your File processing: When files are uploaded (PDFs, CSVs, etc.), they need to be parsed before the agent can use them. To enable automatic processing, configure an S3 EventBridge notification to send
.env:Object Created events to your superglue instance:- Target:
https://your-domain.com/v1/file-references/process(POST) - Authorization: Bearer token matching your
AUTH_TOKEN
PENDING status and won’t be parsed. Scraped documentation and OpenAPI specs are stored pre-processed and work without EventBridge.Next Steps
Core Concepts
Understand systems, tools, and execution
Creating a Tool
Build your first tool
MCP Overview
Use superglue tools in your internal GPT, Cursor or Claude