﻿---
title: API docs workflows by product
description: Find the correct OpenAPI source repository, spec file, and live documentation link for each Elastic product API.
url: https://www.elastic.co/elastic/docs-builder/docs/3028/contribute-docs/api-docs/workflows
applies_to:
  - Elastic Cloud Serverless: Generally available
  - Elastic Stack: Generally available
---

# API docs workflows by product
Each product team has a specific process for producing OpenAPI documents.
This page provides a quick reference to help you navigate to the right resources.

| Product                  | Source files                                                                                                                                                   | Live docs                                                                                |
|--------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------|
| Elasticsearch            | [elasticsearch-openapi.json](https://github.com/elastic/elasticsearch-specification/blob/main/output/openapi/elasticsearch-openapi.json)                       | [elasticsearch](https://www.elastic.co/docs/api/doc/elasticsearch)                       |
| Elasticsearch Serverless | [elasticsearch-serverless-openapi.json](https://github.com/elastic/elasticsearch-specification/blob/main/output/openapi/elasticsearch-serverless-openapi.json) | [elasticsearch-serverless](https://www.elastic.co/docs/api/doc/elasticsearch-serverless) |
| Kibana                   | [kibana.yaml](https://github.com/elastic/kibana/blob/main/oas_docs/output/kibana.yaml)                                                                         | [kibana](https://www.elastic.co/docs/api/doc/kibana)                                     |
| Kibana Serverless        | [kibana.serverless.yaml](https://github.com/elastic/kibana/blob/main/oas_docs/output/kibana.serverless.yaml)                                                   | [serverless](https://www.elastic.co/docs/api/doc/serverless)                             |
| Logstash                 | [logstash-api.yaml](https://github.com/elastic/logstash/blob/main/docs/static/spec/openapi/logstash-api.yaml)                                                  | [logstash](https://www.elastic.co/docs/api/doc/logstash)                                 |