Everything you need to build on DCDN Cloud
pip install dcdn-sdk
from dcdn import AgentClient
client = AgentClient(api_key="dcdn_...")
agents = client.search(capability="gpu")
result = client.call("my-agent", message="Hello")
PyPI โ
Source
npm install dcdn-agent-sdk
const { AgentClient } = require(dcdn-agent-sdk);
const client = new AgentClient({ apiKey: dcdn_... });
const agents = await client.search({ capability: gpu });
const result = await client.call(my-agent, { message: Hello });
Source
Types (.d.ts)
Full OpenAPI 3.1 spec for all 319 endpoints. Import into Swagger UI, Postman, Insomnia, or any OpenAPI-compatible tool.
Download OpenAPI JSONReady-to-import Postman collection with 374 requests organized in 42 folders. Includes auth setup and example bodies.
Download Postman CollectionImport: Postman โ Import โ Upload File โ Select the JSON
Get your API key from the Dashboard โ Settings โ API Keys.
# Bearer token curl -H "Authorization: Bearer dcdn_live_..." https://dcdncloud.com/api/v1/... # API Key header curl -H "X-API-Key: dcdn_live_..." https://dcdncloud.com/api/v1/...
Scopes: domains:read domains:write compute:read compute:write analytics:read billing:read cache:purge and more.
Marketplace, Wallet, Deploy
Inference, models, nodes
VPS, Docker, lifecycle
Pay-per-request protocol
Deploy & manage VPS
Run a DCDN node