Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.complyhat.ai/llms.txt

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

Fourteen entity tools plus guidance. Each tool dispatches by mode. All callable via https://complyhat.ai/api/mcp. Audit-tagged citations ([EXTRACTED], [INFERRED], [AMBIGUOUS]) appear in every prose field.

adversarial

Adversarial robustness findings.
ModeDescription
list_by_modelList adversarial findings for a model.
getGet one finding by ID.
submitSubmit a new finding (host-driven; ComplyHat does not generate attacks).

alerts

Compliance alerts and the rules that trigger them.
ModeDescription
list / getList alerts or get one by ID.
updateAcknowledge or resolve an alert.
rules_list / rules_createList or create alert rules.

audit_events

Append-only audit trail for compliance-relevant actions.
ModeDescription
list / getList events with filters or get one by ID.
emitEmit a new audit event from the host agent.

bias_tests

Bias and fairness tests against registered models.
ModeDescription
list / getList tests for a model or get one result.
runRun a bias test against a model and dataset.
list_schedules / create_scheduleList or create recurring schedules.

data_governance

Data sources, consent records, and lineage.
ModeDescription
sources_list / sources_createList or register data sources.
consent_list / consent_createList or record consent grants.
lineage_list / lineage_createList or create lineage entries.

drift

Drift monitors, status, alerts, and snapshot ingestion.
ModeDescription
monitors_list / monitors_createList or create drift monitors.
monitors_statusCurrent status of a monitor.
alerts_list_by_modelDrift alerts for a model.
snapshots_list / snapshots_submitList snapshots or submit a new one from the host.

explainability

Coalition-attribution and LIME runs against registered models.
ModeDescription
list_by_model / getList runs for a model or get one’s results.
runTrigger a new run.

frameworks

Regulatory framework status, gaps, and applicability.
ModeDescription
statusOverall coverage status for the organization.
gapsGaps between current state and framework requirements.
checkCheck whether a framework applies to a model or use case.

model_cards

Model cards rendered as structured, audit-tagged documents.
ModeDescription
list / getList or retrieve model cards.
create / updateCreate from a model registration, or update.

models

The model registry — the root entity most other tools reference.
ModeDescription
list / getList or retrieve registered models.
register / updateRegister a new model or update metadata.

obligations

Per-framework regulatory obligations and how they map to your models.
ModeDescription
list / getList obligations or get one by ID.
list_by_modelObligations applicable to a specific model.
assessAssess whether a model satisfies a given obligation.

reg_intel

Regulatory intelligence: changes, deadlines, relevance.
ModeDescription
changesRecent regulatory changes.
deadlinesUpcoming compliance deadlines.
relevanceRelevance scoring of changes against your models.
change_detailFull detail for one regulatory change.

reports

Compliance reports and PDF downloads.
ModeDescription
list / getList or retrieve reports.
get_pdf_urlSigned URL for the report PDF.
generateGenerate a new report for a model and framework.
{
  "tool": "reports",
  "arguments": { "mode": "generate", "model_id": "mdl_...", "framework": "eu-ai-act" }
}

wiki

Per-tenant Karpathy-style compliance wiki backing every report and citation.
ModeDescription
list / readList pages or read one.
writeWrite or update a page. Accepts host-supplied embeddings (ComplyHat does not generate them).
searchLexical or semantic search across pages.
linkCreate a link between pages.
draft_from_findingDraft a page from a compliance finding.
log_listList immutable audit log entries.
lint / archiveLint a page or archive it.

guidance

The fifteenth tool. Returns the canonical SKILL.md body for any skill or agent.
ArgumentTypeDescription
kind"skills" or "agents"Resource namespace.
slugstringSkill or agent slug from the lists below.
{
  "tool": "guidance",
  "arguments": { "kind": "skills", "slug": "bias-test-prep" }
}
The same content is exposed as MCP resources at complyhat://{kind}/{slug} for hosts that auto-include resources.

Skills

SlugPurpose
bias-test-prepDataset preparation for bias testing.
compliance-checklistPer-framework checklists.
model-documentationModel card authoring.
regulatory-mapperMap use cases to frameworks.
risk-classificationEU AI Act risk-tier classification.

Agents

SlugPurpose
adversarial-testerCoordinates host-driven adversarial submissions.
bias-testerRuns scheduled bias tests, revalidates on regulatory change.
data-governance-auditorAudits sources, consent, lineage.
drift-detectorWatches drift signals, raises alerts.
explainability-testerSchedules explainability runs.
model-card-writerDrafts and updates model cards.
report-generatorGenerates framework reports.
revalidation-orchestratorTriggers downstream revalidation when regulations change.
Last modified on May 1, 2026