One Gateway. Many Business Apps.
Zero OAuth Headaches.
Maton Gateway for OpenClaw connects services such as Google Workspace, Slack, HubSpot, Salesforce, Shopify, and more through one gateway API.
Tired of Managing 10 Different API Connections?
10 OAuth flows to set up
→ Hours of configuration hell
10 tokens to manage & refresh
→ Constant maintenance
10 different rate limits to track
→ Confusing & error-prone
One Connection. Unlimited Possibilities.
5+ OAuth flows, 5+ tokens, 5+ rate limits...
Your App
Maton Gateway
Multiple Apps
One key. One connection. Everything works.
One API Key
Set once, access everything
Auto-Refresh Tokens
Never deal with expired connections
Unified Rate Limit
Simple 10 req/sec across all apps
See Data Flow in Action
Watch how Maton Gateway routes your requests seamlessly
Supported Business Apps
Connect to all the tools your business already uses
Connect Everything in 3 Lines
Same API key, same pattern, any app
curl -X POST \
"https://gateway.maton.ai/google-mail/..." \
-H "Authorization: Bearer $MATON_API_KEY"curl -X POST \
"https://gateway.maton.ai/slack/..." \
-H "Authorization: Bearer $MATON_API_KEY"curl -X POST \
"https://gateway.maton.ai/notion/..." \
-H "Authorization: Bearer $MATON_API_KEY"Install From the Verified Source
Install the Skill
Use the command documented by the official skill repository
npx skills add maton-ai/api-gateway-skillBuilt for Real Workflows
Automate the repetitive tasks that slow you down
Lead Capture → CRM → Notification
Form submission triggers HubSpot contact creation + Slack notification
Content Publishing
Blog post auto-shares to Twitter, LinkedIn, and email list
Sales Automation
New Stripe payment creates invoice and updates Google Sheets
"Instead of managing 5 different OAuth flows, I installed one skill and got everything connected in 10 minutes."
Ty Shane
10x Cold Leads
Ready to Connect Everything?
Stop managing multiple OAuth flows. Start building.
🌉Review the Official SkillBuild AI Agents With People Doing the Work
Explore the community for business owners and builders interested in AI agents, vibe coding, and practical ways to make money with AI. The bridge page has the current details.
Common Maton Gateway Issues
Most Maton problems are resolved in under 5 minutes. Here are the top issues and their fixes — from API key errors to rate limits. For general OpenClaw issues, see the full troubleshooting guide.
"MATON_API_KEY invalid"
Confirm the environment variable is present in the process running OpenClaw, then regenerate the key in Maton if the current credential has been revoked.
test -n "$MATON_API_KEY" && echo "MATON_API_KEY is set""Rate limit exceeded" (429 error)
Inspect the response headers and your current Maton plan, then add bounded exponential backoff. Do not assume a fixed limit because quotas can change by account and plan.
Retry after the delay reported by the gateway"Connection timeout" or no response
Check that outbound HTTPS (port 443) to gateway.maton.ai is allowed. If you're running OpenClaw on a VPS, inspect its firewall and security-group egress rules.
curl -I https://gateway.maton.aiOAuth re-auth required for a specific app
Individual app connections (e.g., Gmail, Slack) may need re-authorization if tokens expire. Re-auth through the Maton dashboard — no changes needed on the OpenClaw side.
Reconnect the affected app in the Maton dashboardGuides That Use Maton Gateway
Maton Gateway is a core part of most OpenClaw automations. These guides show it in action: