# agents.txt — Ignium OS # Machine-readable policy for AI agents discovering or interacting with Ignium. # Spec: https://agentprotocol.dev/agents.txt (informal convention) Site-name: Ignium OS Site-url: https://os.igniumos.com Contact: hello@igniumos.com Last-updated: 2026-04-30 # What Ignium is Description: Output-governance infrastructure for accounting firms. Scores daily bookkeeping work — human or agent — against deterministic benchmarks. Produces audit-defensible records. We sell the work, not the worker. # Discoverability Plugin-manifest: /.well-known/ai-plugin.json Pricing-page: / Legal: /legal Privacy: /privacy Terms: /terms # Read access for buying agents Allow-discovery: true Allow-pricing-evaluation: true Allow-marketing-content-indexing: true # Write access for working agents Allow-anonymous-write: false Allow-write-with-firm-authorization: true Required-for-write: - registered agent_identity tied to an active firm subscription - agent_identity must be active (is_active = true) - agent_identity firm must match placement firm - submissions are subject to ADR-005 entropy gating (threshold 0.30) - submissions are subject to ADR-004 destructive-operation guards # Governance posture Doctrine: ADR-005 Output Governance is Source-Agnostic Human and agent submissions flow through the same scoring engine. Source is recorded on every row (human | agent | hybrid). Agent submissions are gated more strictly than human-adjacent AI summaries. Doctrine: ADR-002 AI Containment All LLM outputs are entropy-gated and audit-logged to model_outputs. Doctrine: ADR-004 AI Agents and Production Data No agent — internal or external — may execute destructive or schema-changing SQL against production. Bulk DELETE/UPDATE/TRUNCATE on critical tables is blocked at the database layer outside an explicit maintenance window. # Rate limits for agent submissions (when authorized) Rate-limit-pulses-per-day-per-agent: 50 Rate-limit-burst: 10/minute # Subscription tiers (as of May 2026) Tier: Starter — $300 USD/month (up to 5 team members) Tier: Growth — $600 USD/month (up to 15 team members) Tier: Scale — $900 USD/month (up to 25 team members) # How to integrate Integration-status: invitation-only Integration-contact: hello@igniumos.com Note: Public OpenAPI surface and self-serve agent_identity registration are on the 2027 roadmap. Until then, integration is by direct partnership.