← Back to catalog
TRam AI Platform · Live Demo

TRam Governance Toolkit

Generate board-ready AI governance artifacts with per-section citations to NIST AI RMF, EU AI Act, ISO 42001, and US state laws. Built for AI Governance Committees, CISOs, and Compliance teams who need artifacts they can hand to a board or regulator.

4 artifact types 5 frameworks Per-section citations Confidence + reasoning Markdown download

1. Configure

A policy document for employees governing how they may use AI tools at work.

Pick the regulatory frameworks that apply to your organization. The output will cite specific clauses from each.

Drop existing policies / vendor docs / past artifacts or click to browse · the agent will use them as context

Free demo: 3 generations per session, 10 per IP per day. Sign up for a real API key. Production traffic? See API docs.

2. Result

Pick an artifact, select frameworks, answer the intake questions, and click Generate artifact.

Two LLM calls per generation: one for the body, one for the framework citation table. Takes 30–90 seconds.

3. Use it from your code

Same endpoint your application would call.

curl -X POST https://api.tramenterprise.com/v1/agents/governance-toolkit/execute \
  -H "X-API-Key: tk_live_..." \
  -F 'input={
    "artifact_type": "aup",
    "frameworks": ["nist-ai-rmf", "iso-42001"],
    "intake": {
      "org_name": "Acme Corp",
      "industry": "Financial Services",
      "data_sensitivity": "PII, customer financial records"
    }
  }'