AI agents are not static. After your agent passes underwriting and goes into production, its configuration will change — models get updated, new tools get added, permissions get adjusted, system prompts get edited. Each of these changes can materially alter the risk profile that your policy was priced against. A point-in-time assessment at underwriting cannot capture this drift, which is why Redberry requires the SDK to remain active on all insured agents throughout the policy period.Documentation Index
Fetch the complete documentation index at: https://redberrylabs.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Monitored signals
The Redberry SDK watches for the following configuration changes after deployment:| Signal | Why it matters |
|---|---|
| Tool additions and removals | Adding a new tool — especially one that performs financial actions or accesses sensitive data — expands the agent’s action surface and may increase multiple risk dimensions |
| Model changes | Switching to a different model version can change reasoning behaviour, context window size, and output characteristics in ways that affect misrepresentation and operational failure risk |
| System prompt changes | The system prompt governs how the agent behaves; edits that haven’t gone through review can introduce unintended behaviour or remove important guardrails |
| Permission changes | Broadened permissions increase data exposure and financial error risk; narrowed permissions may indicate a misconfiguration rather than an improvement |
| Usage volume changes | A significant increase in action volume amplifies the consequence of any single failure and may push the agent into a different risk tier |
| Context window changes | A larger context window allows the agent to process more sensitive data per task, increasing data exposure risk if data minimisation controls are not updated accordingly |
How monitoring works
Install the SDK
Connect the Redberry SDK to your agent platform via app.redberrylabs.com. The SDK integrates with your existing deployment environment and begins monitoring immediately after setup.
Change detection
The SDK continuously inspects your agent’s live configuration. When it detects a change to any monitored signal, it logs the change with a precise timestamp and produces an encrypted, structured log entry.
Risk profile update
Redberry recalculates the agent’s risk profile against the new configuration. Changes that affect risk dimensions are flagged automatically, so you can review them before they become a coverage issue.
