AI가 내린 결정, 10줄로 증명하기 — Cronozen Proof SDK
Your AI agent just approved a $500 refund. Three months later, a customer disputes it. Can you prove what happened? Most teams can't. Logs get rotated, databases get migrated, and nobody remembers ...

Source: DEV Community
Your AI agent just approved a $500 refund. Three months later, a customer disputes it. Can you prove what happened? Most teams can't. Logs get rotated, databases get migrated, and nobody remembers why the AI made that call. Cronozen Proof SDK solves this in 10 lines. Every AI decision gets a SHA-256 hash chain — immutable, tamper-proof, and audit-ready. Install npm install cronozen Record your first decision import { Cronozen } from 'cronozen'; const cz = new Cronozen({ apiKey: process.env.CRONOZEN_API_KEY, baseUrl: 'https://api.cronozen.com/v1', }); // 1. Record what the AI did const event = await cz.decision.record({ type: 'agent_execution', actor: { id: 'refund-bot', type: 'ai_agent', name: 'Refund Agent', }, action: { type: 'refund_approved', description: 'Auto-approved refund under $100 policy', input: { orderId: 'ORD-7829', amount: 49000 }, output: { refundId: 'REF-3301' }, }, aiContext: { model: 'gpt-4', provider: 'openai', confidence: 0.95, reasoning: 'Order within 7-day window