Apiable

Platform

Platform overview

How Apiable fits together: a control plane and a branded API Portal that configure your own API gateways and authorization servers. Your API traffic runs on your gateway, not through Apiable.

Apiable is a control plane and a branded API Portal that sit on top of the infrastructure you already run. You connect your API gateways and authorization servers once, and Apiable configures them and runs the portal your consumers use. Your API traffic stays on your own gateway.

What is Apiable's architecture?

Apiable is a control plane plus a branded API Portal. The control plane configures your own API gateways and authorization servers. The API Portal is the site your consumers use to discover APIs, subscribe to plans, and manage their access and credentials.

Four parts work together:

PartWhat it isWho hosts it
Dashboard (control plane)Where you connect gateways, build products and plans, and manage consumersApiable, on AWS
API PortalYour branded site where consumers subscribe and get credentialsApiable, on AWS
Your API gatewaysThe gateway that runs your APIs and serves live trafficYou
Your authorization serversThe identity and OAuth2 layer that issues and validates tokensYou

Apiable hosts the first two. The last two are yours. Apiable connects to them and configures them, but it does not replace them. See Hosting and infrastructure for where each part runs.

Does my API traffic flow through Apiable?

No. Your API traffic runs on your own gateway. When a consumer calls your API, the request goes from the consumer to your gateway to your backend. Apiable is the control plane that configures the gateway, not a proxy in the request path.

This is the no-proxy model. Apiable creates plans, API keys, and OAuth clients on your gateway, then steps out of the live request path. See The no-proxy model for how data flows and what it means for latency and data residency.

Which API gateways does Apiable work with?

Apiable is gateway-agnostic. It resolves a dedicated adapter for each gateway type, so you connect the gateway that already runs your APIs rather than moving to a new one.

Apiable connects to Amazon API Gateway, Azure API Management, Kong, and Apigee. Amazon API Gateway is the deepest, fully implemented adapter. For what each gateway supports today, see API Gateways.

How does Apiable secure access without holding your traffic?

Apiable configures the access controls on your own gateway and authorization server. Scopes are issued in the OAuth2 token by your authorization server, and your gateway enforces them per endpoint before a request reaches your backend.

A gateway resolves OAuth either natively or by binding an external Authorization Server such as Keycloak or Auth0. Apiable provisions an OAuth client per subscription through Dynamic Client Registration. See Access control for how scopes are assigned and enforced, and Security and compliance for the full list of security mechanisms.

Where to next