Connect to 100+ APIs (Slack, GitHub, Notion, HubSpot, Salesforce, Google Workspace, and more) via a single managed OAuth gateway.
npx clawhub@latest install api-gatewayRequirements
API Gateway by Maton is a passthrough proxy that lets AI agents call native third-party API endpoints directly — without each integration requiring its own OAuth implementation. A single MATON_API_KEY authenticates with the gateway, while per-service OAuth tokens are managed automatically on your behalf. Access is strictly scoped to connections the user has explicitly authorized through Maton's connect flow, so the gateway key alone grants no access to third-party services.
npx clawhub@latest install api-gatewayClick the Install button at the top of this page for one-click setup
gateway.maton.ai).Connect to over 100 APIs including Google Workspace, Microsoft 365, Slack, GitHub, Notion, HubSpot, Salesforce, Stripe, Airtable, and many more. Each service has a dedicated routing guide covering its key objects and operations.
The gateway automatically injects the correct OAuth token for each target service. You authenticate once with your MATON_API_KEY; Maton handles token storage, refresh, and injection so your code never touches raw OAuth credentials.
Call endpoints using the exact paths, query parameters, and request bodies from each service's official documentation. All HTTP methods (GET, POST, PUT, PATCH, DELETE) are supported, and custom headers and query params are forwarded transparently.
Programmatically list, create, inspect, and delete OAuth connections via https://ctrl.maton.ai. Filter by app name or status, and use the Maton-Connection header to target a specific connection when multiple exist for the same service.
Works with any HTTP client — Python (requests, urllib), JavaScript/Node.js (fetch), curl, or any language that can make HTTP requests. Code examples are provided for Python and JavaScript.
The MATON_API_KEY alone grants zero access to third-party services. Each service connection requires explicit OAuth authorization by the user through Maton's connect flow, keeping access strictly scoped to what the user has approved.
An AI agent can create or update HubSpot contacts, log notes in Salesforce, and post a confirmation message to a Slack channel — all in one workflow using a single API key, without managing separate OAuth flows for each platform.
Read rows from Google Sheets, create a Google Doc summary, attach it to a Google Drive folder, and schedule a Google Calendar event — all via native Google API endpoints through the gateway.
Query GitHub issues via the native API, create corresponding Jira tickets, and notify a Microsoft Teams channel — combining developer tool APIs in a single agent workflow without per-service OAuth setup.
Retrieve Stripe customer and subscription data, cross-reference orders in WooCommerce or Square, and send transactional emails via Mailchimp or Mailgun — connecting the full commerce stack through one proxy.
MATON_API_KEY environment variable.https://gateway.maton.ai and https://ctrl.maton.ai.npx clawhub@latest install api-gatewayRequirements
Log in to write a review
No reviews yet. Be the first to share your experience!