🧠 Onyx AI Platform Integration

Deploy Onyx (open-source AI knowledge assistant) on DCDN Cloud with one click, powered by our OpenAI-compatible inference backend.

What is Onyx?

Onyx is an open-source AI platform that connects to your company's documents (Slack, Google Drive, Confluence, etc.) and provides an intelligent search and chat interface. Think of it as a private ChatGPT that knows your organization's data.

Three Integration Layers

1. OpenAI-Compatible LLM Backend

DCDN Cloud provides a fully OpenAI-compatible API that Onyx can use as its LLM provider. No OpenAI API key needed.

SettingValue
API Base URLhttps://dcdncloud.com/v1
Model (Smart)dcdn-smart
Model (Fast)dcdn-fast
Model (Reasoning)dcdn-reasoning
API KeyYour DCDN Cloud API token

In Onyx's environment config:

GEN_AI_API_BASE=https://dcdncloud.com/v1
GEN_AI_MODEL_VERSION=dcdn-smart
GEN_AI_API_KEY=your_dcdn_token
FAST_GEN_AI_MODEL_VERSION=dcdn-fast

2. One-Click Onyx Deploy Template

Deploy a full Onyx stack on a DCDN VPS from the Compute dashboard:

  1. Go to Dashboard → Compute
  2. Click + New Instance
  3. Select the Onyx AI Platform template
  4. Choose a plan (recommended: s-large or higher — 4 GB RAM minimum)
  5. Click Create

The template deploys via Docker Compose:

💡 The template auto-configures Onyx to use DCDN Cloud as the LLM backend. Just provide your API token during setup.

3. Browser API + MCP Connector

DCDN Cloud's Browser API can be used as an MCP (Model Context Protocol) tool server, giving Onyx agents the ability to browse the web.

FeatureDetails
MCP Serverdcdncloud.com:7379
ProtocolMCP over HTTP (JSON-RPC)
CapabilitiesNavigate, screenshot, click, type, extract text
Nodes7 nodes with headless Chrome
RegionsEU, US, SA — multi-region browsing

Available MCP tools:

Recommended Plans

Use CasePlanPrice
Small team (1-10 users)s-large (2 vCPU, 4 GB)$20/mo
Medium team (10-50 users)s-xl (4 vCPU, 8 GB)$40/mo
Large deploymentd-medium (4 vCPU, 8 GB dedicated)$48/mo

Supported Models

All 21 DCDN Cloud models work with Onyx. Recommended:

Self-Hosting vs. DCDN Template

Self-HostDCDN Template
Setup time1-2 hours~2 minutes
LLM providerYou configurePre-configured (DCDN)
InfrastructureYour serversDCDN VPS (managed)
UpdatesManualDocker pull + restart
Browser toolsNot includedMCP connector ready

Related Docs