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
Prerequisites
To integrate Bump.sh with Speakeasy, you’ll need the following:
Get the API’s combined spec public URL from the registry
Navigate to the Speakeasy Dashboard and open the API Registry tab. Open the *-with-code-samples entry for the API.
app.speakeasy.com
NOTE: If the entry is not labeled Combined Spec, ensure that the API
has an automatic code sample
URL configured.
From the registry entry’s page, copy the provided public URL.
app.speakeasy.com
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
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:
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
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 .