306 items on the hub serve IT support. Ready-to-run automations first, then the tools they build on.
Ready to run (29)
Install and go. Each one is a complete automation with its own schedule or trigger.
workflowBackup Verifier — Trigger-file driven. When a new backup file lands, runs a size sanity check, verifies archive integrity (tar/zip/sql), and notifies whether the backup is good.
workflowDatabase Snapshot Report — Run a SQL query, attach the results as a CSV, render a PDF summary, and email the report. Designed for daily/weekly business reports — sales, signups, errors, anything queryable.
workflowDatadog Monitor Digest — Daily digest of Datadog monitors and their current alert states.
workflowdocuments-backup-s3 — Auto-upload important documents to S3 when new files appear
workflowdownloads-cleanup — Move files older than 30 days out of Downloads folder
workflowGitHub Issue To Slack — Fetch recent GitHub issues for a repository and post a summary to Slack.
workflowInbox Phishing Scan — Read new mail from any IMAP inbox (read-only), judge each message deterministically, and alert ONLY when a message is phishing — using real SPF/DKIM/DMARC results, sender/reply-to/DKIM alignment, and link domains. No AI.
workflowJira Stale Ticket Reminder — Remind owners of stale Jira tickets by searching for open issues with no recent update and notifying the workflow's contacts.
workflowLeaked Password Scan — Check a list of your passwords against the Have I Been Pwned breach corpus (~14B exposed passwords) using privacy-preserving k-anonymity — the full password and full SHA-1 hash never leave the machine. Reports which passwords appear in known breaches, how many times, and masks them in the output so the report is safe to email.
workflowPhishing Check — Read one Gmail message via the Google Workspace tool and have AI judge whether it is genuine or phishing — using the real SPF/DKIM/DMARC results, sender/return-path/reply-to mismatches, and link domains in the headers.
workflowS3 Cleanup — Delete S3 objects older than N days from a bucket prefix. Configurable retention; dry-run mode prints what would be deleted without removing. Daily summary of bytes freed.
monitorAPI Health Check — Daily HTTP GET against an API endpoint. Notifies the owner's inbox when the endpoint returns a non-200 response code.
monitorDisk Space Watch — Hourly disk usage check on the host running InTouch. Notifies when any mount exceeds a configured percentage.
monitorDNS Change Watch — Daily DNS snapshot diff against a stored baseline. Notifies when any watched record changes.
monitorEmail / Domain Breach Monitor — Monitor a list of email accounts and/or a verified domain against the Have I Been Pwned v3 API. Keeps state of already-seen breaches and alerts only when a new breach affecting your people is disclosed. Companion to leaked-password-scan (accounts here, passwords there). Requires a paid HIBP API key.
monitorHost Reachable Watch — Daily ICMP ping of a host via the network-ping tool. Notifies the owner when the host is unreachable (non-zero ping exit code).
monitorSSL Certificate Watch — Daily check of SSL certificate expiration dates for a list of domains. Notifies when any certificate is within the configured renewal window.
monitorURLs Uptime Watch — Iterates a list of URLs and fires a per-URL alert when any returns a non-success HTTP status code.
monitorWebsite Change Watch — Daily check of a webpage for content changes via the website-change tool. Notifies the owner when the page content has changed since the last check.
monitorZendesk SLA Watch — Watch open Zendesk tickets and alert contacts with the current ticket list each run.
skillAPI Health Monitor — Cluster failures across multiple HTTP endpoint health checks. AI groups failures by region, service, or status code and identifies likely root causes when failures share a pattern.
skillCSV Import Validator — Inspect a CSV file's headers and sample rows for schema problems, weird columns, missing required fields, encoding issues, and obvious data quality red flags before loading into a database.
skillError Postmortem Drafter — Generate a first-draft incident postmortem from a timeline + log dumps + optional chat thread. Produces Summary, Timeline, Root Cause, Resolution, Prevention, What-Went-Well, What-Didn't sections — blameless tone, ready for human edit.
skillLog Error Clusterer — Cluster a batch of error log lines into root-cause groups with counts and likely causes.
skillLog Error Scanner — Cluster ERROR/FATAL log lines by signature, rank by severity and frequency, and surface the top issues from the last hour. AI groups stack-trace variants of the same root cause.
skillSQL Query Explainer — Explain a SQL query in plain English and flag performance/correctness risks.
skillSupport Email Triage — Triage an inbound support email: urgency, category, suggested owner, draft reply.
skillSupport Ticket Triager — Classify a support ticket by category, priority, and sentiment. Drafts a polite first-touch response (for human review) grounded in the ticket text and an optional knowledge base. Designed for the high-volume first-line support funnel.
Hand-built tools (50)
hand-builtBitbucket — Manage Bitbucket repositories, pull requests, and pipelines via the Bitbucket Cloud REST API.
hand-builtDatabase Backup — Backup databases using native dump tools (pg_dump, mysqldump, mariadb-dump). Create a credential with your database credentials and the tool handles the rest securely.
hand-builtDatadog — Query Datadog monitors and timeseries metrics and post events via the Datadog v1 REST API.
hand-builtDeskpro — Create and manage tickets, people, and organizations in Deskpro helpdesk via the Deskpro REST API v2.
hand-builtDocker — Run Docker containers as workflow steps with full lifecycle management — run, pull and inspect.
hand-builtEmail Authenticity Check — Judge whether a Gmail message is genuine or phishing from its SPF/DKIM/DMARC results, From/Return-Path/Reply-To/DKIM alignment, and link domains. Deterministic — no AI.
hand-builtEmail Authenticity Scan (Batch) — Scan a batch of email messages and report ONLY the phishing ones, deterministically, from SPF/DKIM/DMARC results, From/Return-Path/Reply-To/DKIM alignment, and link domains. No AI. Batch counterpart of email-authenticity-check.
hand-builtFile Management — Local filesystem operations with wildcard and glob support — copy, move, delete, list, test for existence and make directories.
hand-builtFreshdesk — Manage support tickets, contacts, and agents in Freshworks' Freshdesk helpdesk via the Freshdesk REST API v2.
hand-builtFreshservice — Create and update ITSM tickets, assets, and changes in Freshworks' Freshservice via the Freshservice REST API v2.
hand-builtFTP / SFTP — Transfer files over FTP and SFTP — upload, download, list, rename, delete and make directories.
hand-builtGrafana — Manage dashboards, data sources, and alerts on a Grafana instance via the HTTP API.
hand-builtHaloITSM — Read HaloITSM service desk tickets, actions, users, clients and reference data, and raise tickets from automation, through the HaloITSM REST API.
hand-builtHaloITSM Assets — Read the HaloITSM configuration management database — assets, their types and groups, and stock items — through the HaloITSM REST API.
hand-builtHaloITSM Knowledge Base — Read HaloITSM knowledge base articles through the HaloITSM REST API.
hand-builtHaloITSM Services — Read the HaloITSM service catalogue — services, their categories and per-service status history — through the HaloITSM REST API.
hand-builtHappyFox — Create and update support tickets and contacts in HappyFox via the HappyFox REST API v1.1.
hand-builtHTTP GET — Fetch a URL via HTTP GET. Returns status, body, content-type, and (if the body is JSON) each top-level field as a separate output.
hand-builtISP Speed Test — Run an ISP speed test (download, upload, latency) and record a breach to a log file when the connection fails or a speed falls below a set threshold.
hand-builtlicensedJDE Report — Run Oracle JD Edwards EnterpriseOne reports and business functions through the AIS REST API.
hand-builtJira Service Management — Manage service desk requests, queues, and SLAs in Jira Service Management via the Atlassian Cloud REST API.
hand-builtKayako — Create and track support cases and conversations in Kayako via the Kayako REST API v1.
hand-builtLDAP — Search, read, modify and count entries in LDAP or Active Directory.
hand-builtLiveAgent — Manage tickets (conversations), agents, and messages in LiveAgent helpdesk via the LiveAgent REST API.
hand-builtManageEngine ServiceDesk Plus — Create and update IT helpdesk requests and assets in ManageEngine ServiceDesk Plus via the SDP Cloud REST API v3.
hand-builtMicrosoft 365 Licences — Read Microsoft 365 subscriptions, seat counts and per-user licence assignment through Microsoft Graph.
hand-builtMicrosoft Entra Identity — Read Microsoft Entra (Azure AD) users, groups and group membership through Microsoft Graph.
hand-builtMicrosoft Entra Sign-in & Audit Logs — Read Entra sign-in logs, directory audit logs and provisioning events through Microsoft Graph. Sign-in logs require Entra ID P1 or P2.
hand-builtMicrosoft Exchange Mail — Read Exchange Online mailboxes, folders and attachments, and send mail as a mailbox, through Microsoft Graph.
hand-builtMicrosoft Graph — Microsoft Graph tenant check, and the shared credential for every msgraph-* connector. Reports which Entra tenant a credential actually points at.
hand-builtMicrosoft Intune Devices — Read Microsoft Intune enrolled devices, compliance state, configuration profiles and detected apps through Microsoft Graph. Requires an Intune licence.
hand-builtMicrosoft OneDrive & SharePoint — Browse OneDrive and SharePoint sites, libraries, folders and file metadata through Microsoft Graph.
hand-builtMicrosoft Outlook Calendar — Read Outlook calendars and scheduled occurrences, create events and find meeting times, through Microsoft Graph.
hand-builtMicrosoft Teams — Read Microsoft Teams teams, channels and channel messages, and post to a channel, through Microsoft Graph.
hand-builtMoodle — Read Moodle courses, enrolments, assignment submissions and grades through the Moodle web services REST API.
hand-builtNetwork Ping — Ping a host and report if it is reachable
hand-builtNew Relic — Run NRQL queries and manage alerts via the New Relic NerdGraph GraphQL API.
hand-builtOkta — Read Okta identity data — users, groups and assigned applications — through the Okta Management API.
hand-builtOpsgenie — Create, close, get, and list Opsgenie alerts via the Alert API.
hand-builtPagerDuty — Query and create PagerDuty incidents and services via the PagerDuty REST API.
hand-builtlicensedPeopleSoft HCM — Read Oracle PeopleSoft HCM human-resources data — workers, jobs and organisations — over JDBC.
hand-builtPrometheus — Run PromQL instant and range queries against a Prometheus server, and list series metadata via the Prometheus HTTP API v1.
hand-builtRsync — Mirror directory trees to or from a remote host over SSH — delta transfer, resume, true mirror, real dry run.
hand-builtSentry — Query and resolve application error/exception issues and events in Sentry via the Sentry REST API.
hand-builtServiceNow — Create and update ITSM incidents, requests, and CMDB records via the ServiceNow Table API.
hand-builtSlack — Call the Slack Web API to post messages, list channels, read history, and look up users.
hand-builtSQL — Run SQL against ten relational databases through one tool — MySQL, Oracle, PostgreSQL, SQL Server, MariaDB, DB2, Informix, Derby, Firebird and Cloud Spanner — with statement, stored-procedure, streaming, file export and bulk import operations.
hand-builtSSH — Execute commands and multi-line scripts on remote hosts over SSH.
hand-builtZendesk — Read and create Zendesk support tickets and look up users via the Zendesk REST API v2.
hand-builtZoho Desk — Create and update support tickets, contacts, and departments in Zoho Desk using the official REST API v1.
Other tools (227)
Transcribed from each vendor’s published API specification — check the operations before you rely on one.
Show all 227
1Password Events — 1Password Events is an API for accessing security, audit, and usage events from 1Password accounts.
Adyen Clouddeviceservice — Adyen Cloud Device Service is an API for managing cloud-connected payment terminal devices used with Adyen in-person payments.
Apideck Customer Support — Apideck Customer Support is an API connector for Apideck's unified customer support and helpdesk API.
Apideck File Storage — Apideck File Storage is an API connector for Apideck's unified file storage API.
Apideck Issue Tracking — Apideck Issue Tracking is an API connector for Apideck's unified issue tracking and ticket management API.
Autotask — Autotask is a professional services automation platform for managing IT service tickets, projects, contracts, billing, and managed-services operations.
Azure Addons — Azure Addons is a Microsoft Azure management API for creating and managing Azure add-on resources associated with marketplace or platform services.
Azure Adhybridhealthservice — Azure AD Hybrid Health Service is a Microsoft Azure service for monitoring the health of hybrid identity infrastructure such as Azure AD Connect and Active Directory Federation Services.
Azure Advisor — Azure Advisor is a Microsoft Azure recommendation service that analyzes Azure resources and suggests improvements for reliability, security, performance, cost, and operations.
Azure Alerts Management — Azure Alerts Management management API — 12 operations consolidated from 2 Microsoft OpenAPI specs into one connector.
Azure App Service — Azure App Service management API — 83 operations consolidated from 17 Microsoft OpenAPI specs into one connector.
Azure Appconfiguration — An Azure App Configuration connector for managing centralized application settings and feature flags in Azure.
Azure Application Insights — Azure Application Insights management API — 79 operations consolidated from 19 Microsoft OpenAPI specs into one connector.
Azure Appplatform — Azure App Platform is an Azure resource-management API for provisioning and managing managed application platform services such as Azure Spring Apps.
Azure Authorization (RBAC) — Azure Authorization (RBAC) management API — 40 operations consolidated from 9 Microsoft OpenAPI specs into one connector.
Azure Automation — Azure Automation management API — 119 operations consolidated from 27 Microsoft OpenAPI specs into one connector.
Azure Azureactivedirectory — Azure Active Directory is Microsoft's cloud identity and access management service for users, applications, and organizational resources.
Azure Backup — Azure Backup management API — 16 operations consolidated from 5 Microsoft OpenAPI specs into one connector.
Azure Blockchain — Azure Blockchain is a Microsoft Azure service for creating, managing, and integrating blockchain networks and blockchain-based applications.
Azure Compute — Azure Compute management API — 28 operations consolidated from 6 Microsoft OpenAPI specs into one connector.
Azure Containerinstance — Azure Container Instances is a Microsoft Azure service for running containers directly in the cloud without managing servers or clusters.
Azure Customerlockbox — Azure Customer Lockbox is a Microsoft Azure security feature that lets customers approve or reject Microsoft engineer access to their data during support operations.
Azure Data (SQL Server Registration) — Azure Data (Microsoft.AzureData) — list and read SQL Server registrations and the SQL Servers registered under them.
Azure Database for MariaDB — Azure Database for MariaDB management API — 29 operations consolidated from 6 Microsoft OpenAPI specs into one connector.
Azure Database for MySQL — Azure Database for MySQL management API — 29 operations consolidated from 6 Microsoft OpenAPI specs into one connector.
Azure Databox — Azure Data Box is a Microsoft appliance and service for offline bulk data transfer into and out of Azure.
Azure Databoxedge — Azure Data Box Edge is a Microsoft edge computing appliance for local processing and transferring data to Azure.
Azure Datamigration — Azure Datamigration is an Azure service for migrating databases and related data workloads to Azure.
Azure Devtestlabs Dtl — Azure DevTest Labs is an Azure service for creating and managing development and testing environments in the cloud.
Azure Dns — Azure DNS is an Azure service for hosting and managing DNS zones and domain name records.
Azure Domainservices — Azure Domain Services is a managed Microsoft service that provides Active Directory domain features in Azure.
Azure Dynamics Telemetry — Azure Dynamics Telemetry (Microsoft.DynamicsTelemetry) — list the ARM operations the resource provider exposes. Discovery only; there are no resource operations.
Azure Edgegateway — Azure Edge Gateway is an Azure service for managing edge gateway devices that process and move data between local environments and Azure.
Azure Guest Configuration — Azure Guest Configuration management API — 7 operations consolidated from 2 Microsoft OpenAPI specs into one connector.
Azure Hanaonazure — Azure HANA on Azure is an Azure service for running SAP HANA workloads on dedicated Azure infrastructure.
Azure Hybridcompute — Azure Hybrid Compute is an Azure Arc service for connecting and managing servers outside Azure as Azure-managed resources.
Azure Hybriddatamanager Hybriddata — Azure Hybrid Data Manager is an Azure service for managing data movement and data workflows across on-premises and cloud environments.
Azure Imagebuilder — Azure Image Builder is an Azure service for creating, customizing, and distributing virtual machine images.
Azure Intune — Microsoft Intune is a cloud service for managing employee devices, applications, and endpoint security policies.
Azure Key Vault — Azure Key Vault management API — 5 operations consolidated from 2 Microsoft OpenAPI specs into one connector.
Azure Labservices Ml — Azure Lab Services is a Microsoft Azure service for creating and managing cloud-hosted virtual machine labs for classes, training, testing, and development.
Azure Maintenance — Azure Maintenance is an Azure management service for controlling and scheduling platform maintenance updates for Azure resources.
Azure Managednetwork — Azure Managed Network is an Azure service for centrally creating and managing isolated virtual network connectivity for Azure resources.
Azure Managedservices — Azure Managed Services is the Azure API used for delegated management of customer Azure resources by service providers, commonly associated with Azure Lighthouse.
Azure Migrate — Azure Migrate is a Microsoft Azure service for assessing, planning, and moving servers, applications, and data to Azure.
Azure Migrateprojects Migrate — Azure Migrate Projects is an Azure API area for managing migration projects that organize assessments and migrations into Azure.
Azure Monitor — Azure Monitor management API — 87 operations consolidated from 27 Microsoft OpenAPI specs into one connector.
Azure Msi Managedidentity — Azure MSI Managed Identity is a Microsoft Azure service API for managing managed identities that let Azure resources authenticate to other services without stored credentials.
Azure Netapp — Azure NetApp Files is a Microsoft Azure managed enterprise file storage service based on NetApp technology for high-performance cloud file shares.
Azure Networking — Azure Networking management API — 213 operations consolidated from 44 Microsoft OpenAPI specs into one connector.
Azure Operational Insights (Log Analytics) — Azure Operational Insights (Log Analytics) management API — 14 operations consolidated from 3 Microsoft OpenAPI specs into one connector.
Azure Operationsmanagement — Azure Operations Management is a Microsoft Azure service area for managing operations-management solutions that monitor and manage cloud and infrastructure resources.
Azure Peering — Azure Peering is a Microsoft Azure networking service for managing direct network peering relationships between organizations, internet service providers, and Microsoft.
Azure Portal — Azure Portal is Microsoft Azure's web-based management console for creating, configuring, and monitoring Azure cloud resources.
Azure Privatedns — Azure Private DNS is a Microsoft Azure service for hosting and managing private DNS zones inside Azure virtual networks.
Azure Recovery Services — Azure Recovery Services management API — 14 operations consolidated from 5 Microsoft OpenAPI specs into one connector.
Azure Relay — Azure Relay is a Microsoft Azure service for securely exposing services running inside private networks to the cloud without opening inbound firewall ports.
Azure Resource Graph — Azure Resource Graph management API — 7 operations consolidated from 2 Microsoft OpenAPI specs into one connector.
Azure Resource Manager — Azure Resource Manager management API — 67 operations consolidated from 12 Microsoft OpenAPI specs into one connector.
Azure Resourcehealth — Azure Resource Health is a Microsoft Azure service that reports the health and availability status of Azure resources.
Azure Scheduler — Azure Scheduler is a Microsoft Azure service for running jobs or calling services on a defined schedule.
Azure Serialconsole — Azure Serial Console is an API connector for managing serial console access to Azure virtual machines and virtual machine scale sets.
Azure Servermanagement — Azure Server Management is an API connector for managing server management resources and remote administration capabilities in Azure.
Azure Service Map Arm Service Map — Azure Service Map is an API connector for mapping server processes, dependencies, and connections in Azure monitoring environments.
Azure Sqlvirtualmachine Sqlvm — Azure SQL Virtual Machine is an Azure service for managing SQL Server instances running on Azure virtual machines.
Azure Stack — Azure Stack management API — 17 operations consolidated from 4 Microsoft OpenAPI specs into one connector.
Azure Stack Admin — Azure Stack Admin management API — 30 operations consolidated from 9 Microsoft OpenAPI specs into one connector.
Azure Storage — Azure Storage management API — 21 operations consolidated from 4 Microsoft OpenAPI specs into one connector.
Azure Storagecache — Azure HPC Cache is an Azure storage caching service that provides high-performance access to file data for compute-intensive workloads.
Azure Storageimportexport — Azure Import/Export is a service for physically shipping disks to Microsoft to import data into or export data from Azure Storage.
Azure Storagesync — Azure File Sync is a service that synchronizes on-premises Windows file servers with Azure Files.
Azure Storsimple1200Series Storsimple — Azure StorSimple 1200 Series was a Microsoft hybrid cloud storage appliance service for tiering and backing up enterprise storage to Azure.
Azure Storsimple8000Series Storsimple — Azure StorSimple 8000 Series was a Microsoft hybrid cloud storage appliance service for enterprise storage, backup, and cloud tiering with Azure.
Azure Subscriptions — Azure Subscriptions management API — 9 operations consolidated from 3 Microsoft OpenAPI specs into one connector.
Azure Support — Azure Support is an Azure API connector for creating and managing Microsoft Azure support requests.
Azure Visualstudio Csm — Azure Visual Studio CSM is an Azure resource management API connector for Visual Studio-related cloud resources.
Azure Vmwarecloudsimple — Azure VMware CloudSimple is an Azure API connector for managing VMware private cloud resources hosted through CloudSimple.
Azure Windowsesu — Azure Windowsesu is a Microsoft Azure API connector for Windows Extended Security Updates resources.
Azure Windowsiot Windowsiotservices — Azure Windowsiot Windowsiotservices is a Microsoft Azure API connector for managing Windows IoT services resources.
Box — Box is a cloud content management and file-sharing service for storing, sharing, and collaborating on business documents.
Cisco — Cisco is a company and technology platform provider for networking, communications, cybersecurity, and enterprise infrastructure products.
Cisco Meraki — Cisco Meraki is a cloud-managed networking platform for managing Wi-Fi, switching, security appliances, cameras, and network devices.
Clever — Clever is an education technology platform for school identity management, rostering, single sign-on, and student data integrations.
Clever Cloud — Clever Cloud is a cloud application hosting platform for deploying and running software applications.
Cloudflare — Cloudflare is an internet infrastructure platform providing DNS, CDN, web security, DDoS protection, and edge networking services.
Cpy Peertube — PeerTube is an open-source federated video hosting and sharing platform.
Daniweb — DaniWeb is an online community and forum for programmers, developers, and technology professionals.
Debian Code Search — Debian Code Search — search the whole Debian source archive, optionally aggregated per package.
Digitalocean — DigitalOcean is a cloud infrastructure platform for hosting virtual servers, managed databases, storage, and developer applications.
Docker Hub — Docker Hub is an online registry for storing, sharing, and distributing Docker container images.
Docusign Admin Rest Swagger V2 1 — DocuSign Admin REST Swagger v2.1 is an API connector for administering DocuSign accounts, organizations, users, and settings.
Docusign Monitor Rest Swagger V2 0 — DocuSign Monitor REST Swagger v2.0 is an API connector for DocuSign Monitor, which tracks and reports security activity in DocuSign environments.
Easypdfserver — EasyPDF Server is a server-based PDF automation product for converting and processing documents as PDF files.
Exavault — ExaVault is a cloud file-transfer and file-storage service that provides hosted FTP, SFTP, and file-sharing workflows.
Getpostman — Getpostman is Postman, an API development and testing platform used to build, document, test, and collaborate on APIs.
Getsentry Openapi Derefed — Sentry is an application monitoring and error tracking platform for finding and diagnosing software problems.
Github Ae — GitHub AE is an enterprise GitHub environment for hosting code and managing secure software collaboration in a dedicated cloud setting.
Github Api Github Com — GitHub API is the web API for automating and integrating with GitHub repositories, issues, pull requests, users, and organizations.
Github Api Github Com 2022 11 28 — GitHub API version 2022-11-28 is a versioned web API for automating and integrating with GitHub repositories, issues, pull requests, users, and organizations.
Github Ghec 2022 11 28 — GitHub Enterprise Cloud API version 2022-11-28 is a versioned API for administering and automating GitHub Enterprise Cloud organizations and repositories.
Github Ghes 3 — GitHub Enterprise Server 3.3 is a self-hosted enterprise version of GitHub for managing source code, collaboration, and development workflows on private infrastructure.
Github Ghes 3 2 — GitHub Enterprise Server 3.2 is a self-hosted enterprise version of GitHub for managing source code, collaboration, and development workflows on private infrastructure.
Github Ghes 3 4 — GitHub Enterprise Server 3.4 is a self-hosted enterprise version of GitHub for managing source code, collaboration, and development workflows on private infrastructure.
Github Ghes 3 5 — GitHub Enterprise Server 3.5 is a self-hosted enterprise version of GitHub for managing source code, collaboration, and development workflows on private infrastructure.
Github Ghes 3 6 — GitHub Enterprise Server 3.6 is a self-hosted enterprise version of GitHub for managing source code, collaboration, and development workflows on private infrastructure.
Github Ghes 3 7 — GitHub Enterprise Server 3.7 is a self-hosted enterprise version of GitHub for managing source code, collaboration, and development workflows on private infrastructure.
Github Ghes 3 8 — GitHub Enterprise Server 3.8 is a self-hosted enterprise version of GitHub for managing source code, collaboration, and development workflows on private infrastructure.
Google — Google is a technology company and internet services provider known for search, cloud services, productivity tools, advertising, and developer APIs.
Google Drive — Google Drive is a cloud storage and file-sharing service for storing, syncing, and collaborating on files.
Google Driveactivity — Google Drive Activity is an API for viewing activity history and changes made to files in Google Drive.
Google Gmailpostmastertools — Gmail Postmaster Tools is a service for monitoring email deliverability, spam rates, domain reputation, and authentication data for mail sent to Gmail users.
Googleapis Accessapproval — Google Cloud Access Approval is a service that lets organizations require explicit approval before Google personnel can access selected cloud resources.
Googleapis Accesscontextmanager — Google Cloud Access Context Manager is a service for defining context-aware access policies for Google Cloud resources.
Googleapis Acmedns — Google ACME DNS API is a Google service used to manage DNS-based ACME domain validation for certificate issuance.
Googleapis Admin — Google Admin SDK API is a set of APIs for managing Google Workspace users, groups, domains, devices, and administrative settings.
Googleapis Advisorynotifications — Google Advisory Notifications API is a Google Cloud service for receiving security, privacy, and compliance-related advisory notifications.
Googleapis Alertcenter — Google Workspace Alert Center API is a service for viewing and managing security and administrative alerts for Google Workspace domains.
Googleapis Androiddeviceprovisioning — Android Device Provisioning API is a Google API for enrolling and configuring Android devices for enterprise zero-touch deployment.
Googleapis Androidenterprise — Android Enterprise API is a Google API for managing Android apps and devices in enterprise environments.
Googleapis Androidmanagement — Android Management API is a Google API for managing Android devices, policies, and apps for enterprise mobility management.
Googleapis Baremetalsolution — Google Cloud Bare Metal Solution API is a Google Cloud API for managing dedicated bare-metal server environments connected to Google Cloud.
Googleapis Beyondcorp — Google BeyondCorp is a zero-trust access platform for securing employee and application access without relying on a traditional VPN.
Googleapis Certificatemanager — Google Certificate Manager is a Google Cloud service for provisioning and managing TLS certificates.
Googleapis Chromemanagement — Google Chrome Management API provides reporting and management data for Chrome browsers and ChromeOS devices in organizations.
Googleapis Chromepolicy — Google Chrome Policy API manages Chrome and ChromeOS policies for users, browsers, and devices.
Googleapis Clouderrorreporting — Google Cloud Error Reporting API is an interface for collecting, tracking, and managing application errors in Google Cloud.
Googleapis Cloudidentity — Google Cloud Identity API is an interface for managing identities, users, groups, and device-related identity services for organizations.
Googleapis Cloudkms — Google Cloud Key Management Service API is an interface for creating and managing cryptographic keys used to protect cloud data.
Googleapis Cloudprivatecatalog — Google Cloud Private Catalog API is an interface for accessing curated internal catalogs of approved cloud products and solutions.
Googleapis Cloudprivatecatalogproducer — Google Cloud Private Catalog Producer API is an interface for creating and publishing private catalog products for use inside an organization.
Googleapis Cloudresourcemanager — Google Cloud Resource Manager API is an interface for organizing and managing Google Cloud projects, folders, and organizations.
Googleapis Cloudsearch — Google Cloud Search API is an interface for indexing and searching organizational content across Google Workspace and connected data sources.
Googleapis Cloudshell — Google Cloud Shell API is an interface for managing browser-based command-line shell environments in Google Cloud.
Googleapis Cloudsupport — Google Cloud Support API is an interface for managing Google Cloud support cases and support-related interactions.
Googleapis Compute — googleapis-compute is a generated connector for Google Compute Engine, Google Cloud's service for creating and managing virtual machines and related infrastructure.
Googleapis Deploymentmanager — Googleapis Deploymentmanager is a connector for the Google Cloud Deployment Manager API, used to define and deploy cloud infrastructure resources.
Googleapis Dns — Googleapis Dns is a connector for the Google Cloud DNS API, used to manage DNS zones and records.
Googleapis Domains — Googleapis Domains is a connector for the Google Domains API, used to manage domain name registrations and related settings.
Googleapis Driveactivity — Googleapis Driveactivity is a connector for the Google Drive Activity API, used to view and analyze user actions and file activity in Google Drive.
Googleapis Drivelabels — Google Drive Labels API is a Google API for creating and managing structured labels and metadata on Google Drive files.
Googleapis Essentialcontacts — Google Essential Contacts API is a Google Cloud API for managing the people who receive important notifications about cloud resources.
Googleapis File — Google Cloud Filestore API is a Google Cloud API for managing managed network file storage instances.
Googleapis Groupsmigration — Googleapis Groupsmigration is a connector for the Google Groups Migration API used to migrate email archives into Google Groups.
Googleapis Groupssettings — Googleapis Groupssettings is a connector for the Google Groups Settings API used to read and change configuration settings for Google Groups.
Googleapis Licensing — Googleapis Licensing is a connector for the Google Workspace Licensing API, which manages user licenses for Google Workspace services.
Googleapis Logging — Googleapis Logging is a connector for the Google Cloud Logging API, which collects, stores, searches, and manages application and infrastructure logs.
Googleapis Managedidentities — Googleapis Managedidentities is a connector for Google Cloud Managed Service for Microsoft Active Directory, which manages cloud-hosted Active Directory domains.
Googleapis Migrationcenter — Googleapis Migrationcenter is a connector for Google Cloud Migration Center, which assesses existing IT assets and plans cloud migrations.
Googleapis Monitoring — Googleapis Monitoring is a connector for the Google Cloud Monitoring API, which tracks metrics, uptime, dashboards, and alerts for cloud systems.
Googleapis Networkconnectivity — Google Cloud Network Connectivity API is a Google Cloud API for managing network connectivity resources such as hubs, spokes, and cloud network connections.
Googleapis Networkmanagement — Google Cloud Network Management API is a Google Cloud API for analyzing, testing, and troubleshooting cloud network connectivity and configurations.
Googleapis Networksecurity — Google Cloud Network Security API is a Google Cloud API for managing network security resources such as firewall policies, TLS inspection, and security gateways.
Googleapis Networkservices — Google Cloud Network Services API is a Google Cloud API for managing network service resources such as load balancing, service routing, and service meshes.
Googleapis Oauth2 — Google OAuth2 API is a Google API for authentication, authorization, token handling, and retrieving basic Google account identity information.
Googleapis Orgpolicy — Google Cloud Organization Policy API is a Google Cloud API for defining and enforcing governance constraints across cloud organizations, folders, and projects.
Googleapis Osconfig — Google Cloud OS Config API is a Google Cloud API for managing operating system configuration, patching, inventory, and compliance on virtual machines.
Googleapis Oslogin — Google Cloud OS Login API is a Google Cloud API for managing SSH access to virtual machines using Google identities and IAM permissions.
Googleapis Playcustomapp — Google Play Custom App API is a Google API for publishing private Android apps to Managed Google Play for specific organizations.
Googleapis Policysimulator — Google Cloud Policy Simulator API is a Google Cloud API for testing the effects of proposed IAM policy changes before applying them.
Googleapis Policytroubleshooter — Google Cloud Policy Troubleshooter API is a Google Cloud API for diagnosing why a principal does or does not have access to a resource.
Googleapis Privateca — Google Cloud Private CA API is a Google Cloud service for creating and managing private certificate authorities and certificates.
Googleapis Prod Tt Sasportal — Google SAS Portal API is a Google API for managing Spectrum Access System portal resources for CBRS wireless deployments.
Googleapis Publicca — Google Public Certificate Authority API is a Google API for requesting and managing publicly trusted TLS certificates from Google Trust Services.
Googleapis Reseller — Googleapis Reseller is a connector for the Google Workspace Reseller API, used to manage customer subscriptions and licenses for Google Workspace resellers.
Googleapis Safebrowsing — Googleapis Safebrowsing is a connector for the Google Safe Browsing API, used to check URLs and files against Google's lists of unsafe web resources.
Googleapis Servicenetworking — Googleapis Servicenetworking is a generated connector for Google Cloud Service Networking, an API used to configure private networking between Google Cloud services and customer networks.
Googleapis Serviceusage — Googleapis Serviceusage is a generated connector for Google Service Usage, an API used to enable, disable, inspect, and manage Google Cloud services and quotas.
Googleapis Sql — Googleapis Sql is a generated connector for Google Cloud SQL, a managed relational database service for MySQL, PostgreSQL, and SQL Server.
Googleapis Sqladmin — Googleapis Sqladmin is a generated connector for the Google Cloud SQL Admin API, which manages Cloud SQL instances, databases, users, backups, and settings.
Googleapis Storage — Googleapis Storage is a generated connector for Google Cloud Storage, an object storage service for storing and retrieving files and application data.
Googleapis Storagetransfer — Googleapis Storagetransfer is a generated connector for Google Storage Transfer Service, which moves data between cloud storage providers, Google Cloud Storage buckets, and other sources.
Googleapis Sts — Googleapis Sts is a generated connector for Google's Security Token Service API, which exchanges and federates security tokens for authentication.
Googleapis Verifiedaccess — googleapis-verifiedaccess is a generated connector for the Google Verified Access API, which verifies ChromeOS device and user identity for secure access decisions.
Googleapis Versionhistory — googleapis-versionhistory is a generated connector for Google's Version History API, which provides version and release history information for Google software such as Chrome.
Googleapis Vmmigration — googleapis-vmmigration is a generated connector for Google Cloud VM Migration, which helps migrate virtual machines into Google Cloud.
Googleapis Workloadmanager — Google Cloud Workload Manager is a Google Cloud service for assessing and managing cloud workloads against operational best practices.
Googleapis Workstations — Google Cloud Workstations is a Google Cloud service for creating and managing secure, managed developer workstations in the cloud.
Hetzner — Hetzner is a cloud hosting and data-center services provider whose API lets users manage servers, storage, networking, and infrastructure resources.
Hillbillysoftware Shinobi — Hillbillysoftware Shinobi is a video surveillance and network video recorder system for managing security cameras.
Juniper Mist — Juniper Mist — read the wireless network constants: alarm definitions, AP channels and LED states, applications, and client and call event definitions.
KeyServ — KeyServ licensing — look up a product licence key by serial, read its expiry and custom fields, and update products.
Linode — Linode is a cloud-computing and hosting platform for virtual servers, storage, networking, and infrastructure services.
Meraki — Meraki is Cisco’s cloud-managed networking platform for managing wireless networks, switches, security appliances, and related network devices.
Microsoft Defender for Cloud — Microsoft Defender for Cloud management API — 115 operations consolidated from 29 Microsoft OpenAPI specs into one connector.
Microsoft Graph — Microsoft Graph is Microsoft’s unified API for accessing Microsoft 365, Windows, and identity data such as users, mail, files, calendars, and Teams information.
Microsoft Graph Beta — Microsoft Graph Beta is the preview version of Microsoft Graph for accessing experimental or not-yet-stable Microsoft 365 and identity API features.
Mozilla Kinto — Mozilla Kinto is an open-source JSON storage and synchronization service for managing remote application data and settings.
Netbox — NetBox is an open-source tool for documenting and managing network infrastructure, IP addresses, racks, devices, and data-center resources.
Orthanc Server — Orthanc Server is an open-source DICOM server used to store, query, and exchange medical imaging data.
Password Utility — passwordutility.net — generate a password, or validate one against strength rules.
Redhat Catalog Inventory — Redhat Catalog Inventory is an API for accessing inventory information in Red Hat's catalog or software account ecosystem.
Runscope — Runscope is an API testing and monitoring service for checking whether web APIs are working correctly.
Sendgrid Alerts — SendGrid Alerts is an API for configuring notifications about SendGrid account or email delivery events.
Sendgrid Api Keys — SendGrid API Keys is an API for creating and managing authentication keys used to access SendGrid services.
Sendgrid Domain Authentication — SendGrid Domain Authentication is an API for verifying sending domains and configuring DNS-based email authentication.
Sendgrid Enforced Tls — SendGrid Enforced TLS is an API for requiring encrypted TLS connections when sending email to configured domains.
Sendgrid Integrations — SendGrid Integrations is an API for managing connections between SendGrid and other services or partner integrations.
Sendgrid Ip Access Management — SendGrid IP Access Management is an API for controlling which IP addresses can access a SendGrid account.
Sendgrid Logs — SendGrid Logs API is a SendGrid API connector for accessing email activity, delivery, and system log information.
Sendgrid Mail Settings — SendGrid Mail Settings API is a SendGrid API connector for configuring account-level email sending settings.
Sendgrid Reverse Dns — SendGrid Reverse DNS API is a SendGrid API connector for configuring reverse DNS records used to authenticate dedicated email sending IP addresses.
Sendgrid Sso — SendGrid SSO is an API area for configuring single sign-on access to Twilio SendGrid accounts.
Sendgrid Teammates — SendGrid Teammates is an API area for managing team member access to a Twilio SendGrid account.
Sendgrid User — SendGrid User is an API area for managing user and account settings in Twilio SendGrid.
Signl4 — SIGNL4 is an incident alerting and mobile notification platform for routing critical alerts to on-call teams.
Slack AI Search — Slack AI search — search Slack messages matching a query (ai.alpha.search.messages).
Telnyx — Telnyx is a cloud communications platform for voice, SMS, messaging, networking, and telephony APIs.
Twilio Api — Twilio API v2010 is Twilio’s core REST API for managing communications resources such as messages, calls, accounts, phone numbers, and related records.
Twilio Iam — Twilio IAM is an identity and access management API for controlling users, roles, permissions, and access to Twilio resources.
Twilio Iam Organizations — Twilio IAM Organizations is an API for managing organization-level identity, access, and administrative structures in Twilio.
Twilio Marketplace — Twilio Marketplace is an API for discovering and managing third-party integrations and partner add-ons available for Twilio.
Twilio Monitor — Twilio Monitor is an API for accessing operational events, alerts, logs, and debugging information for Twilio accounts.
Twilio Numbers — Twilio Numbers is an API for searching, buying, configuring, and managing phone numbers used with Twilio services.
Twilio Oauth — Twilio OAuth is an API for authorization flows that let applications securely access Twilio resources with delegated permissions.
Twilio Trunking — Twilio Trunking is Twilio's SIP trunking service for connecting business phone systems to the public telephone network.
USCANN — USCANN — register a user, authenticate for a token, validate a mail token and reset a forgotten password.
Victorops — Victorops is an incident management and on-call alerting platform, now known as Splunk On-Call.
Visualstudio — Visual Studio is Microsoft’s integrated development environment for building, debugging, and deploying software applications.
Vonage Business Communications — Vonage Business Communications insights — read the account and the signed-in user, list and count active calls, and read call events.
Vonage Extension — Vonage Extension is an API for managing phone or communications extensions within Vonage business communications services.
Vonage User — Vonage User is an API for managing users in Vonage communications applications and business phone services.
WHAPI Sessions — WHAPI sessions — log a customer in for an authentication ticket, validate it, issue one-time service tickets, and log out.
Who Hosts This — Who Hosts This is a service that identifies the web hosting provider behind a website.
Wso2Apistore Transform — WSO2 API Store is a developer portal component of WSO2 API Manager used to discover, subscribe to, and manage access to APIs.
Xero Identity — Xero Identity is Xero's identity and authentication service for managing user access, organizations, and API authorization.