api-gateway

Connect to third-party service APIs through managed OAuth connections.

Updated May 17, 2026
One-click install
npx skills add https://github.com/tiankong0101-byte/skills-registry --skill api-gateway-tiankong0101-byte
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: api-gateway
Source: https://github.com/tiankong0101-byte/skills-registry/tree/main/skills/api-gateway
Command: npx skills add https://github.com/tiankong0101-byte/skills-registry --skill api-gateway-tiankong0101-byte

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill removes the friction of integrating with many third-party services by giving you one unified way to reach their native APIs through managed OAuth connections.

Core Features & Use Cases

  • Direct API Access: Call native endpoints for services like Slack, Google Workspace, Notion, Salesforce, Stripe, and many more.
  • Connection Management: Create, list, inspect, and remove authorized service connections before making requests.
  • Cross-Platform Automation: Use it for messaging, CRM updates, document management, analytics administration, e-commerce operations, and calendar workflows.
  • Operational Safeguards: Requests are scoped to user-authorized connections, with explicit app prefixes and header-based connection selection for multi-connection environments.

Quick Start

Ask the AI to use the api-gateway skill to send a Slack message through your authorized Maton connection.

Frequently Asked Questions about api-gateway

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

FAQPage Schema
How do I call multiple third-party REST APIs with a single OAuth gateway?

You can call over 100 third-party REST APIs through one managed OAuth gateway by using app-prefixed endpoint paths and native HTTP methods. This unified routing layer reaches Slack, Google Workspace, Salesforce, and more.

What do I need to connect Slack and Google Workspace APIs through a unified gateway?

Connecting Slack and Google Workspace APIs requires an active Maton API key and valid authorized connections. You must use correct app-prefixed endpoint paths and pass passthrough headers to route requests.

Can I manage multiple authorized OAuth connections for cross-platform automation?

Yes, you can create, list, inspect, and remove authorized service connections for cross-platform automation. Multi-connection environments are supported through explicit header-based connection selection for each request.

Does this API gateway support native HTTP methods and passthrough headers for Stripe and Notion?

Yes, the API gateway supports native HTTP methods and passthrough headers for Stripe, Notion, and other providers. Requests are routed directly to native endpoints scoped to your user-authorized connections.

What is the best way to automate CRM updates and calendar workflows across different services?

The best way to automate CRM updates and calendar workflows is using a unified routing layer that applies managed OAuth connections. It scopes requests to authorized connections for secure cross-platform operations.

Why does my API gateway request fail when using an unauthorized connection?

API gateway requests fail when using unauthorized connections because all calls are strictly scoped to user-authorized connections. You must create and validate your service connection before making endpoint requests.