Introduction
Welcome to the Audravera documentation. Audravera is NR1E's audit and compliance management platform.
What's in these docs
- Getting Started — this introduction.
- API Reference — the GraphQL schema, rendered directly from the generated
schema.graphqlfile.
Your prior documentation has been preserved under
audravera/docs-old. Migrate those pages intoaudravera/docs/docs/and add them todocs.yamlto publish them through this site.
import { Audravera } from '@audravera/sdk';
const client = new Audravera({ apiKey: process.env.AUDRAVERA_API_KEY });
const controls = await client.controls.list({ framework: 'SOC2' });