CAPABILITIES · 220+ AND COUNTING

Everything an engineering team does, on every node

CCD is not a chat box. It is a fleet of dedicated Linux machines, each running a persistent AI engineer that plans, writes, runs, verifies, and ships real software. Here is what lives on every node.

rocket_launchGet Started menu_bookRead the docs
8Agent modes
305Live nodes
24/7Autonomous
100%Tenant isolation
The Agent

A persistent AI engineer, not a chatbot

Give it outcomes instead of instructions. It breaks the goal into steps, executes them on your node, and streams every file change and command as it happens.

smart_toy
Persistent sessions
Every conversation is a session tab that survives restarts. Leave, come back, and continue exactly where you left off. Everything older lives in History.
psychologyPlanning next step…
terminalnpm run build ✓
memoryRecalled 14 project facts
flag
Outcomes, not commands
Say 'add auth to the Flask app in ~/projects/shop and make the tests pass.' The agent plans the steps and runs them for you.
memory
Long-term memory
Hierarchical and semantic memory recall your stack, decisions, and past fixes across sessions, so you never re-explain the project.
bug_report
Fixes its own errors
When a build breaks or a test fails, it reads the output and corrects course instead of stopping and waiting.
verified
Verified progress
Work is checkpointed to git with the exact commands it ran, so every step is auditable and replayable.
tune
8 specialized modes
Developer, Security, Research, Architect, DevOps, Teacher, Debugger, and Reviewer. Each tunes focus and tool permissions.
verified_user
Approvals and guardrails
Sensitive tools like shell, writes, and dispatch pause for your approval depending on mode. Read-only modes can never modify anything.
hub
MULTI node runs
Fan one task out to every online node, one tab per node plus an overview grid. Folder-locked tasks collapse to a single node for safety.
Eight modes, one agent
👨‍💻
DeveloperFull-stack code, production-ready, with tests.exec requires approval
🔒
Cyber / SecurityAudits, vulnerability scanning, threat analysis.security-scoped tools
📊
Research & AnalysisData analysis, research synthesis, docs.read-only
🏗️
ArchitectSystem design, scalability, tech evaluation.exec & writes require approval
⚙️
DevOpsCI/CD, infra automation, deployments.infra tools require approval
📚
TeacherExplanations, tutorials, concept breakdowns.read-only
🐛
DebuggerRoot-cause analysis, logs, surgical fixes.writes require approval
🔍
Code ReviewerQuality, security, and performance review.read-only
The Fleet

Your own isolated Linux machines

A node is a dedicated machine assigned to your company. Your code lives there, work runs there, and nobody else's workloads share it.

dns
Dedicated nodes
Not a shared multi-tenant runtime. 5 nodes on Team, 12 on Scale, a full fleet on Enterprise, each running its own persistent agent.
dnsnode-07 · your company● online
dnsnode-12 · your company● online
monitor_heart
Live node health
Every node shows live status: online and ready, or offline with tasks auto-routed elsewhere. Load and capabilities are visible per node.
account_tree
Dispatch, broadcast, chain
Send a task to one node, broadcast the same task to many at once, or chain agents so one node output feeds the next.
bolt
GPU nodes
GPUs are detected automatically by type, VRAM, and CUDA capability, unlocking GPU task types like ML training and rendering. Quality adapts to the hardware.
autorenew
Self-healing
A health monitor watches every node and auto-recovers wedged processes without you noticing.
lock
Folder locks
Tasks scoped to a project folder are serialized to a single node, so concurrent agents can never corrupt a project.
Ship it

From localhost to a public URL, instantly

No deploy scripts, no DNS, no certificates. The moment an app builds, it is live on a managed link you can share.

public
Instant HTTPS tunnels
Every app gets a managed public https URL the moment it starts listening on a port. Zero config, fully managed.
linkapp-saas.dendat.app● live
storefront
App Store
Deploy, monitor, and restart every project from one dashboard with live logs and health checks.
folder_open
Projects and workspace
A project manager and file workspace on every node, with full history of your past sessions.
rocket_launch
Publish apps
Turn a working build into a shareable public app page in a click.
menu_book
Docs generator
Generate real documentation for your project straight from the workspace.
commit
Git built in
Checkpoints, diffs, and a git UI so every change the agent makes is tracked and reversible.
Trust

