All systems operational · 99.99% uptime SLA
API Gateway — Traffic Control & Distribution

One gateway.
Every API.
Total control.

NubexCloud API Gateway is a fully managed service for controlling, securing, and distributing traffic to your backend services — from single microservices to global multi-region architectures. First 1 million API calls every month are free.

First 1M calls/mo free Pay-as-you-go after 99.95% SLA
Mobile App Browser IoT Device API GATEWAY Routing Auth RL HTTPS + Signature Cloud Host Load Balancer Kubernetes
Trusted by
Falcon AI
TradeSpark
Masaar
NEXAGEN
Salam Digital
Orbita
Core Capabilities

Everything your APIs need, nothing they don't

API Gateway handles the hard parts of API management — so your teams can focus on building products, not plumbing.

App-Based Authentication

Each API consumer gets a unique APP Key and APP Secret. Requests are authenticated via HMAC signature — no passwords, no tokens to rotate, no exposed credentials.

Traffic Control & Rate Limiting

Set per-API, per-application, or global throttling policies. Protect your backends from traffic spikes, abuse, and runaway automation — without writing a single line of middleware.

API Lifecycle Management

Create, version, publish, and deprecate APIs in any workflow you choose. Group APIs by domain or business unit, and publish to dev / staging / production environments independently.

VPC-Native Backend Integration

Connect Cloud Host, Load Balancer, or Kubernetes clusters as backend services via VPC authorization. Your compute stays fully on the private network — only the gateway is public-facing.

Custom Domains & HTTPS

Every API group gets a test subdomain out of the box. Bind your own custom domain in production — full HTTPS with certificate management included. CNAME in minutes, not days.

CORS & Cross-Domain Access

Enable cross-origin resource sharing at the API level with a single configuration toggle. No server-side header code needed — gateway handles preflight responses automatically.

Performance & SLA

Built for production scale

Every availability zone is completely isolated. Scale to hundreds of millions of requests without tuning a single server.

1M
Free API calls / month
<5ms
Gateway-added latency
99.95%
Availability SLA
AZ
Isolated per availability zone
Get Started in Minutes

From zero to live API in four steps

No infrastructure to provision, no load balancers to configure. The console guides you through the whole process.

01

Create an API Group

Group your APIs by domain or business unit. Each group gets a test subdomain automatically. Bind a custom domain for production.

02

Define Your APIs

Specify request path, HTTP method, backend service (Host / Load Balancer / Kubernetes), and port. The gateway handles the rest.

03

Set Policies

Configure authentication (App Key + Secret), rate limiting strategy, CORS rules, and environment-specific settings in the console.

04

Publish & Monitor

Deploy to dev, staging, or production environments independently. Manage versions, roll back, and run gray releases with zero downtime.

Architecture

Your backends stay private. Always.

API Gateway sits at the perimeter of your VPC. Backend services are never exposed to the internet — only the gateway is, with full TLS and app-level auth in front of it.

Zero-exposure backend architecture

Traditional architectures require opening firewall ports for every public API. With NubexCloud API Gateway, your Cloud Hosts, Load Balancers, and Kubernetes clusters stay on the private network. The gateway receives public traffic, authenticates it, applies rate limits, and routes to the correct backend — all over the internal VPC.

Each availability zone runs a completely isolated gateway instance. There's no cross-AZ dependency in the data path — failure in one zone has no effect on another.

VPC-only backends AZ-isolated instances HTTPS termination at edge App-level auth before routing HTTP/HTTPS to backends
INTERNET PRIVATE VPC 📱 Mobile 🖥 Browser 🔌 Partner HTTPS API GW Auth Route Throttle VPC Cloud Host (port 8080) Load Balancer → Host cluster (3 nodes) Kubernetes Service → Pods / ClusterIP AZ-Isolated · Auto-scaled · 99.95% SLA
Cost Calculator

Estimate your monthly API Gateway cost

First 1 million API calls every natural month are always free. Pay only for what you use beyond that.

How pricing works

API Gateway uses a daily post-paid model. Each day your valid API calls (HTTP 200–399) are counted, and a bill is generated based on that month's cumulative total using the tier below.

What counts as a billable call?
  • HTTP responses 200–399 (successful calls)
  • 4xx and 5xx responses are not billed
  • Inbound traffic is always free
  • Outbound charged by actual response volume
💡 Free tier: Your first 1,000,000 API calls each calendar month cost $0. No credit card required to start.
Pricing

Volume discounts built in — automatically

The more you scale, the less you pay per call. No negotiation required — tiered pricing applies to every account automatically.

Always Free
First 1M calls / month
$0
per 10,000 calls
Every account gets 1 million free API invocations each calendar month — no credit card, no expiry, no catch.
10M – 100M / month
$0.004
per 10,000 calls
For high-traffic platforms, streaming APIs, and enterprise portals with tens of millions of monthly API invocations.
100M+ / month
$0.003
per 10,000 calls
Hyperscale pricing for platforms with hundreds of millions of API calls — IoT fleets, global SaaS, data pipelines.

All prices in USD. Outbound traffic billed separately at standard egress rates. Inbound traffic is free.

Key Concepts

The building blocks of API Gateway

Eight concepts are all you need to understand to configure, publish, and manage APIs at scale on NubexCloud.

