Export Spec
export_specExport an API specification to OpenAPI YAML, JSON, or Postman Collection to share a living contract. Generate accurate, versioned formats from the single source of truth to prevent drift.
Instructions
Export an API specification as OpenAPI YAML, JSON, or Postman Collection. Requires project context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Export format: 'yaml' (default), 'json', or 'postman' | yaml |
| specId | Yes | Public ID (GUID) of the API specification to export |