API overview
Vluna exposes two primary HTTP surfaces:
| Surface | Base path | Typical caller |
|---|---|---|
| management and gate | /mgt/v1 | your backend services and workers |
| end-user billing | /api/v1 | your frontend and end-user clients |
Base URLs
Self-hosted defaults:
- service base URL:
https://api.us-east-1.vluna.ai/mgt/v1 - api base URL:
https://api.us-east-1.vluna.ai/api/v1
Cloud base URLs are provided by your hosted environment.
OpenAPI specs
- API reference: API reference
Related
- HTTP and auth: HTTP and auth