Concept What it is and how it works
API Group A namespace for related APIs, identified by a shared domain name. Use one group per service or business unit — e.g., payments-api, user-service. All APIs in a group share the same base domain and environment configuration.
Subdomain Each API Group is automatically assigned a subdomain by the platform for testing and development. This subdomain is active immediately after group creation — no DNS setup needed. In production, replace it with a custom domain.
Custom Domain Your own domain (e.g., api.yourcompany.com) bound to an API Group. The domain must be CNAME'd to the gateway subdomain. HTTPS is handled automatically once the domain is verified.
API A single endpoint definition — method, path, parameters, and its backend target. You define the contract; the gateway enforces it. APIs can be created, updated, versioned, and deprecated independently within a group.
Backend Service The compute resource that handles the actual request — a Cloud Host, Load Balancer, or Kubernetes service. Defined by a resource ID and port number. All backend traffic runs over the internal VPC; your service never needs a public IP.
Flow Control Rate limiting policies that cap API calls within a time window — per API, per application, or globally. Protects your backend from overload and prevents any single consumer from monopolising capacity.
Application The identity of an API consumer. Each application has a unique APP Key (identity) and APP Secret (signing key). Applications must be authorized on specific APIs before they can call them — controlling exactly who can access what.
Authorization The act of granting an application permission to call a specific API. Once authorized, the application signs requests using its APP Secret via HMAC. The gateway verifies the signature before routing the request to the backend.
Why API Gateway

Gateway vs. the alternatives

Exposing backends directly or running NGINX yourself both work — until they don't. Here's why managed API Gateway is the right choice for production.

Capability NubexCloud API Gateway Direct Backend Exposure Self-managed NGINX
Authentication ✓ App Key + HMAC built-in ✗ Must build yourself ~ Plugin required
Rate limiting ✓ Per-API, per-app policies ✗ No control ~ Limit zone module
API versioning ✓ Version + env management ✗ Application-layer only ✗ Manual config per version
Custom domain + HTTPS ✓ One-click cert management ~ Manual cert renewal ~ Let's Encrypt + cron
Backend isolation (VPC) ✓ Private network only ✗ Public IP required ~ Depends on config
CORS handling ✓ Console toggle, no code ✗ Server-side code required ~ nginx add_header blocks
Availability ✓ 99.95% SLA, AZ-isolated ~ Depends on host HA ✗ You manage HA yourself
Ops overhead ✓ Zero — fully managed ~ Low (but insecure) ✗ High — patching, config, HA
Use Cases

Who's building with API Gateway

From startup SaaS to enterprise portals — every team that needs to expose services securely is a gateway team.

API GWAuth · Throttleuser-apiproduct-api
Mobile Backends
Recommended config

Mobile App & SaaS Backends

Expose your user, product, and payment APIs to mobile clients with App Key authentication, per-user rate limits, and automatic HTTPS — without opening any firewall ports.

App AuthCustom DomainRate Limit
ClientGatewayauth-serviceorder-servicenotify-service
Microservices
Recommended config

Microservices Orchestration

Route a single public endpoint to dozens of internal Kubernetes services. Maintain a clean API contract for consumers while freely refactoring the backend architecture underneath.

KubernetesVPC AuthVersioning
Partner APartner BAPI GWAuthorized AppsYour API(private)
Partner Integration
Recommended config

Partner API Sharing

Issue each integration partner their own Application with a scoped APP Key. Revoke access instantly for any partner, set individual rate limits, and audit every call independently.

App AuthPer-app ThrottleAudit
INTERNAL VPCTeam AAPI GWPortalTeam B
Internal APIs
Recommended config

Internal API Portal

Centralize all internal service APIs behind a single gateway. Teams get self-service access via the console, with quota enforcement that prevents any one team from impacting others.

VPC AuthGroup CORSEnv Mgmt
API GWRate LimitIoT Backend(protected)
IoT / Devices
Recommended config

IoT Device Management

Gateway handles authentication and rate limiting for millions of concurrent device connections. Backends stay safe even if a device fleet sends a request storm — throttling absorbs the spike.

Flow ControlHTTPSHigh Volume
Tenant ATenant BTenant CAPI GWPer-tenant authSaaS Backendshared infra
Multi-tenant SaaS
Recommended config

Multi-tenant SaaS Platforms

Issue one Application per tenant. Set per-tenant quotas, track individual usage, and enforce plan-level rate limits — all without changing your backend code. Scale each tenant independently.

App per TenantUsage LimitsIsolation
Global Network

A truly global infrastructure for fast, reliable service delivery.

26
Regions
33
Availability Zones
25ms
Regional latency
99.95%
SLA uptime
Active region
Hub region (Dubai HQ)
Backbone link
Customer Stories

What teams are building with API Gateway

Trusted by leading teams across the region
Falcon AI TradeSpark Masaar NEXAGEN Salam Digital Orbita
How Billing Works

You call it. We bill it. Simple.

API Gateway uses daily post-paid billing — no upfront commitment, no reserved capacity, no idle cost. Pay only for successful API invocations beyond your free monthly tier.

Always included

Free Tier

1,000,000 calls/mo

  • First 1M successful API calls every calendar month are always free
  • No credit card required to start — free tier never expires
  • Resets automatically on the 1st of each month
What's never billed

Always Free

$0 inbound traffic

  • All inbound request traffic — zero charge regardless of volume
  • Failed requests (4xx, 5xx) — errors never generate invocation fees
  • Gateway service itself — only your outbound response volume is extra

No call = No bill.

API Gateway has zero idle cost. If your APIs receive no traffic, you pay nothing. Bills are calculated daily in arrears — invoiced in USD with AED equivalent on every consolidated invoice.

FAQ

Common questions about API Gateway

Start building today

Your first million API calls are free

No infrastructure to provision, no gateway to configure. Create an API group and go live in under 10 minutes.

Create Free Account → Read the Docs