🌉
🌉 Featured Skill on ClawHub

One Skill. 70+ Apps. Zero OAuth Headaches.

Maton Gateway for OpenClaw: Connect Gmail, Slack, Notion, Stripe & more with a single API key. 10 requests/sec free tier.

70+
Supported Apps
10
Requests/Sec Free
10,000
Requests/Month
Single
OAuth Flow
The Problem

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

The Solution

One Connection. Unlimited Possibilities.

Before
Gmail API
OAuth #1
Slack API
OAuth #2
Notion API
OAuth #3
Stripe API
OAuth #4
HubSpot API
OAuth #5

5+ OAuth flows, 5+ tokens, 5+ rate limits...

After
🤖

Your App

🌉

Maton Gateway

🌐

70+ 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

🌉GATEWAY
10 req/sec
Free Tier Speed
<50ms
Avg. Latency
99.9%
Uptime

70+ Supported Apps

Connect to all the tools your business already uses

Gmail
Google Calendar
Google Drive
Google Sheets
Slack
Discord
Notion
Linear
HubSpot
Stripe
Mailchimp
SendGrid
Twitter/X
LinkedIn
GitHub
Airtable

Connect Everything in 3 Lines

Same API key, same pattern, any app

Gmail
curl -X POST \
  "https://gateway.maton.ai/google-mail/..." \
  -H "Authorization: Bearer $MATON_API_KEY"
Slack
curl -X POST \
  "https://gateway.maton.ai/slack/..." \
  -H "Authorization: Bearer $MATON_API_KEY"
Notion
curl -X POST \
  "https://gateway.maton.ai/notion/..." \
  -H "Authorization: Bearer $MATON_API_KEY"

Deploy in 5 Minutes

1

Get Free API Key

Create your account at maton.ai

maton.ai
2

Install the Skill

Run the install command

clawhub install maton-gateway
3

Connect Your Apps

Authorize your integrations

ctrl.maton.ai
🎁 Always Free

100% Free to Use

No credit card required. No hidden fees. Just powerful integrations.

Free Forever

Free Forever

$0

Everything you need to connect 70+ apps

  • 10 requests per second
  • 10,000 requests per month
  • Access to all 70+ apps
  • Auto-refresh tokens
  • Unified rate limiting

Built for Real Workflows

Automate the repetitive tasks that slow you down

Lead Capture → CRM → Notification

Form submission triggers HubSpot contact creation + Slack notification

FormHubSpotSlack

Content Publishing

Blog post auto-shares to Twitter, LinkedIn, and email list

NotionTwitterLinkedIn

Sales Automation

New Stripe payment creates invoice and updates Google Sheets

StripeDriveSheets
"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.

Set Up Maton Gateway in the Workshop

Every week we send one automation that saves 10+ hours of manual work — the same playbooks our clients use to run their businesses on autopilot. Miss a week, miss the edge.

Save 10+ hours/week Cut AI costs by 97% Deploy in under 20 min

Get the Automation Playbook (Free)

One deploy-ready automation every week. Same strategies our clients pay thousands for. 400+ business owners already inside.

Need it done for you?

Book a Free Strategy Call See what we've built for real businesses →
Troubleshooting

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 or expired"

API keys expire after 90 days by default. Regenerate yours at your Maton dashboard (Settings → API Keys) and update your environment variable.

export MATON_API_KEY="your-new-key" && openclaw maton test

"Rate limit exceeded" (429 error)

The free tier allows 10 requests/second. If you're hitting this during peak hours, batch your requests or upgrade to a paid tier. OpenClaw's built-in retry logic handles transient 429s automatically.

openclaw maton usage # Check your current rate

"Connection timeout" or no response

Check that outbound HTTPS (port 443) to api.maton.ai is not blocked by your firewall or VPS provider. If you're running OpenClaw on a VPS, ensure security groups allow outbound traffic.

curl -I https://api.maton.ai/health # Should return 200

OAuth 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.

openclaw maton apps # Lists all connected apps and their status

Guides That Use Maton Gateway

Maton Gateway is a core part of most OpenClaw automations. These guides show it in action:

FAQ

Frequently Asked Questions