<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/do-you-know-what-your-claude-code-agents-are-allowed-to-do--0iyu5wpsc" -->

---
title: Do you know what your Claude Code agents are allowed to do?
description: Cerbos is launching centralized authorization controls for Claude Code agents, addressing the lack of enforcement and audit trails when non-engineers use...
canonical: https://daily.dev/posts/do-you-know-what-your-claude-code-agents-are-allowed-to-do--0iyu5wpsc
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Do you know what your Claude Code agents are allowed to do? | daily.dev
og:description: Cerbos is launching centralized authorization controls for Claude Code agents, addressing the lack of enforcement and audit trails when non-engineers use...
og:url: https://daily.dev/posts/do-you-know-what-your-claude-code-agents-are-allowed-to-do--0iyu5wpsc
og:image: https://api.daily.dev/og/posts/0iyU5WPsC.png
og:image:alt: Do you know what your Claude Code agents are allowed to do?
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Do you know what your Claude Code agents are allowed to do?

**[Cerbos](https://daily.dev/sources/cerbos)** · [@lisadziuba](https://daily.dev/lisadziuba) · 1 min read · 2 upvotes · 0 comments

## Summary

Cerbos is launching centralized authorization controls for Claude Code agents, addressing the lack of enforcement and audit trails when non-engineers use Claude Code. The solution provides policy-based allow/deny decisions on every tool call, role-based access controls (e.g., engineers get Bash access, marketing gets read-only), full audit logging, and policies-as-code with versioning. It integrates with Cerbos Hub for centralized policy authoring, testing, and automatic distribution without redeployments.

## Content

Claude Code is spreading beyond engineering. Marketing teams are exploring codebases. Product managers are reading configs. Data analysts are grepping logs.

But here is the problem: there is no central way to control what those Claude Code agents can do. Hooks are local config, per developer, opt-in. No enforcement. No audit trail.

🎉 Today, we are introducing centralized authorization for Claude Code agents.

Every tool call hits a policy check before it executes. Push the config once via server-managed settings that developers cannot override:

✔ Allow or deny decisions on every tool call, not just monitoring 
✔ Role-based controls: engineers get Bash, marketing gets read-only 
✔ Full audit log tied to the developer who triggered each action 
✔ Policies as code, versioned, reviewed, and distributed automatically
✔ Available as part of Cerbos Hub, which gives you centralized policy authoring, testing, and versioning, and automatic policy distribution without redeployments

→ Learn more: [https://www.cerbos.dev/ecosystem/claude-code](https://www.cerbos.dev/ecosystem/claude-code)

---

[View this post on daily.dev](https://daily.dev/posts/do-you-know-what-your-claude-code-agents-are-allowed-to-do--0iyu5wpsc)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"DiscussionForumPosting","mainEntityOfPage":"https://daily.dev/posts/do-you-know-what-your-claude-code-agents-are-allowed-to-do--0iyu5wpsc","headline":"Do you know what your Claude Code agents are allowed to do?","text":"Cerbos is launching centralized authorization controls for Claude Code agents, addressing the lack of enforcement and audit trails when non-engineers use Claude Code. The solution provides policy-based allow/deny decisions on every tool call, role-based access controls (e.g., engineers get Bash access, marketing gets read-only), full audit logging, and policies-as-code with versioning. It integrates with Cerbos Hub for centralized policy authoring, testing, and automatic distribution without redeployments.","url":"https://daily.dev/posts/do-you-know-what-your-claude-code-agents-are-allowed-to-do--0iyu5wpsc","datePublished":"2026-03-26T16:16:42.879Z","dateModified":"2026-03-26T16:17:23.164Z","author":{"@type":"Person","name":"Lisa Dziuba","url":"https://daily.dev/lisadziuba","image":"https://lh3.googleusercontent.com/a/ACg8ocI-j-b7-3M0vtKqwMFdtwZ0nD-NO1kANhYsD0KIpck85hzeO7_Z=s96-c","interactionStatistic":{"@type":"InteractionCounter","interactionType":{"@type":"EndorseAction"},"userInteractionCount":250}},"image":"https://media.daily.dev/image/upload/s--JWTL0rYK--/f_auto/v1774541804/posts/0iyU5WPsC?_a=BAMAMiWQ0","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":2},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"isPartOf":{"@type":"WebPage","url":"https://daily.dev/squads/cerbos","name":"Cerbos"}}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Cerbos","item":"https://daily.dev/squads/cerbos"},{"@type":"ListItem","position":3,"name":"Do you know what your Claude Code agents are allowed to do?"}]}
```

