# superglue ## Docs - [Cancel a run](https://docs.superglue.cloud/api-reference/runs/cancel-a-run.md) - [Get run status](https://docs.superglue.cloud/api-reference/runs/get-run-status.md) - [List runs](https://docs.superglue.cloud/api-reference/runs/list-runs.md) - [Get tool details](https://docs.superglue.cloud/api-reference/tools/get-tool-details.md) - [List tools](https://docs.superglue.cloud/api-reference/tools/list-tools.md) - [Run a tool](https://docs.superglue.cloud/api-reference/tools/run-a-tool.md) - [Handle incoming webhook](https://docs.superglue.cloud/api-reference/webhooks/handle-incoming-webhook.md): **Enterprise feature.** Trigger a tool execution from an external webhook (Stripe, GitHub, etc.). The request body becomes the tool's input payload. Returns 202 Accepted immediately and executes the tool asynchronously. - [Metrics & Telemetry](https://docs.superglue.cloud/enterprise/metrics.md): Monitor your Superglue usage with Prometheus-compatible metrics - [Notifications](https://docs.superglue.cloud/enterprise/notifications.md): Get alerted when tool runs fail - [Permissioning](https://docs.superglue.cloud/enterprise/permissioning.md): Control tool access with restricted and unrestricted API keys - [Run History](https://docs.superglue.cloud/enterprise/run-history.md): Track every tool execution and debug failures with full context - [Scheduled Execution](https://docs.superglue.cloud/enterprise/scheduling.md): Automate tool execution with cron-based scheduling - [Tool Versioning](https://docs.superglue.cloud/enterprise/tool-versioning.md): Track changes and restore previous versions of your tools - [Incoming Webhooks](https://docs.superglue.cloud/enterprise/webhooks.md): Trigger tool execution from external services - [Concepts](https://docs.superglue.cloud/getting-started/core-concepts.md): Understanding superglue fundamentals - [Introduction](https://docs.superglue.cloud/getting-started/introduction.md): Sync, migrate, integrate, and manage glue code - [LLM-driven Development](https://docs.superglue.cloud/getting-started/llm-driven-development.md): Enhance your AI coding experience with LLM-readable documentation - [Setup](https://docs.superglue.cloud/getting-started/setup.md): The 5 minute guide to building your first superglue tool - [Creating a System](https://docs.superglue.cloud/guides/creating-a-system.md): Connect superglue to any system - [Creating a Tool](https://docs.superglue.cloud/guides/creating-a-tool.md): Create tools to connect your systems and do things - [Debugging a Tool](https://docs.superglue.cloud/guides/debugging-a-tool.md): Use the tool playground to debug your tool - [Deploying a Tool](https://docs.superglue.cloud/guides/deploying-a-tool.md): Execute tools on-demand, schedule them, or trigger via incoming webhooks - [Using Template Expressions](https://docs.superglue.cloud/guides/using-template-expressions.md): Understand how template expressions work across systems, tools, and steps. - [Using the Agent](https://docs.superglue.cloud/guides/using-the-agent.md): How to interact with the superglue agent - [Using the MCP](https://docs.superglue.cloud/mcp/using-the-mcp.md): Use superglue tools in Cursor, Claude, and other MCP-compatible clients - [Methods](https://docs.superglue.cloud/sdk/methods.md): Complete reference for all SDK methods - [Overview](https://docs.superglue.cloud/sdk/overview.md): Quick start with the superglue SDK - [Types](https://docs.superglue.cloud/sdk/types.md): TypeScript and Python type definitions for the superglue SDK ## Optional - [GitHub](https://github.com/superglue-ai/superglue) - [Discord](https://discord.gg/vUKnuhHtfW)