api-gateway

Route external API calls through a centralized OAuth-protected gateway.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Passthrough proxy for direct access to external APIs using a managed OAuth gateway, simplifying secure integration and access control across services.

Core Features & Use Cases

  • Centralized, OAuth-protected API routing for multiple services (Slack, Google, Notion, HubSpot, etc.)
  • Per-connection authorization and automatic token management to minimize credential handling
  • Transparent passthrough with standard HTTP methods and automatic error propagation to the caller
  • Use case: quickly connect a new service to your application without embedding credentials

Quick Start

Activate the gateway and route a sample API call using your Maton API key.

Frequently Asked Questions about api-gateway

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

FAQPage Schema
How do I securely route external API calls through a centralized gateway?

A centralized API gateway routes external API calls securely by consolidating multi-service requests behind a single endpoint with per-connection authorization and centralized key management. This enforces connection scoping and base URL routing.

How does OAuth passthrough proxy access work for external APIs?

OAuth passthrough proxy access works by providing secure, OAuth-enabled access to external APIs. The gateway enforces connection scoping and base URL routing while automatically managing tokens to minimize direct credential handling.

What is the best way to manage API keys for multiple external services?

Centralized key management is the best way to manage API keys for multiple external services. An OAuth-protected API gateway consolidates credentials, providing per-connection authorization to minimize credential handling across services.

Can I use transparent error passthrough to propagate HTTP errors from target services?

Yes, you can use transparent error passthrough to propagate HTTP errors from target services. The gateway uses standard HTTP methods and automatically propagates errors directly to the caller without intercepting the response.

Do I need to embed credentials directly in my application to connect to external APIs?

No, you do not need to embed credentials directly in your application. An OAuth-enabled gateway provides per-connection authorization and centralized key management, allowing you to connect new services without handling credentials.

Does the API gateway support routing for multiple services like Slack and Notion?

Yes, the API gateway supports routing for multiple services like Slack and Notion. It provides centralized, OAuth-protected API routing across various external services with automatic token management.