# Getting started

Copy as Markdown[View as Markdown](/docs/plugins/openapi/intro.md)

***

**Added in** `eventcatalog@2.6.0`

**License:** `Dual-license`

[YouTube video player](https://www.youtube.com/embed/E6cXxQXH49k?si=1IfHfIvrOLxIy3DF)

***

The [OpenAPI specification](https://swagger.io/specification/) is a widely-adopted standard for defining and describing RESTful APIs in a structured, machine-readable format. It provides a way to document APIs, including the endpoints, parameters, request and response formats, authentication methods, and more, making it easier for both humans and machines to understand and interact with the API.

Using the EventCatalog OpenAPI generator you can automate and generate your EventCatalog.

Try it now

Want to see what your OpenAPI file looks like in EventCatalog? [Try the playground](https://try.eventcatalog.dev) — drop your file and see the result in seconds.

### Core Features[​](#core-features "Direct link to Core Features")

The EventCatalog OpenAPI plugin can provide you with many features:

* ⭐️ Generate domains, services and messages into your catalog from your OpenAPI specification files
* ⭐️ [Assign owners (your teams) to your services and messages all generated by your OpenAPI files](/docs/plugins/openapi/features.md#assign-owners-to-your-domains-services-and-messages)
* ⭐️ [Automate your EventCatalog and fetch OpenAPI files by URL](/docs/plugins/openapi/features.md#fetch-openapi-files-by-url)
* ⭐️ [Map commands, queries and events from your OpenAPI file using custom extensions](/docs/plugins/openapi/features.md#mapping-messages-as-commands-queries-or-events)
* ⭐️ [Add semantic meaning to your OpenAPI files, persist this meaning between versions](/docs/plugins/openapi/features.md#persist-markdown)
* ⭐️ [Automatically version your changes in EventCatalog in sync with your OpenAPI versions](#automatic-versioning)
* ⭐️ [Render and display your OpenAPI specification in EventCatalog](/docs/plugins/openapi/intro.md)
* ⭐️ Display your endpoints and parameters in the catalog
* ⭐️ Ability to download your schemas and OpenAPI files (also versioned)
* ⭐️ Ability to draft services and endpoints in EventCatalog from your OpenAPI files
* ⭐️ and more....

### How it works[​](#how-it-works "Direct link to How it works")

![Example](/assets/images/openapi-0844ea76bef695fcf87f45a94ea927bd.png)

EventCatalog supports [generators](/docs/plugins/generators.md). These are scripts or plugins that can be run to integrate with any external API, system or specification files. EventCatalog also provides an [SDK](/docs/sdk.md) to give developers easier access to their catalogs through custom scripts or generators.

The EventCatalog OpenAPI plugin let's you define 1 or many OpenAPI files. When running the generate command the scripts populate your EventCatalog. You can choose how your OpenAPI services are added to EventCatalog and which domain they belong to.

## Commercial and License[​](#commercial-and-license "Direct link to Commercial and License")

This plugin requires a license key to be used.

You can get a 14 day trial license key to try the plugin out by going to [EventCatalog Cloud](https://eventcatalog.cloud).

After the trial you can purchase a license to continue using this plugin, we have different plans to suit your organization.

See [pricing](/pricing.md) for more information.

*Have any questions? You can email us at `hello@eventcatalog.dev`.*

## License FAQ[​](#license-faq "Direct link to License FAQ")

### What is the license key for?[​](#what-is-the-license-key-for "Direct link to What is the license key for?")

The license key is required to use the OpenAPI plugin with EventCatalog. It helps support ongoing development and maintenance of the plugin and project.

### How do I get a license key?[​](#how-do-i-get-a-license-key "Direct link to How do I get a license key?")

You can obtain a license key by visiting [EventCatalog Cloud](https://eventcatalog.cloud). New users can start with a 14-day free trial.

### Terms[​](#terms "Direct link to Terms")

* **Trial Period**: 14 days free trial no credit card required
* **Support**: Discord community support (extra for priority support)

After your trial period ends, you can purchase a full license through [EventCatalog Cloud](https://eventcatalog.cloud) to continue using the plugin.
