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.
AgentFor terminal development, code generation, automation, and long-context workflows.ChatBotFor desktop chat, model comparison, image generation, and daily Q&A.
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 URLandAPI Key.
API Endpoint
Most clients only need these values:
txt
Base URL: https://api.xnova.online/v1
API Key: sk-your-keyIf 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-2Verify
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.