Lakera Guard

Lakera Guard screens AI application interactions for security and safety risks and provides Enterprise APIs for managing guardrail policies and projects.

10 actions Integration catalog
Request access
Connect Lakera Guard once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Create PolicyLAKERA_GUARD_CREATE_POLICY
Create an Enterprise Lakera policy with built-in detectors and/or custom guardrails. Lakera may omit the new policy ID; if omitted, later retrieval, replacement, and deletion require external policy lookup.
Create ProjectLAKERA_GUARD_CREATE_PROJECT
Create an Enterprise Lakera project, optionally assigning a policy, metadata, and detect-or-flag action. Omit policy_id to use the default policy. Lakera does not return the generated project ID, so later retrieval, updates, and deletion require external project lookup.
Delete PolicyLAKERA_GUARD_DELETE_POLICY
Permanently delete an Enterprise Lakera policy by ID. The provider rejects deletion while any project is assigned to the policy.
Delete ProjectLAKERA_GUARD_DELETE_PROJECT
Permanently and irreversibly delete an Enterprise Lakera project by ID. Historical requests lose their association with the project's metadata and assigned policy.
Evaluate DetectorsLAKERA_GUARD_EVALUATE_DETECTORS
Evaluate content and return one confidence result per configured detector without producing an aggregate flagging decision or Guard screening log. Use for analysis and tuning, not runtime allow/block decisions.
Get PolicyLAKERA_GUARD_GET_POLICY
Retrieve an Enterprise Lakera policy by ID, including its detector configuration, custom guardrails, version, and assigned projects.
Get ProjectLAKERA_GUARD_GET_PROJECT
Retrieve an Enterprise Lakera project by ID, including its assigned policy, metadata, and detect-or-flag action.
Screen ContentLAKERA_GUARD_SCREEN_CONTENT
Screen the latest LLM or agent interaction with Lakera Guard and return the policy decision. Use this for runtime allow/block decisions; earlier messages provide context, but only the latest interaction is screened.
Update PolicyLAKERA_GUARD_UPDATE_POLICY
Replace an Enterprise Lakera policy's complete configuration and create a new policy version. Omitted detectors or custom guardrails are removed, so retrieve the policy first when preserving existing settings.
Update ProjectLAKERA_GUARD_UPDATE_PROJECT
Update an Enterprise Lakera project by ID. Name is required by the official request schema; retrieve the project first when preserving its current name or other optional settings.