{
   "name": "pg_policy",
   "abstract": "Agentic policy language for PostgreSQL — guardrails, guidance, and session-aware controls",
   "description": "pg_policy adds an Agent Policy Language (APL) to PostgreSQL for AI-agent guardrails, soft guidance, and temporal session limits. It complements row-level security and is designed for tool gateways and MCP brokers that authorize agent actions beside your data.",
   "version": "0.1.0",
   "date": "2026-08-11T14:02:41Z",
   "maintainer": [
      "pg_policy authors <security@example.com>"
   ],
   "release_status": "stable",
   "user": "pgpapa",
   "sha1": "1bf1b28890e0cf47c480063eef394a06c2cb5ef0",
   "license": "postgresql",
   "prereqs": {
      "runtime": {
         "requires": {
            "PostgreSQL": "14.0.0"
         }
      }
   },
   "provides": {
      "pg_policy": {
         "abstract": "Agentic policy language for PostgreSQL",
         "docfile": "doc/pg_policy.md",
         "file": "sql/pg_policy--0.1.0.sql",
         "version": "0.1.0"
      }
   },
   "tags": ["security", "policy", "rls", "authorization", "ai", "agents", "guardrails", "mcp"],
   "resources": {
      "bugtracker": {
         "web": "https://github.com/rahiakil/pg-policy/issues"
      },
      "repository": {
         "type": "git",
         "url": "git://github.com/rahiakil/pg-policy.git",
         "web": "https://github.com/rahiakil/pg-policy"
      }
   }
}
