Agent skill · bighardperson

api-gateway

Connect to 100+ APIs (Google Workspace, Microsoft 365, GitHub, Notion, Slack, Airtable, HubSpot, etc.) with managed OAuth.

What it needs

About 9k tokens when loaded.

What this skill does

API Gateway Passthrough proxy for direct access to third-party APIs using managed OAuth connections, provided by Maton. The API gateway lets you call native API endpoints directly. Quick Start Base URL Replace {app} with the service name and {native-api-path} with the actual API endpoint path. IMPORTANT: The URL path MUST start with the connection's app name (eg. /google-mail/...). This prefix tells the gateway which app connection to use. For example, the native Gmail API path starts with gmail/v1/, so full paths look like /google-mail/gmail/v1/users/me/messages. Authentication All requests require the Maton API key in the Authorization header: The API gateway automatically injects the appropriate OAuth token for the target service. Environment Variable: You can set your API key as the MATONAPIKEY environment variable: Getting Your API Key 1. Sign in or create an account at maton.ai 2. Go to maton.ai/settings 3. Click the copy button on the right side of API Key section to copy it Connection Management Connection management uses a separate base URL: https://ctrl.maton.ai List Connections Query Parameters (optional): app - Filter by service name (e.g., slack, hubspot, salesforce) status - Filter by connection status (ACTIVE, PENDING, FAILED) Response: Create Connection Request Body: app (required) - Service name (e.g., slack, notion) method (optional) - Connection method (APIKEY, BASIC, OAUTH1, OAUTH2, MCP) Get Connection Response: Open the returned URL in a browser to complete OAuth. Delete Connection Specifying Connection If you have multiple connections for the same app, you can specify which connection to use by adding the Maton-Connection header with the connection ID: If omitted, the gateway uses the default (oldest) active connection for that app. …

How to use it

Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:

@skills bighardperson/API Gateway

View the source on GitHub

Browse the @skills marketplace