← Voltar a Skills
💻

API Gateway

Connect to 100+ third-party APIs with managed OAuth through a single gateway, powered by Maton.ai.

por byungkyu
Coding Agents & IDEsProductivityAutomationAPI

# API Gateway Connect to 100+ third-party APIs with managed OAuth through a single gateway, powered by Maton.ai. API Gateway provides a passthrough proxy for direct access to third-party APIs using managed OAuth connections. Instead of juggling dozens of API keys and OAuth flows, you authenticate once with a Maton API key and the gateway automatically injects the correct OAuth tokens for each target service. Supports 100+ services including Google Workspace, Microsoft 365, Slack, HubSpot, Salesforce, Notion, GitHub, Stripe, and many more. ## How It Works All requests route through https://gateway.maton.ai/{app}/{native-api-path} . The URL path starts with the app name (e.g., /slack/ , /google-sheets/ ), which tells the gateway which OAuth connection to use. You send standard API requests with your Maton API key in the Authorization header, and the gateway transparently injects the appropriate service-specific OAuth token. Connection management (create, list, delete) uses a separate control endpoint at https://ctrl.maton.ai . ## Key Features - **100+ Supported Services**: Google Workspace, Microsoft 365, Slack, HubSpot, Salesforce, Notion, GitHub, Airtable, Stripe, Jira, Linear, and dozens more - **Managed OAuth**: No need to handle OAuth flows yourself; the gateway manages token refresh and injection automatically - **Native API Passthrough**: Call each service's native API endpoints directly with full request/response fidelity - **Connection Management**: Create, list, and delete OAuth connections via a control API; supports multiple connections per service - **Multi-Connection Support**: Use the Maton-Connection header to target a specific connection when you have multiple accounts for the same service - **Cross-Language Support**: Works with any HTTP client in Python, JavaScript, cURL, or any other language ## Requirements - **Maton API Key**: Authenticates with the Maton.ai gateway. Get a free key at maton.ai/settings ## Use Cases - **CRM Automation**: Create contacts in HubSpot, query leads in Salesforce, or manage deals in Pipedrive - **Workspace Integration**: Read and write Google Sheets, manage Google Calendar events, send emails via Gmail or Outlook - **Team Communication**: Post messages to Slack channels, send Microsoft Teams notifications, or manage Telegram bots - **Project Management**: Create Jira issues, update Trello boards, manage Linear tickets, or track tasks in Asana - **E-Commerce Operations**: Process Stripe payments, manage WooCommerce products, or handle Square inventory ## Installation Install via: `npx clawhub@latest install api-gateway`

Instalação

1

Execute no seu terminal

npx clawhub@latest install api-gateway
2

Clique no botão Instalar no topo desta página para configuração com um clique