Skip to content

Integrations

Apiway is API-first — every platform capability is accessible through APIs. This enables deep integration with your existing tools, CI/CD pipelines, and AI workflows.

MethodBest For
Platform APICI/CD pipelines, custom tooling, automation
CLIDeveloper workflows, scripting
MCP (Model Context Protocol)AI agent integration, Claude Code
Management UIManual operations, dashboards, onboarding
SSE EventsReal-time monitoring, alerting systems

Every action in Apiway — creating APIs, managing deployments, subscribing, querying metrics — is available through the platform REST API. The management UI itself consumes this same API surface.

Terminal window
# Example: List all APIs in your tenant
curl https://core.api.apiway.net/v1/apis \
-H "Authorization: Bearer $TOKEN"

The platform API follows the same conventions as every API managed through Apiway: OpenAPI 3.x specification, OAuth 2.0 authentication, scoped entitlements, rate limiting, metering, and full governance coverage.

Subscribe to real-time operational events for monitoring and alerting:

Terminal window
curl -N https://risk.api.apiway.net/v1/events/subscribe \
-H "Authorization: Bearer $TOKEN" \
-H "Accept: text/event-stream"

Events include risk alerts, RU consumption updates, and governance notifications — delivered as they happen.

  • CLI & MCP — Command-line and AI agent integration
  • Multi-Gateway — Deploying across different gateway types
  • AI Agents — Exposing APIs as AI-discoverable tools