You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guardrails/explorer.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -116,7 +116,7 @@ It also enables quick experimentation with new guardrails, without having to wor
116
116
117
117
Lastly, to inspect guardrail failures in detail, navigate to the `Traces` tab in your Explorer project.
118
118
119
-
Newly pushed traces with Guardrail violations will be automatically annoated with Guardrail violation annotations, highlighting the exact range and location of the guardrail violation in the agent trace.
119
+
Newly pushed traces with Guardrail violations will be automatically annotated with Guardrail violation annotations, highlighting the exact range and location of the guardrail violation in the agent trace.
Copy file name to clipboardExpand all lines: docs/index.md
+12-13Lines changed: 12 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -5,20 +5,20 @@ title: Invariant Agent Security
5
5
# Invariant Agent Security
6
6
7
7
<divclass='subtitle'>
8
-
Integrate Invariant's contextual guardrailing for high-precision agent security, monitoring and reliability.
8
+
Use Invariant Guardrails for high-precision agent security, monitoring and to ensure reliable and consistent behavior.
9
9
</div>
10
10
11
-
Invariant is a **security layer to protect agentic AI systems**. It helps you prevent prompt injections, data leaks, steer your agent's behavior, and ensure compliance with your organization's policies.
11
+
Invariant is a **security layer to protect agentic AI systems**. It helps you to prevent prompt injections, data leaks, steers your agent, and ensures strict compliance with behavioral and security policies for your AI systems.
12
12
13
-
You can **deploy Invariant within minutes using our hosted gateway**, to ensure quick response to agent security incidents and to get your agent ready for production.
13
+
You can **deploy Invariant within minutes using our hosted LLM-level gateway**, to ensure quick response to agent security incidents and to get your agent ready for production.
14
14
15
15
### How Invariant Works
16
16
17
17
Invariant acts as a transparent layer between your agent system and the LLM and tool providers. It intercepts all LLM calls and tool actions, and applies steering rules according to a provided guardrailing policies.
18
18
19
19
Policies are defined in terms of both [deterministic and fuzzy rules](./guardrails/). During operation, your agent is continuously evaluated against them, to restrict its behavior to prevent malfunction and abuse.
20
20
21
-
Invariant does not require invasive code changes, and can be used with any agent, framework and LLM.
21
+
Invariant does not require invasive code changes, and can be used with any model, agent, framework and tooling. It is designed to be easy to use and integrate into your existing stack, right from the beginning or when _you_ are ready to ship.
@@ -51,19 +51,18 @@ This documentation describes how to set up Invariant and the relevant guardraili
51
51
52
52
Invariant helps you make sure that your agents are safe from malicious actors and prevents fatal malfunction:
53
53
54
-
* It **blocks prompt injections and agent jailbreaks**.
55
-
* It **imposes strict rules on agent capabilities** and behavior, to prevent malfunction and abuse.
56
-
* It **analyzes the data flow of your agents**, to ensure that they are not leaking sensitive information.
57
-
* It helps you **steer and control your agents**, to ensure that they are not doing anything unexpected.
58
-
* It ensures that your agents are **in compliance with your organization's policies**.
59
-
* It helps you to **surface novel malicious behavioral patterns** in your agents, and automatically proposes guardrailing rules to prevent them.
54
+
* It **blocks [prompt injections and agent jailbreaks](./guardrails/prompt-injections.md)**.
55
+
* It **imposes [strict rules on agent capabilities](./guardrails/index.md)** and behavior, to prevent malfunction and abuse.
56
+
* It constantly **analyzes the [data flow of your agents](./guardrails/dataflow-rules.md)**, to ensure that they are not leaking sensitive information or engaging in off-policy behavior.
57
+
* It ensures that your agents are **in [compliance with your organization's policies](./guardrails/tool-calls.md)**.
58
+
* It helps you to **[surface novel malicious behavioral patterns](./guardrails/explorer.md)** in your agents, and automatically proposes guardrailing rules to prevent them.
60
59
61
-
Securing your agent is a crucial step in safely deploying AI agents to production or in your organization.
60
+
Securing your agent is a crucial step in safely deploying AI agents to production for public or internal use, and ensuring that they behave as expected.
62
61
63
62
64
63
## Getting Started as Developer
65
64
66
-
The _Invariant Gateway_**intercepts the LLM calls of your agent**, to implement _guardrailing and security analysis_, without requiring major code changes:
65
+
The _Invariant Gateway_**intercepts the LLM calls of your agent**, to implement _steering and guardrailing_on, without requiring major code changes:
67
66
68
67
<br/>
69
68
<divclass='overview'>
@@ -84,7 +83,7 @@ The _Invariant Gateway_ **intercepts the LLM calls of your agent**, to implement
84
83
</div>
85
84
<br/>
86
85
87
-
To quickly secure your agentic application with Invariant, you can rely on our hosted gateway. It automatically traces and protects your agent's LLM calls and actions by enforcing guardrailing rules:
86
+
To quickly secure your agentic application with Invariant, you can rely on our hosted LLM-level gateway. It automatically traces and protects your agent's LLM calls and actions by enforcing guardrailing rules:
0 commit comments