API Gateway

API Gateway Presets

Ready-to-deploy configuration presets for API Gateway. Each preset is a complete manifest you can copy, customize, and deploy.

3 presets
01

Public HTTP Proxy

This preset creates a public-facing OCI API Gateway with a single deployment that proxies HTTP requests to a backend service. It includes CORS configuration for browser-based clients, a health check...

02

JWT Authenticated API

This preset creates a public OCI API Gateway with JWT token validation, per-route authorization, rate limiting, CORS, and logging. The gateway validates Bearer tokens against a remote JWKS endpoint...

03

Private Functions Backend

This preset creates a private (VCN-internal) OCI API Gateway that routes requests to OCI Functions backends. The gateway is accessible only from within the VCN (or via peered VCNs, VPN, and...