What problem does it solve?
Provides a secure, managed proxy to call native third-party APIs without requiring direct user-managed OAuth handling, reducing integration complexity and credential handling for client applications.
Core Features & Use Cases
- Managed OAuth Connections: Centralizes OAuth flows and tokens so apps only need the MATON_API_KEY to authenticate to Maton while users explicitly authorize each third-party service.
- Passthrough API Proxy: Call native endpoints for services like Slack, Google Workspace, GitHub, Notion, Stripe, and more using a single base URL and service prefix.
- Connection Management: Create, list, inspect, and delete service connections; optionally target a specific connection via Maton-Connection header.
- Use Case: Send Slack messages, query Google Sheets, create GitHub issues, or list Stripe customers from one unified gateway while keeping per-service OAuth scopes isolated.
Quick Start
Make a native Slack API call by POSTing a JSON message to https://gateway.maton.ai/slack/api/chat.postMessage and include Authorization: Bearer YOUR_MATON_API_KEY in the request headers.