Developers
Permissions where actions happen.
A conceptual model for carrying action context into a clear policy decision and enforcing it through a trusted path.
01
Request context
Identity, action, resource, and environment describe one intended operation.
02
Policy decision
Matching rules return Allow, Require approval, or Deny with a reason.
03
Trusted enforcement
A controlled integration permits, holds, or blocks the operation.
Illustrative payload · not a published API
{
"identity": "release-agent",
"action": "deploy",
"resource": "api-service",
"environment": "production"
}
→ REQUIRE_APPROVAL
reason: "Production release owner required"Package names, endpoints, request schemas, and latency claims will be published only after implementation and verification.