Hard isolation and real guardrails

Security is not a setting you turn on. It is how the platform is built, from where your code lives to how every request reaches the app.

shield
Dedicated, not multi-tenant
Your projects live on machines assigned to your company, walled off from every other tenant on the platform.
admin_panel_settings
Roles and admin mode
Admin, developer, and viewer roles. Platform administration needs an explicit admin mode, so admins can never trigger destructive actions by accident.
password
PBKDF2 authentication
Passwords are stored as salted PBKDF2-HMAC-SHA256 hashes at 260,000 iterations, never in plaintext. Sign in by browser session or company X-API-Key.
security
Sandboxed execution
Agent commands can run inside an isolation sandbox on the node when available.
visibility_off
Deep redaction
Logs and transcripts are scrubbed of API keys, tokens, and credential-shaped strings before they are stored or shown.
key
Encrypted BYOK
Your provider keys are encrypted at rest with a key held outside the database.
gpp_good
Scanner shield
Every request is fronted by a shield that blocks bot and vulnerability-scanner traffic, probes for .env, .git, and admin panels, before it reaches the app.
blockGET /.env403 blocked
blockGET /wp-admin403 blocked
fact_check
Audit and isolation
Full audit logging across your company, on top of hard tenant boundaries between every organization.
Control

Predictable cost, open access

Bring your own AI keys, meter usage across your company, and drive everything from a real API when you want to.

workspaces
Flexible plans and seats
Team, Scale, and Enterprise plans. Add seats as your team grows.
savings
Annual billing
Pay for ten months on annual billing, handled through Stripe.
bar_chart
Usage metering
See usage and cost analytics across your whole company.
vpn_key
Bring your own keys
Attach your own DeepSeek or Groq key and the agent uses your key first, so your runs keep going on your own quota. Encrypted at rest.
vpn_keyDeepSeek · your key● routing first
api
Full API access
Start agent tasks from a script with your X-API-Key, against a live, self-documenting API reference at /api-docs.
alt_route
Smart model routing
A model router picks cost-effective models per task, so you are not overpaying for simple work.
Beyond code

Creative studios on the same fleet

The agent does more than ship software. These studios run on the same dedicated nodes.

sports_esports
Builder, the game studio
Describe a game and the agent scaffolds it with a full dev loop: live reload while it builds and an on-screen error overlay so problems surface immediately.
boltlive reload✓ hot
travel_explore
Worlds generator
Composes terrain, environment, and detail layers into explorable 3D worlds rendered in the browser, with thumbnails saved to your workspace.
stadia_controller
The Arcade
A public gallery of playable simulations that adapt quality to the GPU they detect, so the same page runs from a laptop to a workstation.
graphic_eq
Residency and DenVoice
Turn a node into a voiced companion using DenVoice, our own local formant synthesizer. No cloud text-to-speech, so conversations never leave your fleet.
The long tail

And a couple hundred more

The headline features are the tip of it. A sample of what else ships on the fleet.

Reasoning engineHierarchical plannerSelf-reflectionCreative solverMulti-agent orchestrationTree-sitter code indexSemantic memoryPolicy engineInput validationCost analyticsModel routerRender brokerllvmpipe fallbackGPU worker watchdogCloudflare tunnelsLive reloadError overlaySession historyAgent chainPipeline chainingDispatchBroadcastFolder locksApprovalsX-API-Key authQuotasRate limitsDeep redactionFirejail sandboxScanner shieldPBKDF2 authAdmin modeAudit logsTenant isolationBYOK routingDeepSeekGroqAnnual billingSeatsUsage meteringProject managerWorkspaceDocs generatorPublish appsApp storeHealth monitorGPU detectionWorldsModelforgeGame studioDenUniverseResidencyDenVoiceAPI reference
The Fleet

Built for serious throughput

dns
0
Fleet Nodes
bolt
24/7
Autonomous Uptime
memory
0
RAM Per Node
lock
0
Tenant Isolation

Put your fleet to work.

Create your account and get dedicated nodes provisioned instantly. Start building with autonomous AI agents today.