Create Misconfiguration Policies
Last updated
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.
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.
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.
Navigate to the Akto Atlas product.
Select Agentic Guardrails → Misconfigurations → Config Field Policies.
Select New Policy in the top-right corner to open the New Claude Config Policy form.
Enter a policy name, or leave it blank to auto-generate one from the config field below.
Select the Agent the policy applies to.
Only Claude is supported as an agent for config field policies today. Support for additional agents is planned.
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.
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