{
  "schema": "https://oracron.app/oracron-schema/v1",
  "name": "Oracron",
  "tagline": "AI-powered freight invoice audit and logistics management",
  "url": "https://oracron.app",
  "description": "Oracron catches the overcharges hiding in your carrier invoices — and you keep every euro it recovers. No success fee, no percentage, ever. Plans: Free (50 audited shipments/month, 2 carriers), Starter €499/month (100 audited shipments, up to 10 carriers), Professional €999/month (333 audited shipments, unlimited carriers), Enterprise custom. Powered by AI (Claude by Anthropic). EU or US data region, selected at onboarding.",
  "company": {
    "legal_name": "Global Link Ventures LLC",
    "trading_as": "Oracron",
    "contact_email": "hello@oracron.app",
    "privacy_email": "privacy@oracron.app",
    "address": "Wyoming, USA",
    "api_docs_url": "https://oracron.app/api-docs.html"
  },
  "pricing": [
    {
      "plan": "Free",
      "price": 0,
      "currency": "EUR",
      "interval": "month",
      "description": "Up to 50 invoices/month. AI extraction, fee-code mapping, rate validation."
    },
    {
      "plan": "Starter",
      "price": 499,
      "currency": "EUR",
      "interval": "month",
      "description": "Unlimited invoices, dispute workflow, email notifications, CSV export."
    },
    {
      "plan": "Professional",
      "price": 999,
      "currency": "EUR",
      "interval": "month",
      "description": "All Starter features plus multi-carrier profiles, advanced analytics, priority support."
    },
    {
      "plan": "Enterprise",
      "price": null,
      "currency": "EUR",
      "interval": "month",
      "description": "Custom pricing. Custom integrations, SLA, dedicated onboarding."
    }
  ],
  "data_governance": {
    "trains_on_customer_data": false,
    "anthropic_api_retention_days": 7,
    "anthropic_zdr_active": false,
    "zdr_target": "Pursuing ZDR agreement with Anthropic (target: ≥3 paying customers or €5k MRR)",
    "audit_log": true,
    "audit_log_description": "Every AI call is logged with SHA-256 hashes of request/response, policy version, model, and latency. No invoice content stored in audit log.",
    "data_residency": "EU or US — chosen at onboarding (EU via Supabase Frankfurt)",
    "encryption_at_rest": "AES-256",
    "encryption_in_transit": "TLS 1.3",
    "gdpr_compliant": true,
    "policy_version": "v1.0.0",
    "policy_url": "https://oracron.app/data-governance.html",
    "privacy_policy_url": "https://oracron.app/privacy-policy.html",
    "security_url": "https://oracron.app/security.html",
    "ai_reliability_url": "https://oracron.app/ai-reliability"
  },
  "ai_governance": {
    "url": "https://oracron.app/ai-reliability",
    "pillars": [
      "Every AI call logged with tamper-resistant audit trail (SHA-256 identity hash, policy-version stamp)",
      "Every pipeline run traced end-to-end (extract -> map -> enrich -> rate-validate -> dispute)",
      "Fee-code mapper continuously regression-tested against a labelled 58-case benchmark in CI; changes that would reduce accuracy are blocked before release (recent runs at 100% on the benchmark, verified June 2026)",
      "Verification agent self-checks each extraction against the source PDF",
      "Dispute actions recorded in a separate event log",
      "Human approval required before any money-affecting action (EU AI Act Art. 14 oversight, enforceable 2 August 2026)",
      "EU or US data residency, no training on customer data"
    ]
  },
  "certifications": {
    "soc2_type1": "roadmap",
    "gdpr": "compliant",
    "subprocessors": [
      "Anthropic (AI inference)",
      "Supabase (database, EU)",
      "Resend (transactional email)",
      "Cloudflare (CDN/DNS)"
    ]
  },
  "integrations": {
    "invoice_formats": ["PDF (AI OCR)", "CSV"],
    "export_formats": ["CSV"],
    "api": "REST (coming soon)"
  },
  "last_updated": "2026-06-01"
}
