Service Routes
What is a Service Route?
┌─────────────────────────────────────────────────────────────────────────────┐
│ SERVICE ROUTING │
└─────────────────────────────────────────────────────────────────────────────┘
Client Request Auth Guard Backend Service
══════════════ ══════════ ═══════════════
GET /v1/llm/generate → Route: "llm" → https://llm-svc.run.app
url: llm-svc.run.app /api/v1/generate
api_path: /api/v1
POST /v1/oss/objects → Route: "oss" → https://oss-svc.run.app
url: oss-svc.run.app /oss/objects
api_path: (none)
GET /v1/cot/reason → Route: "cot" → https://cot-svc.run.app
url: cot-svc.run.app /api/v1/reason
api_path: /api/v1Route Configuration
Basic Settings
Field
Description
Example
Path Configuration
Field
Description
Example
Quota Settings
Field
Description
Example
Documentation Endpoints
Field
Description
Example
Path Transformation
strip_prefix (Default)
strip_prefix (Default)none
noneHeaders Injected by Auth Guard
User Context Headers
Header
Description
Example
Organization Context Headers
Header
Description
Example
Team Context Headers
Header
Description
Example
Project Context Headers
Header
Description
Example
Role & Permission Headers
Header
Description
Example
Tracing Headers
Header
Description
Example
Backend Service Usage
Documentation Proxy
Available Documentation URLs
URL Pattern
Description
Example
Current Routes (Production)
Service Name
Path Pattern
Backend
Description
Admin Dashboard
Route List View
Column
Description
Route Actions
Action
Description
Best Practices
Route Configuration
Practice
Reason
Security
Practice
Reason
Operations
Practice
Reason
Troubleshooting
"Service not found" (404)
"Bad Gateway" (502)
"Gateway Timeout" (504)
Last updated