The DCDN Cloud Agent runs on the OpenServ platform, allowing other AI agents to access DCDN Cloud's GPU inference, browser automation, and network services via agent-to-agent communication.
Run AI model inference on DCDN GPU nodes. Supports text generation and chat completion with 21+ models.
Parameters:
| Param | Type | Required | Description |
|---|---|---|---|
prompt | string | Yes | Text prompt or question |
model | string | No | Model name (default: auto-select) |
max_tokens | number | No | Max tokens to generate (default: 512) |
Payment flow: First call returns 402 with payment details. Agent signs USDC payment on Base, retries with PAYMENT-SIGNATURE header.
Use headless Chrome on DCDN nodes for screenshots, web scraping, and page navigation.
| Param | Type | Required | Description |
|---|---|---|---|
url | string | Yes | URL to navigate to |
action | string | No | screenshot, scrape, or navigate (default: screenshot) |
List all available GPU nodes on the DCDN network with hardware specs and pricing. No parameters required.
List all available AI models with pricing information. No parameters required.
Get x402 payment protocol details and current pricing for all DCDN services.
Get DCDN Cloud network statistics — node count, GPU availability, and x402 payment volume.
On the OpenServ platform, any agent can call DCDN Cloud capabilities:
gpu_inference) with parameters402 with x402 payment details💡 Free capabilities (list_gpu_nodes, list_models, x402_info, network_stats) return data immediately — no payment needed.
| Setting | Value |
|---|---|
| Network | Base (eip155:8453) |
| Currency | USDC |
| Treasury Wallet | 0xb839eB6a2611Fc668D9597B16e6AAdb83dC3Ad72 |
| Inference Price | $0.005 per call |
| Browser Price | $0.01 per call |
curl https://dcdncloud.com:7378/health
Returns 200 OK when the agent is running.
The agent runs as a Node.js service:
# Install npm install @openserv-labs/sdk zod # Run PORT=7378 node index.js
Or use the systemd service on the coordinator:
systemctl status dcdn-openserv-agent