Get started with DiagramiQ cloud in 3 simple steps:
Visit app.diagramiq.io and create your account
Set up your first project and invite team members
Use our intuitive editor with AI assistance
Configure your workspace for optimal collaboration:
Our AI assistant helps you create better diagrams:
/suggest-layout - Get AI-powered layout suggestions /analyze - Analyze diagram for best practices /generate-doc - Generate documentation from diagram /optimize - Optimize diagram layout
Integrate DiagramiQ into your workflows using our REST API:
# Generate API key in dashboard
curl -X POST https://api.diagramiq.io/v1/diagrams \
-H "Authorization: Bearer your-api-key" \
-H "Content-Type: application/json" \
-d '{"name": "System Architecture"}'
# List diagrams
GET /v1/diagrams
# Create diagram
POST /v1/diagrams
# Update diagram
PUT /v1/diagrams/{id}
# Share diagram
POST /v1/diagrams/{id}/share
Set up webhooks to receive real-time updates: