SECTION 01 / ONBOARDING

Getting started.

Follow these six structural steps to onboard your cloud subscription, scan your configuration, and start reviewing findings.

1

Request access

Submit the access form; you’ll get a registration link for your work domain.

2

Create your workspace

Sign in, create your organization, and invite finance and engineering.

3

Connect a provider

Start with Azure: a read-only service principal. We validate it with a cheap read.

4

Run an audit

Trigger an on-demand run. The worker ingests snapshots and evaluates 20+ detectors.

5

Review findings

Sort by impact, risk, or type. Mark items actioned as your team applies changes.

6

Export & align

Generate the executive PDF or a CSV for your next budget review.

Developer Quickstart: Verify API Access

Query active audits and findings programmatically via the Costframe REST API. Execute the following command with your authenticated Clerk token:

curl -X GET "https://api.costframe.co/v1/audits" \
  -H "Authorization: Bearer <clerk-jwt-token>" \
  -H "Content-Type: application/json"