You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+29-28Lines changed: 29 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,24 +1,24 @@
1
1
# AgentID
2
2
3
-
**AgentID** is a lightweight open-source toolkit for declaring, validating, reviewing, and auditing AI agent authority.
3
+
**AgentID** is an open-source authorization layer for AI agent tool calls.
4
4
5
-
The primary use case is an enterprise-owned authorization boundary for agent
6
-
tool calls across internal systems, SaaS APIs, MCP servers, cloud control
7
-
planes, databases, and provider-hosted tools.
5
+
It helps teams declare, validate, and enforce what agents are allowed to do
6
+
across SaaS apps, internal systems, cloud control planes, databases,
7
+
provider-hosted tools, and MCP gateways.
8
8
9
9

10
10
11
11
The core idea is simple:
12
12
13
13
> Every production agent should have an authority contract that says who it is, who owns it, what it can request, when authority should be issued just in time, where data can flow, when it needs approval, and how it can be stopped.
14
14
15
-
AgentID does **not** replace IAM, OAuth, MCP gateways, OPA, Cedar, or enterprise security tools. It sits one layer above them as a portable declaration format for agent identity, delegation, tool access, intent confirmation, just-in-time authorization, data-flow boundaries, approval rules, runtime enforcement expectations, audit behavior, and kill-switch behavior.
15
+
AgentID does **not** replace IAM, OAuth, MCP gateways, OPA, Cedar, or enterprise security tools. It sits one layer above them as a portable authorization contract for agent identity, delegation, tool access, intent confirmation, just-in-time authorization, data-flow boundaries, approval rules, runtime enforcement expectations, audit behavior, and kill-switch behavior.
16
16
17
17
For gateway deployments, AgentID is meant to run at an enterprise-controlled
0 commit comments