AtlaSent — Create Evidence Export
atlasent_create_evidence_exportCreate a compliance evidence bundle for SOC 2 Type II, HIPAA, or GDPR audits. Returns a SHA-256 hash for tamper verification; evidence window defaults to 90 days.
Instructions
Generate a compliance evidence bundle for audit regimes (SOC 2 Type II, HIPAA, GDPR). Enterprise plan required. Returns SHA-256 for tamper verification. Default window is the past 90 days; use date_from/date_to to narrow it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| org_id | Yes | Organization ID. | |
| regime | Yes | Compliance regime: soc2_type_ii (SOC 2 Type II), hipaa (HIPAA), gdpr (GDPR). | |
| date_to | No | ISO-8601 or YYYY-MM-DD end of the evidence window. | |
| date_from | No | ISO-8601 or YYYY-MM-DD start of the evidence window. |