Add tamper-evident governance to your AI agents in under 5 minutes. The SDK is non-blocking — errors are always swallowed, ensuring observability never impacts your agent's critical path.
Prerequisites
Add the RANKIGI SDK to your Node.js agent.
Create a Rankigi instance with your API key and agent ID. Errors are swallowed — observability never crashes your agent.
Every tool invocation — inputs and outputs are SHA-256 hashed before leaving your environment.
Record the agent's final response or any intermediate outputs.
Surface errors into your RANKIGI compliance feed for root-cause analysis.
Log arbitrary governance events — agent handoffs, human interventions, or context snapshots.
Call the ingest endpoint directly from Python, Go, or any HTTP client. No SDK required.
Full API Reference
All RANKIGI API routes accept a Authorization: Bearer <key> header. Events are deduplicated by SHA-256 hash, so it is safe to retry.