MyClaw
HomeProductsUse CasesPricingSkillsResourcesCompany
HomeUse CasesPricingSkills
Sign In
Home
ProductsOpenClaw HostingHermes Agent Hosting
Use CasesPricingSkills
ResourcesCompareTutorialLearnBlogUpdatesResourcesCommunity
CompanyAboutSupport
Sign In
MyClaw.ai

Your AI agent, already running.

Product

OpenClaw HostingHermes Agent HostingUse CasesPricingCompareAlibaba Cloud

Resources

BlogUpdatesSkillsModelsSupportCommunityCapybara

Legal

TermsPrivacyCookieGDPRContact

© 2023 Cubo World Inc. All rights reserved.

← Back to Skills
Coding Agents & IDEs
💻

API Gateway

Featured

Connect to 100+ APIs (Slack, GitHub, Notion, HubSpot, Salesforce, Google Workspace, and more) via a single managed OAuth gateway.

byungkyuv1.0.59
ProductivityAI PoweredAutomationNo-CodeAPIDeveloper Tool
Connecting to VM...
Connecting to VM...
npx clawhub@latest install api-gateway
163Stars
33.2kDownloads
1.0kCurrent Installs
120All-time Installs
📦
v1.0.59Version
📅
Mar 5, 2026Updated

Requirements

Maton API Key
View Source(ClawHub)

API Gateway Skill Overview

API Gateway by Maton is a passthrough proxy that lets AI agents call native third-party API endpoints directly — without each integration requiring its own OAuth implementation. A single MATON_API_KEY authenticates with the gateway, while per-service OAuth tokens are managed automatically on your behalf. Access is strictly scoped to connections the user has explicitly authorized through Maton's connect flow, so the gateway key alone grants no access to third-party services.

How to Use It

Step 1: Run in your terminal or install this skill on MyClaw

npx clawhub@latest install api-gateway
or

Click the Install button at the top of this page for one-click setup

When to Use API Gateway

Best Fit

  • You need to automate actions across multiple SaaS tools — e.g., create a HubSpot contact, post a Slack message, and update a Google Sheet in a single workflow without managing separate OAuth flows for each.
  • You want to call native API endpoints — no abstraction layer or simplified wrapper; use the real API paths and parameters exactly as documented by each service.
  • Your AI agent needs real-time access to external services — Salesforce SOQL queries, GitHub pull requests, Stripe customers, Notion databases, and 100+ others, all through one consistent authorization pattern.
  • You're building on top of Google Workspace or Microsoft 365 — the gateway covers Gmail, Google Drive, Google Sheets, Outlook, OneDrive, SharePoint, Teams, and more under unified authentication.

When Not to Use

  • You need webhooks or event-driven ingestion — this gateway is outbound only; it proxies requests you initiate and does not receive or relay inbound events from third-party services.
  • You require a service not in the supported list — if your target API isn't among the 100+ listed services, the gateway has no routing for it.
  • You have strict data-residency or on-premise requirements — all requests are proxied through Maton's cloud infrastructure (gateway.maton.ai).

Key Features

100+ Pre-integrated Services

Connect to over 100 APIs including Google Workspace, Microsoft 365, Slack, GitHub, Notion, HubSpot, Salesforce, Stripe, Airtable, and many more. Each service has a dedicated routing guide covering its key objects and operations.

Managed OAuth — No Token Handling Required

The gateway automatically injects the correct OAuth token for each target service. You authenticate once with your MATON_API_KEY; Maton handles token storage, refresh, and injection so your code never touches raw OAuth credentials.

Native API Passthrough

Call endpoints using the exact paths, query parameters, and request bodies from each service's official documentation. All HTTP methods (GET, POST, PUT, PATCH, DELETE) are supported, and custom headers and query params are forwarded transparently.

Connection Management API

Programmatically list, create, inspect, and delete OAuth connections via https://ctrl.maton.ai. Filter by app name or status, and use the Maton-Connection header to target a specific connection when multiple exist for the same service.

Multi-language Support

Works with any HTTP client — Python (requests, urllib), JavaScript/Node.js (fetch), curl, or any language that can make HTTP requests. Code examples are provided for Python and JavaScript.

Security Scoping

The MATON_API_KEY alone grants zero access to third-party services. Each service connection requires explicit OAuth authorization by the user through Maton's connect flow, keeping access strictly scoped to what the user has approved.

Use Cases

AI agent CRM and communication automation

An AI agent can create or update HubSpot contacts, log notes in Salesforce, and post a confirmation message to a Slack channel — all in one workflow using a single API key, without managing separate OAuth flows for each platform.

Google Workspace data workflows

Read rows from Google Sheets, create a Google Doc summary, attach it to a Google Drive folder, and schedule a Google Calendar event — all via native Google API endpoints through the gateway.

Developer productivity automation

Query GitHub issues via the native API, create corresponding Jira tickets, and notify a Microsoft Teams channel — combining developer tool APIs in a single agent workflow without per-service OAuth setup.

E-commerce operations

Retrieve Stripe customer and subscription data, cross-reference orders in WooCommerce or Square, and send transactional emails via Mailchimp or Mailgun — connecting the full commerce stack through one proxy.

Requirements

  • Maton API Key (required) — Authenticates all requests to the gateway. Obtain from maton.ai/settings after creating a free account. Set as the MATON_API_KEY environment variable.
  • Per-service OAuth Authorization (required per service) — Each third-party service (Slack, GitHub, Google, etc.) requires a user-authorized OAuth connection created via Maton's connect flow. The gateway key alone does not grant access to any service.
  • Network Access — The runtime environment must be able to reach https://gateway.maton.ai and https://ctrl.maton.ai.
Connecting to VM...
npx clawhub@latest install api-gateway
163Stars
33.2kDownloads
1.0kCurrent Installs
120All-time Installs
📦
v1.0.59Version
📅
Mar 5, 2026Updated

Requirements

Maton API Key
View Source(ClawHub)

FAQ

Reviews

0 reviews

Log in to write a review

No reviews yet. Be the first to share your experience!