Platform Overview
Subscription & Setup
The CDD Platform is a fully managed cloud environment. No installation, compilation, or infrastructure management is required on your part.
- Create your Account: Sign up using your enterprise email.
- Choose a Plan: Select a subscription plan that fits your team size and contract volume.
- Start Designing: Access your personal or team dashboard immediately after confirmation.
MCP Proxy Connection
Connect your local AI agents (Claude Desktop, VS Code, etc.) to your contracts via our secure cloud MCP proxy.
{
"mcpServers": {
"cdd-cloud": {
"command": "node",
"args": ["DRIVE:/path/to/cdd-platform/mcp-saas-bridge.js"],
"env": {
"CDD_API_KEY": "your_secure_api_key_here",
"CDD_SERVER_URL": "https://cdd-mcp-worker.rckflr.workers.dev/mcp"
}
}
}
}
Generate your secure API keys from the Dashboard settings.
Managing Projects
Create secure containers for your API ecosystems. Each project allows for fine-grained access control and contract versioning.
Team Collaboration
Collaborate in real-time with your engineering team. Leave comments, @mention colleagues, and receive instant notifications on contract changes.
Security & Roles
Enterprise-level security with role-based access control (RBAC):
- Owner: Full administrative rights and billing management.
- Collaborator: Can create and edit contracts and artifacts.
- Viewer: Secure read-only access for cross-functional stakeholders.