Skip to main content

Format Capabilities API

The format capabilities API provides information about what features each AI editor format supports. Use this to determine compatibility when converting packages between formats.

Get All Format Capabilities

Returns the complete format capabilities matrix. Example Response:

Get Specific Format Capabilities

Returns capabilities for a single format. Path Parameters: Example Request:
Example Response:
404 Response (format not found):

Capability Fields

Progressive Disclosure

When a target format doesn’t support a specific feature (e.g., skills), PRPM uses progressive disclosure to convert to the best available alternative:
  1. Native format - Use if supported
  2. Format-specific markdown - e.g., CLAUDE.md, GEMINI.md
  3. Universal fallback - AGENTS.md for maximum compatibility
Use the capabilities API to determine the best conversion strategy for your packages.

Example: Check Agents.md Support

Available Formats