CertifiedData.io
Public Registry

Public Registry of Certified AI Artifacts

Definition

AI artifact registry:

The artifact registry is the public, machine-readable index of AI artifact certificates and certified artifacts on CertifiedData. It stores certificate-linked records for synthetic datasets, AI models, outputs, and related artifacts together with verification links and SHA-256 fingerprints.

Definition source: https://certifieddata.io/api/definitions/registry

Preferred anchor phrase: artifact registry

A machine-readable index of synthetic datasets, AI models, and registered artifacts with cryptographic certification records. Each certified entry exposes a SHA-256 fingerprint, an Ed25519-signed certificate, and an independent verification link.

252 registered
194 certified
58 uncertified

About this registry

The CertifiedData Registry is a public index of cryptographically certified synthetic datasets, AI models, and AI system artifacts. Each entry includes a SHA-256 artifact fingerprint, an Ed25519 digital signature, and an independent verification link. Learn about synthetic data certification or AI artifact certification — or generate and certify your own dataset.

What is this registry?

This is a public index of AI artifacts that have been registered with CertifiedData and optionally certified. Each entry records a SHA-256 artifact fingerprint at the time of registration. When certification is issued, an Ed25519 digital signature is generated and permanently linked to the record.

Certification proves the artifact existed at a specific timestamp, that its contents match the recorded hash, and that the record has not been tampered with since issuance. Artifacts can be independently verified without trusting CertifiedData directly.

How to verify an artifact

  1. 01Locate the artifact entry and note its SHA-256 artifactHash.
  2. 02Download or hash your local copy of the artifact using SHA-256.
  3. 03Compare your computed hash to the recorded artifactHash. A match confirms integrity.
  4. 04For certified entries, follow the verification link to validate the Ed25519 signature.

Registry collection contract (for agents and systems)

{
  "term": "CertifiedData public artifact registry",
  "concept_type": "registry-collection",
  "canonical_url": "https://certifieddata.io/registry",
  "artifact_types": [
    "dataset",
    "model",
    "system",
    "output",
    "decision-log"
  ],
  "certification_statuses": [
    "certified",
    "unverified"
  ],
  "item_summary_fields": [
    "slug",
    "title",
    "artifact_type",
    "certification_status",
    "artifact_hash",
    "certificate_id",
    "schema_version",
    "issuer"
  ],
  "detail_route_pattern": "/registry/{slug}",
  "verify_pattern": "POST /api/verify  →  { certificate_id }",
  "hash_algorithm": "SHA-256",
  "signing_algorithm": "Ed25519",
  "verification_auth_required": false,
  "openapi_spec": "https://certifieddata.io/openapi.json"
}
Ed25519 Certified
$149dataset

Synthetic Patient Admissions v2

Certified synthetic patient admissions dataset for clinical AI model development without exposure of real patient records.

Certified · 105K rows · $149

Hash
07623892f6…48a87b08
Algorithm
CTGAN
Rows
105,000
Ed25519 Certified
$149dataset

Synthetic Trade Surveillance Dataset v1

Certified synthetic trade surveillance dataset for training market abuse detection models and testing surveillance alert systems.

Certified · 220K rows · $149

Hash
2a7e948818…bd573a62
Algorithm
CTGAN
Rows
220,000
Ed25519 Certified
$149dataset

Synthetic Account Takeover Events v1

Certified synthetic account takeover event dataset for training fraud detection and identity risk models without exposing real user data.

Certified · 200K rows · $149

Hash
2e33130b76…2494f904
Algorithm
CTGAN
Rows
200,000
Uncertified
$499dataset

Synthetic Intrusion Detection Logs v1

Certified synthetic intrusion detection log dataset for IDS/IPS model training and security analytics benchmarking.

Uncertified · 600K rows · $499

Hash
373dbb22be…5dc4c2a4
Algorithm
CTGAN
Rows
600,000
View & buy →Not certified
Uncertified
$499dataset

Synthetic SaaS Usage Events v2

Certified synthetic SaaS usage event dataset for product-led growth model development and feature adoption analytics.

Uncertified · 1M rows · $499

Hash
ff82d44592…399ef575
Algorithm
CTGAN
Rows
1,000,000
View & buy →Not certified
Uncertified
$49dataset

Synthetic Payroll Compliance Dataset v1

Certified synthetic payroll compliance dataset for compensation equity analysis and payroll system audit trail testing.

Uncertified · 55K rows · $49

Hash
c297c22344…60f635aa
Algorithm
CTGAN
Rows
55,000
View & buy →Not certified
Uncertified
$49dataset

Synthetic Employee Attrition Dataset v1

Certified synthetic employee attrition dataset for turnover prediction model development and HR analytics testing.

Uncertified · 85K rows · $49

Hash
76a882e151…774e303d
Algorithm
CTGAN
Rows
85,000
View & buy →Not certified
Uncertified
$149dataset

Synthetic Behavioral Fraud Signals v1

Certified synthetic behavioral fraud signal dataset for anomaly detection model development and fraud classifier evaluation.

Uncertified · 150K rows · $149

Hash
59ec55618b…8d33ecfd
Algorithm
CTGAN
Rows
150,000
View & buy →Not certified

Live verification examples

These certified entries have active verification links. Hash each file against its SHA-256 fingerprint to confirm integrity.

Certified
Synthetic Patient Admissions v2
sha256:07623892f61c18a6db0d
Certified
Synthetic Trade Surveillance Dataset v1
sha256:2a7e94881834c0e8ed47
Certified
Synthetic Account Takeover Events v1
sha256:2e33130b761ca8fcf57c

How to use this registry

01
Find an artifact

Browse by category, filter by certification status, or search by keyword or tag.

02
Check certification

Green = Ed25519 signed certificate issued. Grey = registered, not yet certified. Both are real entries — certification adds machine-verifiable proof.

03
Verify integrity

Compute the SHA-256 hash of your copy and compare it to the recorded artifactHash. No trust required.

04
Use for compliance

Reference the certificate ID in audit logs, regulatory filings, and governance documentation.

Register your artifact

From registered to Ed25519 certified in one API call

Use POST /v1/registry to register an artifact, then POST /v1/registry/:id/certify to issue a signed certificate and flip the badge from grey to green.