api-governance-openai
v1.0.0CodeRifts API governance for Codex/OpenAI — preflight contract change sets, verify signed receipts, and look up past decisions before merge or ship.
By CodeRiftsLicense: MIT0 GitHub starsUpdated 4 days ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 19, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install api-governance-openai for Codex
codex plugin marketplace add coderifts/api-governance
codex plugin marketplace upgrade coderifts
codex plugin add api-governance-openai@coderiftsPaste and run these commands in a terminal with Codex. They add and refresh the coderifts catalog, then install this plugin.
Compatibility: the page URL and API slug “api-governance-openai” remain stable.
- Codex:
api-governance-openai@agent-plugin-marketplace→api-governance-openai@coderifts
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/coderifts/api-governanceClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/api-governance-openai/.
Plugin files
├── .codex-plugin/plugin.json├── skills/api-governance/SKILL.md└── .mcp.json
Included Skills1
Call preflight_change_set before merge, deploy, publish, or tool registration when a contract artifact changed (OpenAPI/Swagger, GraphQL, gRPC/protobuf, AsyncAPI, MCP manifest, or agent tool schemas). Send the complete base-to-head change set. Branch on execution_action only. If you already hold a chain receipt and only need authenticity/lifecycle: verify_receipt. If you need a past decision by id: get_decision_details. Neither replaces preflight for a new change set. Do not call CodeRifts tools for a documentation-only change with no contract artifact content change.
MCP servers1
- url
- https://app.coderifts.com/mcp
Plugin manifests1
{
"name": "api-governance-openai",
"version": "1.0.0",
"description": "CodeRifts API governance for Codex/OpenAI — preflight contract change sets, verify signed receipts, and look up past decisions before merge or ship.",
"author": {
"name": "CodeRifts",
"email": "[email protected]",
"url": "https://coderifts.com"
},
"homepage": "https://coderifts.com",
"repository": "https://github.com/coderifts/api-governance",
"license": "MIT",
"keywords": [
"coderifts",
"api-governance",
"breaking-change",
"openapi",
"mcp",
"preflight",
"receipt",
"codex",
"openai"
],
"skills": "./skills/",
"mcpServers": "./.mcp.json",
"interface": {
"displayName": "CodeRifts API Governance",
"shortDescription": "Preflight API/tool-contract changes before merge or ship",
"longDescription": "CodeRifts API governance for agents: call preflight_change_set before merge, deploy, publish, or tool registration when a contract artifact changed; branch on execution_action only; use verify_receipt for a receipt you already hold and get_decision_details for a past decision. Hosted Streamable HTTP MCP at https://app.coderifts.com/mcp exposes exactly those three tools.",
"developerName": "CodeRifts",
"category": "Developer Tools",
"capabilities": [
"Read",
"Write"
],
"websiteURL": "https://coderifts.com",
"defaultPrompt": [
"Preflight this OpenAPI change before merge",
"Verify the CodeRifts receipt I already hold",
"Look up a past CodeRifts decision by id"
],
"brandColor": "#0B1220",
"composerIcon": "./assets/logo.png",
"logo": "./assets/logo.png",
"screenshots": []
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[api-governance-openai on Agent Plugins Marketplace](https://pluginsmp.com/plugins/api-governance-openai)