api-gateway

Manage OAuth connections to external APIs through a centralized gateway.

Updated Mar 11, 2026
One-click install
npx skills add https://github.com/ISAQQSAI/SkillAttack --skill api-gateway-isaqqsai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: api-gateway
Source: https://github.com/ISAQQSAI/SkillAttack/tree/main/data/hot100skills/008_byungkyu_api-gateway
Command: npx skills add https://github.com/ISAQQSAI/SkillAttack --skill api-gateway-isaqqsai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Users need a secure, centralized way to access a wide range of external APIs without exposing credentials. This Skill provides a managed OAuth gateway that mediates calls to services like Google Workspace, Microsoft 365, GitHub, Notion, Slack, Airtable, and HubSpot, ensuring per-service authorization is enforced.

Core Features & Use Cases

  • Secure, token-authenticated passthrough to native APIs via a single gateway.
  • Supports dozens of services with per-service OAuth flows, connection management, and revocation.
  • Use cases include building automation dashboards, integrating SaaS apps, and enabling rapid prototyping of cross-service workflows.

Quick Start

Authorize a Maton connection and start calling external APIs via the gateway.

Frequently Asked Questions about api-gateway

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I connect to external APIs like Google Workspace or Notion without exposing OAuth credentials?

You can connect to external APIs securely using a managed OAuth gateway. This gateway mediates calls to services like Google Workspace and Notion, ensuring credentials reside securely on Maton and are never exposed directly.

What is the process for authorizing SaaS integrations through an OAuth gateway?

Authorizing SaaS integrations requires completing a user consent flow via Maton’s OAuth connect. Once authorized, the gateway uses token-authenticated passthrough to manage connections to the requested external services.

Can I use this OAuth gateway to integrate multiple SaaS apps like Slack and Microsoft 365 simultaneously?

Yes, this OAuth gateway supports dozens of services including Slack and Microsoft 365. It provides per-service OAuth flows and connection management, allowing you to build cross-service workflows and automation dashboards.

Does the managed API gateway support revoking access to specific connected services?

Yes, the managed API gateway supports connection revocation. Per-service authorization is enforced, meaning you can manage and revoke access to specific external APIs independently through the gateway.

How do I start building cross-service workflows that pull data from Airtable and HubSpot?

To build cross-service workflows, you first authorize a Maton connection for services like Airtable and HubSpot. After user consent is granted, you can start calling those external APIs rapidly via the secure gateway.

Are my API credentials stored locally when using a centralized OAuth gateway?

No, your API credentials are not stored locally. All credentials reside securely on Maton and are only used for connections that you have explicitly authorized through the OAuth consent flow.