API gateway with managed auth. Connect your AI to Slack, HubSpot, Salesforce, Google Workspace, Shopify, and more with a single API key.
npx skills add https://github.com/maton-ai/api-gateway-skill --skill api-gatewayInstallez cette compétence avec la CLI et commencez à utiliser le flux de travail SKILL.md dans votre espace de travail.
API gateway for calling third-party APIs with managed auth.
Call native API endpoints directly with a single API key.
# Send a Slack message
curl -s -X POST 'https://gateway.maton.ai/slack/api/chat.postMessage' \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer YOUR_API_KEY' \
-d '{"channel": "C0123456", "text": "Hello from gateway!"}'
export MATON_API_KEY="YOUR_API_KEY"