🚀NEW: 8 AI-Powered Features Now Available! Learn More →

Documentation

Everything You Need to Build with DevControl

Guides, tutorials, API references, and best practices — everything to get you started and keep you moving.

Popular Topics

Most frequently accessed documentation

Documentation by Category

Browse documentation organized by topic

Core Concepts
Understand the fundamentals of DevControl
AWS Integration
Connect and manage your AWS infrastructure
Security & Compliance
Configure security scanning and compliance
Cost Management
Optimize and track cloud spending
Platform Engineering
Build your internal developer platform
Administration
Manage users, teams, and settings

Quick Reference

Common commands and code snippets

CLI Quick Start
# Install CLI
npm install -g @devcontrol/cli

# Authenticate
devcontrol login

# Discover resources
devcontrol discover --aws
API Request
curl -X GET \
  https://api.getdevcontrol.com/v1/services \
  -H "Authorization: Bearer $API_KEY" \
  -H "Content-Type: application/json"
AWS IAM Policy
{
  "Version": "2012-10-17",
  "Statement": [{
    "Effect": "Allow",
    "Action": ["ec2:Describe*"],
    "Resource": "*"
  }]
}
GitHub Action
- name: Record Deployment
  uses: devcontrol/deploy-action@v1
  with:
    api-key: ${{ secrets.DEVCONTROL_KEY }}
    service: my-service

Additional Resources

More ways to get help and stay updated

Can't Find What You're Looking For?

Our team is here to help. Reach out and we'll get you pointed in the right direction.