Redberry Labs underwrites each AI agent individually, not your company or AI platform as a whole. This means that before coverage begins, Redberry inspects the specific configuration, permissions, and behaviour of each agent you want to insure. The assessment produces a risk score and a quote, typically in minutes.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.
Why agent-level assessment matters
Two agents running the same underlying model can have entirely different risk profiles. Consider these examples:- Agent A drafts internal meeting summaries. It reads calendar data and writes to a shared document. Its outputs are reviewed by a human before any action is taken.
- Agent B approves financial transactions. It has write access to payment systems, can initiate refunds up to a defined limit, and operates without a human approval gate.
Evaluation factors
When Redberry assesses an agent, we examine the following factors:| Factor | Description |
|---|---|
| Deployment context | Where and how the agent operates — internal tool, customer-facing product, automated pipeline, or hybrid |
| Permissions | What data and systems the agent can access; whether least-privilege principles are applied |
| Tools | Which external actions the agent can invoke — APIs, databases, payment systems, communication channels |
| System prompts & policies | The instructions the agent operates under; whether they are version-controlled and reviewed |
| User surface | Who interacts with the agent — internal staff, end customers, or no humans at all |
| Action volume | How frequently the agent acts; high-volume agents amplify the consequence of any single failure |
| Guardrails | Constraints in place to detect and limit high-risk behaviour before it causes harm |
Assessment process
Configuration inspection
The Redberry SDK connects to your agent platform and reads the agent’s current configuration — model version, tools, permissions, system prompt, and deployment context.
Controls evaluation
Redberry evaluates six engineering controls: permissioning, tool safety, human-in-the-loop for risk actions, data minimisation, auditability, and model and prompt governance. See Controls for details on each.
Risk scoring
Each agent is scored across five risk dimensions: misrepresentation, operational failure, financial error, data exposure, and regulatory breach. See Risk Dimensions for how scoring works.
Loss modelling
Redberry’s actuarial model translates the risk score into expected loss — measured in dollars, downtime, and legal exposure — calibrated to your agent’s specific blast radius.
SDK integration
The Redberry SDK plugs into your existing agent platform. It serves two purposes:- Pre-deployment inspection — the SDK reads your agent’s configuration at assessment time, producing the structured data Redberry uses to evaluate risk and generate your quote. You do not need to manually fill out configuration forms.
- Continuous monitoring — after deployment, the SDK watches for changes to your agent’s configuration and flags drift that may affect your risk profile. See Continuous Monitoring for a full breakdown of what the SDK tracks.
The SDK is required for continuous monitoring. Without it, Redberry cannot detect post-deployment configuration changes, which means your risk profile may become misaligned with your actual exposure. Coverage terms require the SDK to remain active on all insured agents.
