Step 1 10 min

Grant Regulator Access

Give auditors and regulators read-only access to your governance evidence.

Regulator Access Portal

Controlled, audited, read-only access for external parties.

When a regulator (e.g., EU AI Act authority, SEC auditor) requests evidence, you grant them scoped, time-limited, read-only access to specific resources: evidence chains, audit logs, compliance reports, or framework mappings. Every access is logged.

Grant Regulator Access

Grant Accesstypescript
await fetch('https://api.mosscomputing.com/v1/regulator/access', {
  method: 'POST',
  headers: {
    'Authorization': 'Bearer ' + access_token,
    'Content-Type': 'application/json',
  },
  body: JSON.stringify({
    regulator_name: 'EU AI Act Authority',
    regulator_email: 'auditor@eu-ai-act.eu',
    regulator_type: 'regulator',
    access_scope: ['evidence_chain', 'audit_logs', 'compliance_reports'],
    expires_at: '2026-12-31',
  }),
});

Access Types

Regulator

Government authority

External Auditor

Third-party audit firm

Internal Auditor

Your own audit team

Regulator Access configured!

  • Scoped, time-limited, read-only access
  • Every access logged in the audit trail
  • Revoke access at any time