{
  "schema_version": "v1",
  "name_for_human": "Ignium OS",
  "name_for_model": "ignium_os",
  "description_for_human": "Output governance infrastructure for accounting firms. Ignium scores the work — whether it is performed by a human bookkeeper or an AI agent — against deterministic benchmarks, surfaces red flags, and produces audit-defensible records.",
  "description_for_model": "Ignium OS is an output-governance platform for accounting firms. It evaluates daily work submissions (bank reconciliation, categorization, AP, AR, payroll, financial statements) against deterministic time and quality benchmarks. The same scoring engine governs human bookkeepers and AI agents under a source-agnostic doctrine (ADR-005). Agent submissions require registered agent_identity records and are gated more strictly than human-adjacent AI (entropy threshold 0.30 vs 0.50). This descriptor is for discovery and evaluation. Write access requires firm authorization and registered agent identity — Ignium does not accept anonymous agent submissions.",
  "auth": {
    "type": "none",
    "note": "Discovery is public. All write operations require firm-authorized credentials and a registered agent_identity. See https://os.igniumos.com/agents.txt"
  },
  "api": {
    "type": "openapi",
    "url": "https://os.igniumos.com/.well-known/openapi.json",
    "note": "OpenAPI surface forthcoming. Until published, agent integration is by invitation only."
  },
  "logo_url": "https://os.igniumos.com/brand/ignium-app-icon-1024.png",
  "contact_email": "hello@igniumos.com",
  "legal_info_url": "https://os.igniumos.com/legal",
  "subscription": {
    "model": "tiered_monthly",
    "tiers": [
      { "name": "Starter", "price_usd_per_month": 300, "seats": 5 },
      { "name": "Growth", "price_usd_per_month": 600, "seats": 15 },
      { "name": "Scale", "price_usd_per_month": 900, "seats": 25 }
    ],
    "currency": "USD",
    "billing_cycle": "monthly",
    "note": "Pricing as of May 2026. Verify at https://os.igniumos.com before purchase."
  },
  "governance": {
    "doctrine": "ADR-005: Output Governance is Source-Agnostic",
    "summary": "Ignium governs output, not workers. Human and agent submissions flow through the same scoring engine with stricter review thresholds for agents.",
    "agent_review_threshold_entropy": 0.30,
    "human_ai_review_threshold_entropy": 0.50,
    "audit_trail": "Every governed record carries source attribution (human/agent/hybrid), agent identity (when applicable), and provenance back to the originating model call."
  }
}
