Maton
Guide

Agent Skill

The Maton Skill contains instructions that your AI agent can use to use Maton. Install it once, and the agent can access all of your connected apps and automate tasks on your behalf.

Installation

Use the Skills CLI to install the skill. For agent-specific install steps, see Claude Code, Codex, Cursor, Kiro, or OpenClaw.

npx skills add maton-ai/api-gateway-skill

Quickstart

Navigate to Settings, then copy your API key and store it as an environment variable.

export MATON_API_KEY="YOUR_API_KEY"

Use the installed skill with Claude Code:

claude -p "fetch 3 latest emails in gmail using maton"

Network Access

The skill requires outbound network access to maton.ai.

Claude Desktop / Claude Cowork

Free / Pro / Max plans

Package manager egress is on by default, but allowlisting arbitrary domains is not allowed (as of July 2026). Instead, we recommend using the Maton MCP server, which doesn't require network allowlisting.

Team / Enterprise plans

Network egress is disabled by default. An organization owner must enable it:

  1. Open Settings → Capabilities → "Code execution and file creation."
  2. Select "Allow network egress to package managers and specific domains."
  3. Add maton.ai to the allowed-domains list.

Refer to Anthropic's network access in Claude for more details.

On this page