Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.polaxis.io/llms.txt

Use this file to discover all available pages before exploring further.

Compliance Reports

One-click PDF. Auditor-ready in 60 seconds.

Generate a report

POST /api/v1/compliance/reports/generate
{
  "framework": "soc2",
  "agent_id": "billing-agent",
  "date_from": "2026-01-01",
  "date_to": "2026-03-31"
}
The report is ready in under 60 seconds. Download it:
GET /api/v1/compliance/reports/{report_id}/download

Supported frameworks

FrameworkCoverage
SOC 2 Type IICC6, CC7, CC8 — change management, logical access, system operations
GDPRArticle 22 (automated decision-making), Article 30 (records of processing), Article 32 (security)
HIPAA164.312 (technical safeguards), 164.308 (administrative safeguards), audit controls
EU AI ActHigh-risk AI system requirements, human oversight, logging obligations
OWASP Agentic Top 10All 10 categories — prompt injection, excessive agency, insecure output handling

What’s in each report

Every report includes:
  • Audit log summary — total tool calls, blocked, escalated, approved
  • Policy coverage — which policies were active and triggered
  • Risk score timeline — threat levels across the reporting period
  • Human oversight record — all escalations and approval decisions
  • Data access log — which data types were touched and by which agents
  • SHA-256 hash chain — tamper-evident proof of log integrity

From the dashboard

  1. Go to Dashboard → Compliance
  2. Select framework and date range
  3. Click Generate Report
  4. Download PDF

What it looks like in practice

“Your enterprise security review asks: show me the audit log for every action your agent took. You click generate. 60 seconds later you hand them a PDF.”
This is the document that unblocks enterprise deals.

Retention policy

Configure how long audit data is retained:
POST /api/v1/compliance/retention-policy
{
  "retain_days": 365,
  "auto_anonymise_after_days": 90
}