Documentation

Everything you need to run compliance in devguard

Step-by-step product guides for every feature, plus complete references for the devguard API and CLI.

Quick start

From zero to your first control in three steps.

The fastest path through the platform — create a workspace, adopt a framework and start mapping evidence.

GET /assets · JavaScript
const url = 'https://app.devguard.ch/api/assets/?organizationId=UUID';
const res = await fetch(url, {
  method: 'GET',
  headers: {
    'Authorization': 'Bearer dvg_your_token_here',
    'Content-Type': 'application/json',
  },
});

const data = await res.json();
console.log(data);

Can't find what you're looking for?

Browse the full reference, or talk to the team — we answer docs questions from real practitioners, fast.