Overview

You can now integrate Speakeasy-generated code snippets from your SDKs directly into your Mintlify API reference documentation. SDK usage snippets are shown in the interactive playground (opens in a new tab) of your Mintlify-powered documentation.

Using the setup wizard

  1. In the Speakeasy dashboard, go to the Docs tab and select the “Mintlify” card.
  1. Update your mint.json file to include the following:
{
...
"openapi": "https://spec.speakeasy.com/<org>/<workspace>/<source-name>",
...
}

For more information on using mint.json to manage your global configuration, please see Mintlify’s documentation (opens in a new tab).