Integrations

Add Inkeep Search to your Zudoku docs

Copy page

Overview

Zudoku is an open-source, OpenAPI powered, highly customizable API documentation framework for building quality developer experiences.

Get an API key

Follow these steps to create an API key for your web assistant.

Configure Inkeep

To add Inkeep's search bar, you can configure the search option in Zudoku Configuration:

{
  // ...
  search: {
    type: "inkeep",
    apiKey: "<your-api-key>",
    primaryBrandColor: "#26D6FF",
    organizationDisplayName: "Your Organization Name",
  }
  // ...
}

On this page