Getting Started
Quick steps to begin using ComputeComplete effectively.
Follow the flow below
Steps
- Navigate to the dashboard
/computecomplete
Copied. - Choose a module: Plan, Deploy, Operate, Comply, or Administration.
- Set an active organization (or switch) via
POST /computecomplete/switch-organization
Copied. - Use Plan to configure sites; Deploy for projects/vendors; Operate for tasks/changes; Comply for frameworks/risk; Administration for users, roles, groups, assets, services, integrations, and access.
Notes
- Many routes support GET+PUT/POST for read/update; ensure correct HTTP verbs.
- Some actions require specific role permissions (e.g., approve evidence, change steps).
- Organization context is critical for most routes; include {organization} in paths when required.