Speakeasy Logo
Skip to Content

Integrate Speakeasy with Bump.sh


Bump.sh is a hosted solution for simple API documentation, API catalogs, and API explorers, which makes it a great tool to use in conjunction with Speakeasy’s Automated Code Samples feature. Embed SDKs right into the API documentation, making it easier for developers to get started with the API.

docs.myapi.com
Bump.sh docs with Speakeasy SDK code samples

Prerequisites

To integrate Bump.sh with Speakeasy, you’ll need the following:

Setting up the integration

Get the API’s combined spec public URL from the registry

Navigate to the Speakeasy Dashboard  and click on the Docs tab. Select the Integrate with a Docs Provider option.

app.speakeasy.com
Screenshot showing the Speakeasy Dashboard Docs tab with Integrate with a Docs Provider option

On the Integrate with a Docs Provider page, select the correct OpenAPI document using the Change OpenAPI Documents button. Then, copy the Spec URL.

app.speakeasy.com
Screenshot showing the Integrate with a Docs Provider page with the Spec URL to copy

Make sure the Public toggle is enabled, so Mintlify can access the OpenAPI document.

Import the combined spec URL into Bump.sh

In the Bump.sh dashboard, either create New Documentation or open existing API documentation. Click Settings and open the Automatic Deployment tab.

bump.sh/dashboard
Bump.sh automatic deployment settings

Select whether you want to deploy via GitHub Actions or CLI, and copy the appropriate example, which will include the Doc ID and the API token for you.

If you’re new to Bump.sh, start with the CLI. Open a terminal and run the following command:

npm install -g bump-cli bump deploy https://spec.speakeasy.com/walker/walker/book-club-oas-with-code-samples --token=<your-api-token> --doc=<your-doc-id>

When the import is complete, the API documentation will be rendered, and Speakeasy-generated code samples will be embedded in the relevant OpenAPI operations.

bump.sh/your-docs
Bump.sh docs with Speakeasy code samples

Next steps

For more advanced configurations than this basic setup, refer to the Bump.sh and Speakeasy integration guide , which demonstrates using GitHub Actions to automate deployments.

Bump.sh is more than just an OpenAPI renderer – it also provides API catalogs, discovery tools, and interactive playgrounds. Learn more about Bump.sh in the official documentation .

Last updated on