The API Gateway is a passthrough proxy that enables direct calls to native third‑party API endpoints using Maton’s managed OAuth connections. Send requests to https://gateway.maton.ai/{app}/{native-api-path} with Authorization: Bearer $MATON_API_KEY; Maton injects the proper OAuth token and routes the call based on the app prefix in the path. Use it for server-side integrations, backend services, bots, automated workflows, data syncs, or one‑off scripts without implementing individual OAuth flows. Connection management (list, inspect, revoke) is performed via https://ctrl.maton.ai. Supports 100+ services (Google Workspace, Microsoft 365, Slack, GitHub, Notion, Airtable, HubSpot, etc.). Core advantages: centralized token handling, reduced integration effort, scoped user‑authorized access, and improved security—MATON_API_KEY alone does not grant access to third‑party resources.

