CertifiedData.io
Machine-first control surface

CertifiedData for AI Agents

The complete execution surface for AI agents: generate certified datasets, log signed decisions, run policy-governed transactions, and verify proof artifacts — all over authenticated HTTP, with Ed25519 on every output.

Quickstart — no auth required

Generate + certify (sandbox)
curl -X POST https://certifieddata.io/api/synth/public/generate \
  -H "Content-Type: application/json" \
  -d '{"templateId":"fraud_detection","rows":100,"engine":"light"}'
Verify any certificate
curl https://certifieddata.io/api/verify \
  -X POST \
  -H "Content-Type: application/json" \
  -d '{"cert_id":"scert_xxxx"}'

Sandbox certs carry a scert_ prefix, 7-day TTL, not listed in production registry. Trust boundaries →

Three pillars

Datasets

Generate certified synthetic datasets with Ed25519-signed certificates. Template, prompt, schema, manifest, and upload input modes. Five engine levels from sandbox to DP-CTGAN.

  • Template-based generation
  • Prompt → spec pipeline
  • Schema-controlled output
  • Manifest certification
  • Notary / attestation
POST /api/synth/public/generate
sandbox.cert.v1
Explore Datasets
Decision Ledger

Log tamper-evident AI decisions with Ed25519 signatures and SHA-256 chain links. Public sterilized feed available without auth. EU AI Act Article 12-aligned.

  • Create signed decision record
  • Chain-linked append-only log
  • Public sterilized feed
  • Checkpoint verification
  • Artifact provenance linking
POST /api/demo/decision
Ed25519-signed · append-only
Explore Decision Ledger
Agent Commerce

Policy-evaluated agent transactions with signed receipts. Quote, evaluate, authorize, execute, and verify — every step produces a machine-readable proof artifact.

  • Quote a transaction
  • Policy evaluation
  • Authorization gate
  • Signed receipt issuance
  • Receipt verification
3 sandbox keys / 24h
Ed25519-signed receipts
Explore Agent Commerce

Capability matrix

All pillars · Anonymous / Authenticated / Production / Public Proof

ActionAnonymousAuthenticatedProductionPublic Proof
Generate dataset (sandbox)✓ 10/24h · 1k rows✓ 5 jobs/mo · 10k rows✓ unlimited✓ scert_ verify URL
Generate dataset (CTGAN)✗ plan required✗ Trust+ required✓ Trust+✓ cert.v1+
Log AI decision✓ demo · 30/min/IP✓ 1k records/mo✓ unlimited✓ public feed opt-in
Agent commerce sandbox tx✓ 3 keys / 24h✓ unlimited sandbox✓ live rails✓ receipt verify
Verify certificate✓ no limit✓ no limit✓ no limit✓ public endpoint
Browse registry✓ public✓ public✓ public✓ machine-readable
Create workflow✗ Build+ required✓ Build+✓ cert on run
Attest artifact (notary)✓ 3 free✓ plan quota✓ unlimited✓ verify URL

Sandbox issuance uses scert_ prefix with 7-day TTL and is not listed in the production registry. Production issuance requires at least a free account. Full trust boundary model →

Agents — CertifiedData Control Plane for AI Agents | CertifiedData