Back to all skills
๐Ÿ”Œ
Automation

API Gateway

Expose your Hermes skills as authenticated HTTP endpoints for external apps.

4.6rating
2,400 installs
api-gateway-bridge
Max required

About this skill

API Gateway turns any skill into an HTTP endpoint with API key or OAuth authentication, rate limiting, and request logging. Your frontend, your Zapier zap, or your internal tool can now call a skill the same way it calls any REST API. The inverse of the other integrations: instead of the assistant reaching out, the outside world reaches in.

What it does

  • Expose any skill as a REST endpoint
  • API key or OAuth authentication
  • Per-key rate limiting
  • Request and response logging
  • OpenAPI spec generation for consumers

Use cases

  • Let a frontend app call your summarization skill directly
  • Wire a skill into a Zapier or Make workflow
  • Expose an internal skill to another team without them installing anything