Account
Manage your login credentials and profile
Profile Information
Change Password
Danger Zone
Permanently delete your account and all associated data. This cannot be undone.
Connector API Keys
Manage your platform credentials. All keys are AES-256 encrypted.
dcAI API Key (Your Integration Key)
Use this key to call dcAI from your code
dcai_sk_live_••••••••••••••••
Platform Connector Keys
My Workflows
Workflows you've created and configured
Active Workflows
Stripe → HubSpot → ServiceNow
SAP → Salesforce Order Sync
Shopify → NetSuite
Choose Your Plan
Upgrade to unlock more workflow runs, connectors, and enterprise features
Free
$0
forever
1,000 workflow runs/month
3 connectors
Basic AI healing
Community support
Most Popular
Growth
$299
per month
50,000 workflow runs/month
Unlimited connectors
Full AI healing + RAG
Webhook + API triggers
Email support
Enterprise
$2,000+
per month
Unlimited workflow runs
Unlimited connectors
Custom RAG + SLA 99.9%
Dedicated support
SOC2 Type II + DPA
On-premise deployment
All plans include AES-256 encryption, GDPR compliance, and 24/7 AI healing.
Full pricing details →
Usage
Your current billing period: June 2026
Workflow Runs
Resets on July 1, 2026
Get Help
Support resources and contact options
Email Support
Reach our team directly at support@deepcognitive.io. Response within 24 hours.
support@deepcognitive.io →
Documentation
Full platform docs, API reference, and integration guides.
docs.deepcognitive.io →
System Status
Check real-time platform uptime and incident history.
status.deepcognitive.io →
Community
Join our developer community. Share connectors, workflows, and get peer help.
community.deepcognitive.io →
Learn More
Guides, tutorials, and API reference
API Reference
Complete REST API documentation. Trigger workflows, manage connectors, retrieve logs programmatically.
View API Docs →
Quick Start Guide
Get your first workflow running in under 10 minutes. Step-by-step tutorial.
Start Tutorial →
Connector Guides
Platform-specific setup guides for SAP, Salesforce, Stripe, HubSpot and more.
Browse Connectors →
Webhook Setup
Configure event-driven triggers so your workflows fire automatically.
Webhook Guide →
API Quick Reference
# Run a workflow via API
POST https://api.deepcognitive.io/api/workflows/run
Authorization: Bearer dcai_sk_live_xxxxx
{
"workflow_id": "stripe-to-hubspot",
"payload": { "event": "payment.succeeded" }
}
POST https://api.deepcognitive.io/api/workflows/run
Authorization: Bearer dcai_sk_live_xxxxx
{
"workflow_id": "stripe-to-hubspot",
"payload": { "event": "payment.succeeded" }
}