Files
templates/blueprints/systemprompt/meta.json
Edward Burton 34f3577b81 feat(templates): add systemprompt (#1032)
* feat(templates): add systemprompt

* fix header comment: accurate in both repos
2026-07-19 19:09:19 -06:00

17 lines
541 B
JSON

{
"id": "systemprompt",
"name": "systemprompt",
"version": "0.21.0",
"description": "Self-owned AI control plane: governance gateway for Claude, OpenAI, and Gemini with policy checks, audit trails, rate limits, and MCP orchestration. Requires at least one AI provider API key.",
"logo": "logo.svg",
"links": {
"github": "https://github.com/systempromptio/systemprompt-template",
"website": "https://systemprompt.io",
"docs": "https://systemprompt.io/documentation/"
},
"tags": [
"ai",
"self-hosted"
]
}