{ "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", "maintainer": ["pg_policy authors "], "license": "postgresql", "provides": { "pg_policy": { "abstract": "Agentic policy language for PostgreSQL", "file": "sql/pg_policy--0.1.0.sql", "docfile": "doc/pg_policy.md", "version": "0.1.0" } }, "resources": { "bugtracker": { "web": "https://github.com/rahiakil/pg-policy/issues" }, "repository": { "url": "git://github.com/rahiakil/pg-policy.git", "web": "https://github.com/rahiakil/pg-policy", "type": "git" } }, "prereqs": { "runtime": { "requires": { "PostgreSQL": "14.0.0" } } }, "meta-spec": { "version": "1.0.0", "url": "https://pgxn.org/meta/spec.txt" }, "tags": [ "security", "policy", "rls", "authorization", "ai", "agents", "guardrails", "mcp" ] }