Zorveus LogoZorveusDOCS

Getting Started Overview

Choose the right Zorveus integration path for your architecture and business model.

Zorveus provides three core integration models depending on who funds the AI usage and how credentials are managed.


Choose Your Integration Mode

Business GoalIntegration ModeFunding SourceKey Credential
Startup funds its own productStartup QuickstartStartup Organization WalletInference Key (zrv_...)
Startup uses existing provider keysBYOK QuickstartUpstream Provider (Direct)Inference Key + Stored Provider Secret
End-user funds third-party appOAuth App QuickstartUser's Personal/Company WalletScoped OAuth Token (zrv_...)

Core Credential Terminology

Understanding credential types ensures you use the correct secret in each context:

  • Inference Key (zrv_...): Secret token used in Authorization: Bearer zrv_... against the OpenAI-compatible gateway (https://api.zorveus.com/v1). Shown only once upon creation.
  • Service Key (zrv_service_...): High-privilege management credential used server-to-server against the Product Management API (https://api.zorveus.com). Never expose this key in browser code or client apps.
  • Client ID & Client Secret (zrv_client_... / zrv_client_secret_...): Credentials for registered OAuth applications to authenticate during PKCE token exchanges.
  • Provider Credential: Encrypted upstream API keys (e.g. OpenAI, Anthropic, Gemini) stored in Zorveus for Bring Your Own Key (BYOK) routing.
Security Boundary

Never use a Service Key for inference requests or inside frontend client bundles. Service keys have administrative access to manage product users, credit grants, and organization settings.


Production Endpoints

Always use production endpoints in deployed applications:

Inference Base URL:  https://api.zorveus.com/v1
Management Base URL: https://api.zorveus.com
OAuth Authorize URL: https://app.zorveus.com/oauth/authorize

Quickstart Paths

Was this page helpful?
Edit this page on GitHub

On this page