api-gateway

Route requests to third-party APIs with managed authentication.

28|4|Updated Feb 1, 2026
One-click install
npx skills add https://github.com/maton-ai/api-gateway-skill --skill api-gateway-maton-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: api-gateway
Source: https://github.com/maton-ai/api-gateway-skill/tree/main
Command: npx skills add https://github.com/maton-ai/api-gateway-skill --skill api-gateway-maton-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies interacting with third-party APIs by providing a unified gateway, abstracting away authentication complexities and offering a consistent interface for numerous services.

Core Features & Use Cases

  • Unified API Access: Call hundreds of popular APIs (Slack, HubSpot, Google Workspace, Stripe, etc.) through a single, managed interface.
  • Managed Authentication: Handles OAuth and API key management automatically.
  • Use Case: Send a Slack message directly from your workflow by calling the Slack API through the gateway, without needing to manage Slack API credentials or complex authentication flows yourself.

Quick Start

Use the api-gateway skill to send a Slack message to channel C0123456 with the text "Hello from 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 third-party APIs without managing OAuth and API keys myself?

A unified API gateway simplifies connecting to third-party services by providing a managed interface that automatically handles OAuth flows and API key management, abstracting away authentication complexities for services like Slack and Stripe.

What is the best way to integrate Slack, HubSpot, and Google Workspace into a single automation workflow?

Integrating Slack, HubSpot, and Google Workspace into an automation workflow is best achieved through a unified API gateway. It abstracts service-specific endpoints and provides a consistent routing mechanism to call hundreds of popular APIs.

Can I call the Stripe API directly from my workflow without writing custom authentication code?

Yes, you can call the Stripe API directly without writing custom authentication code. The gateway manages credentials and abstracts service-specific endpoints, enabling you to execute deterministic API tasks via scripts.

Does the API gateway support deterministic scripts for automated API calls?

Yes, the API gateway supports deterministic tasks via scripts. It provides detailed routing guides in its references for numerous supported services, ensuring consistent automated interactions with third-party APIs.

How do I send a Slack message through an API gateway without handling Slack API credentials?

You can send a Slack message without handling credentials by using the gateway to call the Slack API directly. Provide the target channel ID and text payload, and the gateway bypasses complex authentication flows to deliver the message.