Start here
Start here gets you to a verified first request with the smallest set of concepts and setup steps.
What you will do
- Choose a deployment model (Cloud or self-hosted).
- Bootstrap a realm and a service key (server-side credentials).
- Verify you can call Vluna and interpret success vs failure.
- Understand the identifiers you must keep stable in production.
Reading order
Minimal required concepts (keep it to these for now)
realm_id: Your project boundary. Every request must includeX-Realm-Id.- Service key (
service_key_idandservice_key_secret): Server-to-server authentication for/mgt/v1. principal_id: Your stable identifier for the billing principal (usually an org, team, or customer id).billing_account_id: Vluna's billing account identifier, mapped 1:1 withprincipal_id.Idempotency-Key: Required for write requests. Reuse it when retrying the same logical operation.
Where to go next
- Tutorials: Your first 10 minutes
- Guides: Guides
- Reference: Reference