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.graphql file.

Your prior documentation has been preserved under audravera/docs-old. Migrate those pages into audravera/docs/docs/ and add them to docs.yaml to 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' });