Redocly · Example Payload

Redocly Cli Commands Example

Common Redocly CLI command examples

Artificial IntelligenceAPI CatalogAPI DocumentationArazzoDeveloper PortalGovernanceLintingMCPMonitoringOpenAPI

Redocly Cli Commands Example is an example object payload from Redocly, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

descriptioncommands

Example Payload

Raw ↑
{
  "description": "Common Redocly CLI command examples",
  "commands": [
    {
      "command": "redocly lint openapi/petstore.yaml",
      "description": "Lint an OpenAPI file using the configured ruleset.",
      "output_sample": "No errors or warnings found.\nDone in 0.3s."
    },
    {
      "command": "redocly bundle openapi/petstore.yaml -o dist/petstore.bundled.yaml",
      "description": "Bundle a multi-file OpenAPI definition into a single file.",
      "output_sample": "bundled successfully in: dist/petstore.bundled.yaml"
    },
    {
      "command": "redocly build-docs openapi/petstore.yaml -o docs/index.html",
      "description": "Generate a standalone HTML documentation file using Redoc.",
      "output_sample": "🎉 bundled successfully in: docs/index.html (1.23 MB)"
    },
    {
      "command": "redocly split openapi/petstore.bundled.yaml -o openapi/",
      "description": "Split a bundled OpenAPI file into multiple files organized by path.",
      "output_sample": "Document successfully split."
    },
    {
      "command": "redocly login",
      "description": "Authenticate with Redocly Reunite/Realm for deployment.",
      "output_sample": "Logged in as user@example.com"
    },
    {
      "command": "redocly push openapi/petstore.yaml --organization my-org --api petstore@v1",
      "description": "Push an API definition to Redocly Reunite.",
      "output_sample": "Successfully pushed petstore@v1"
    },
    {
      "command": "redocly stats openapi/petstore.yaml",
      "description": "Display statistics about an OpenAPI definition.",
      "output_sample": {
        "paths": 12,
        "operations": 24,
        "schemas": 8,
        "parameters": 18,
        "links": 0,
        "requestBodies": 6,
        "responses": 36,
        "tags": 4
      }
    }
  ]
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/redocly-cli-commands-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.