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.
Integration Options
Section titled “Integration Options”| Method | Best For |
|---|---|
| Platform API | CI/CD pipelines, custom tooling, automation |
| CLI | Developer workflows, scripting |
| MCP (Model Context Protocol) | AI agent integration, Claude Code |
| Management UI | Manual operations, dashboards, onboarding |
| SSE Events | Real-time monitoring, alerting systems |
Platform API
Section titled “Platform API”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.
# Example: List all APIs in your tenantcurl 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.
SSE Event Streams
Section titled “SSE Event Streams”Subscribe to real-time operational events for monitoring and alerting:
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.
In This Section
Section titled “In This Section”- CLI & MCP — Command-line and AI agent integration
- Multi-Gateway — Deploying across different gateway types
- AI Agents — Exposing APIs as AI-discoverable tools