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.
Documentation
Learn how every part of devguard works — frameworks, controls, policies, risks, vendors and more.
ExploreAPI reference
Access and automate your data through the devguard REST API, with examples in cURL, JavaScript and Python.
ExploreCLI reference
Every command, flag and configuration field of the CLI that keeps evidence current from CI.
ExploreQuick 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.