docs: add TealTiger governance integration page - #5808
Open
nagasatish007 wants to merge 1 commit into
Open
Conversation
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.
Contributor
There was a problem hiding this comment.
Your trial has ended. Reactivate Greptile to resume code reviews.
|
@nagasatish007 is attempting to deploy a commit to the Helicone Team on Vercel. A member of the Team first needs to authorize it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds a docs page showing how to surface AI-governance decisions in Helicone by
attaching them as custom properties.
docs/other-integrations/tealtiger.mdxdocs/docs.jsonWhy
TealTiger is an open-source
deterministic governance layer for AI agents (tool allowlists, PII/secret
detection, prompt-injection blocking, cost limits). It produces a
Decisionper action. Because Helicone promotes
Helicone-Property-*request headers tofirst-class dashboard properties, a one-line
toHeliconeHeaders(decision)callmakes 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
other-integrationspages (e.g.
langgraph.mdx): Mintlify frontmatter,<Steps>/<CodeGroup>,a custom-properties table, a complete working example, and a
<Note>./features/advanced-usage/custom-propertiespath (not the
/observability/custom-propertiesredirect).docs.jsonvalidated as JSON.https://oai.helicone.ai/v1withHelicone-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.