Connect to 100+ third-party APIs with managed OAuth through a single gateway, powered by Maton.ai.
by
byungkyu
API Gateway provides a passthrough proxy for direct access to third-party APIs using managed OAuth connections.
Authenticate once with a Maton API key, then call native provider APIs through the gateway while Maton injects the correct OAuth tokens.
Send requests with `Authorization: Bearer $MATON_API_KEY` to the Maton gateway.
Use `https://gateway.maton.ai/{app}/{native-api-path}` where the `{app}` prefix selects the service connection.
Create, list, or delete OAuth connections via `https://ctrl.maton.ai`.
If multiple accounts exist, pass `Maton-Connection` to choose a specific connection.
Google Workspace, Microsoft 365, Slack, HubSpot, Salesforce, Notion, GitHub, Airtable, Stripe, Jira, Linear, and more.
No need to handle OAuth flows yourself; the gateway manages token refresh and injection.
Call each service's native API endpoints directly with full request/response fidelity.
Create, list, and delete OAuth connections via the Maton control API.
Use the `Maton-Connection` header to target a specific account.
Works with any HTTP client in Python, JavaScript, cURL, or other languages.
Create contacts in HubSpot, query leads in Salesforce, or manage deals in Pipedrive.
Read and write Google Sheets, manage Calendar events, and send emails via Gmail or Outlook.
Post messages to Slack, send Microsoft Teams notifications, or manage Telegram bots.
Create Jira issues, update Trello boards, manage Linear tickets, or track tasks in Asana.
Process Stripe payments, manage WooCommerce products, or handle Square inventory.
npx clawhub@latest install api-gatewayRun in your terminal, or click the Install button at the top of this page for one-click setup.
No. You use one Maton API key; access is scoped to OAuth connections you explicitly authorize.
You can generate a key at maton.ai/settings; pricing depends on your Maton plan.
Use the `Maton-Connection` header to select the specific connection ID.
Connection management is handled via the Maton control API at `https://ctrl.maton.ai`.
Rate limits are enforced by Maton and upstream providers; check your Maton dashboard or docs for current limits.
No. The gateway manages OAuth token injection for authorized connections.