api-gateway
Installation
Summary
Unified API gateway for 100+ services with managed OAuth and native endpoint passthrough.
- Supports 100+ integrations including Google Workspace, Microsoft 365, Slack, Notion, HubSpot, Salesforce, Stripe, and more with automatic OAuth token injection
- Routes requests directly to native API endpoints via
https://gateway.maton.ai/{app}/{native-api-path}, eliminating the need to learn custom abstractions - Manages OAuth connections through a separate control API with list, create, get, and delete operations; supports multiple connections per service with explicit connection selection
- Requires
MATON_API_KEYenvironment variable for authentication; each third-party service requires explicit user authorization through Maton's OAuth flow with scoped access control
SKILL.md
API Gateway
Managed API routing for third-party services, provided by Maton. Use this only for a user-requested app, account, and task.
Quick Start
CLI:
maton slack channel list --types public_channel --limit 10
maton api '/slack/api/conversations.list?types=public_channel&limit=10'
Python: