VijiHub documentation
VijiHub is a developer cloud platform exposed through a single Gateway API. Each product capability is a vertical service (Identity, Storage, Maps, AI, and more) with its own routes, optional providers, and client SDKs.
Start here
- Getting started — first project, environment, API key, and request
- Authentication — OIDC/JWT and
X-Api-Key(vh_…) - Concepts — projects, environments, providers, base URL
- Constraints — scopes, browser vs server keys, rate limits
- SDKs —
@vijihub/*(npm) andVijiHub.*(NuGet)
Services
Browse the full catalog in Services. Every service page covers overview, API, clients, implementation, and constraints.
Gateway
| Item | Local default |
|---|---|
| Gateway base URL | http://localhost:5600 |
| Console UI | http://localhost:5500 |
| Health | GET /health |
| OpenAPI (Development) | GET /openapi/v1.json |
Customer apps and SDKs talk to the Gateway, not the Console BFF.