HIPAA, SOC 2, PCI DSS, GDPR, CCPA, NIST 800-53, and FERPA evidence for your AI — without building a compliance pipeline. Every request classified, PII-redacted, and audit-logged. Hand your auditor a report, not a spreadsheet.
Free tier includes $5 in API credits. No credit card required.
Your clinicians are summarizing patient notes with GPT-4. Your financial advisors are drafting client communications with LLMs. When the auditor asks — what data classification? what PII controls? which requests touched PHI? — you need answers in minutes, not a 6-month engineering project.
ACAI classifies every request, enforces your compliance policy, and generates the evidence. One API key replaces the entire project.
Four stages. Every request. Automatic.
Every request gets a data classification — Public, Internal, Confidential, or PHI. Per-key floors prevent sensitive workloads from being downgraded.
Compliance policies enforce PII redaction, content safety, and prompt injection prevention — calibrated to the classification level.
Tamper-proof audit trail captures classification, PII findings, content safety scores, model, latency, and correlation IDs.
One-click evidence exports covering classification enforcement, PII handling, access controls, and request logs. Ready for your auditor.
Data classification, compliance policies, audit trail, and evidence reports — not another inference proxy. The report is the product.
Auditor-ready evidence exports covering data classification enforcement, PII handling, access controls, and complete request logs. Export as PDF or JSON.
Every request logged with data classification, PII findings, content safety scores, model, tokens, and latency. Immutable records with correlation IDs. Query any request in seconds.
Every request classified: Public, Internal, Confidential, or PHI. Per-key classification floors ensure sensitive workloads stay classified — even if callers forget the header.
Content safety, PII/PHI redaction, and prompt injection prevention on every request. Runs before your data hits the model — not a post-hoc scan.
Pre-built HIPAA, SOC 2, PCI DSS, GDPR, CCPA, NIST 800-53, and FERPA profiles. One click configures PII handling, content safety thresholds, and audit retention — calibrated to the data classification level.
Use models from the managed catalog or bring your own provider keys. Same compliance layer, same audit trail, same reports — regardless of which model you choose.
Tamper-proof audit trail with every request. SHA-256 verified evidence packs ready for download. Your auditor gets the same data you see \u2014 no manual assembly required.
Same OpenAI SDK, same endpoints, same code. Just change the base URL — compliance happens automatically behind the scenes.
from openai import OpenAI
client = OpenAI(
base_url="https://api.agilecloud.ai/v1",
api_key="dai_sk_...", # Get yours free
)
response = client.chat.completions.create(
model="gpt-4o-mini",
messages=[{"role": "user", "content": "Hello!"}],
)
print(response.choices[0].message.content)
# ✓ Classified ✓ PII redacted ✓ Audit loggedSign up and generate an API key. Set a data classification floor (Public, Internal, Confidential, or PHI) to match the sensitivity of your workload. Free tier — no credit card.
Choose HIPAA, SOC 2, or PCI DSS. One click configures PII redaction, content safety thresholds, audit retention, and classification enforcement for the framework.
Use the same OpenAI SDK and endpoints. Every request is automatically classified, policy-enforced, PII-redacted, and logged to the tamper-proof audit trail.
Generate auditor-ready evidence covering data classification enforcement, PII handling, access controls, and every request log. Hand it to your auditor.
Every AI request classified. Every compliance decision logged. Every control documented. One API key, one BAA — evidence your auditor will accept in minutes, not months.