For the complete documentation index, see llms.txt. This page is also available as Markdown.

Create Misconfiguration Policies

Overview

Enforce and monitor configuration settings across Claude environments. Flag drift in model versions, MCP servers, and tool permissions before they become incidents.

Misconfigurations is currently in Beta.

Access Misconfiguration Policies

You can access misconfiguration policy configuration from the Akto console.

  • Navigate to the Akto Atlas product.

  • Select Agentic Guardrails → Misconfigurations.

  • Select the Config Field Policies tab.

The Config Field Policies page lists existing policies and provides access to policy creation.

Create a Config Field Policy

A config field policy pins a single field in an agent's configuration file to an expected value. Akto flags and reverts any local edit that drifts away from that value.

Steps

1

Navigate to the Akto Atlas product.

2

Select Agentic Guardrails → Misconfigurations → Config Field Policies.

3

Select New Policy in the top-right corner to open the New Claude Config Policy form.

4

Enter a policy name, or leave it blank to auto-generate one from the config field below.

5

Select the Agent the policy applies to.

6

Paste the config field to pin exactly as it should appear in the agent's settings file (for example, Claude's settings.json):

{
  "availableModels": ["sonnet", "haiku"]
}

If the field is missing on a device, Akto creates it automatically. If a local edit changes the field's value, Akto reverts it back to the pinned value.

7

Click Save to apply the policy.

Use config field policies to guard against drift in model versions, MCP server endpoints, and tool permissions, catching unauthorised configuration changes before they turn into incidents.

Last updated