Skip to content

Quickstart

Access note

If your client network cannot reach the service directly, check network, DNS, and proxy settings first.

Use this page to complete your first XNova setup. You can start with either an Agent workflow or a ChatBot workflow.

Before You Start

  • Register and sign in to the XNova main site.
  • Create a new API key from Create API Key.
  • Confirm balance or subscription settings from Billing.
  • Use a client that supports OpenAI-compatible APIs or custom Base URL and API Key.

API Endpoint

Most clients only need these values:

txt
Base URL: https://api.xnova.online/v1
API Key: sk-your-key

If your client asks for a model name, choose one from the model list, for example:

txt
gpt-5.5
gpt-5.3-codex
gpt-image-2

Verify

bash
curl https://api.xnova.online/v1/models \
  -H "Authorization: Bearer sk-your-key"

If a model list is returned, the API key and endpoint are configured correctly.

Released under private documentation policy.