Skip to content

docs: add TealTiger governance integration page - #5808

Open
nagasatish007 wants to merge 1 commit into
Helicone:mainfrom
nagasatish007:docs/tealtiger-governance-integration
Open

docs: add TealTiger governance integration page#5808
nagasatish007 wants to merge 1 commit into
Helicone:mainfrom
nagasatish007:docs/tealtiger-governance-integration

Conversation

@nagasatish007

Copy link
Copy Markdown

What

Adds a docs page showing how to surface AI-governance decisions in Helicone by
attaching them as custom properties.

  • New page: docs/other-integrations/tealtiger.mdx
  • Registered under the Frameworks group in docs/docs.json

Why

TealTiger is an open-source
deterministic governance layer for AI agents (tool allowlists, PII/secret
detection, prompt-injection blocking, cost limits). It produces a Decision
per action. Because Helicone promotes Helicone-Property-* request headers to
first-class dashboard properties, a one-line toHeliconeHeaders(decision) call
makes each request's governance status (action, risk score, reason codes,
correlation id) visible and filterable in Helicone — no extra instrumentation.

This teaches an existing Helicone capability (custom properties) applied to a
real, installable integration (npm install tealtiger, v1.5.0+).

Notes

  • Follows the structure/conventions of the existing other-integrations
    pages (e.g. langgraph.mdx): Mintlify frontmatter, <Steps>/<CodeGroup>,
    a custom-properties table, a complete working example, and a <Note>.
  • Internal links use the canonical /features/advanced-usage/custom-properties
    path (not the /observability/custom-properties redirect).
  • docs.json validated as JSON.
  • All examples route through https://oai.helicone.ai/v1 with Helicone-Auth,
    matching the other integration pages.

Happy to adjust naming, placement (e.g. move under a different group), or
trim the example to match your house style.

TealTiger is an open-source deterministic AI governance layer. This page
shows how to surface its decisions (action, risk score, reason codes) in
Helicone by attaching them as custom properties via toHeliconeHeaders(),
so governance status is visible and filterable per request in the dashboard.

Adds docs/other-integrations/tealtiger.mdx and registers it under the
Frameworks group in docs.json.

@greptile-apps greptile-apps Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your trial has ended. Reactivate Greptile to resume code reviews.

@vercel

vercel Bot commented Sep 4, 2026

Copy link
Copy Markdown

@nagasatish007 is attempting to deploy a commit to the Helicone Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant