Openapi Plugin Manifest

OpenAI uses a plugin manifest that references an OpenAPI to allow for extending ChatGPT, and introduce more AI capabilities. Providing a ready to go OpenAI Plugin Manifest for API consumers to use when extending ChatGPT will become a new type of application or integration to consider.

Also known as: ai-plugin.json, ChatGPT Plugin Manifest, OpenAI Plugin

Standards

Well-Known Paths

Media Types

OpenAPI Expression

Governance Rules

Risk & Compliance

OWASP:

Compliance:

Security: AI plugins / tools turn an LLM into a confused-deputy client. Scope OAuth tightly, never include destructive operations without explicit user confirmation, treat all model-supplied parameters as untrusted, log every tool call, and assume tool responses may carry prompt-injection payloads. The original ai-plugin.json pattern has been largely superseded — new integrations should target GPT Actions (OpenAI) or MCP (Anthropic and a growing set of clients) rather than the legacy manifest.

Tools

Suggested Metrics

Example Implementations

Related Properties

Tags


All Community Properties