Skip to main content
cubic’s AI wiki automatically indexes your codebase and produces searchable wikis, complete with links to source code, architecture diagrams, and more. Use it to get up to speed with unfamiliar codebases or to answer questions about your codebase. It’s especially valuable for onboarding new team members, enabling customer success teams to quickly understand product architecture, and helping anyone navigate complex codebases without deep tribal knowledge. Wiki documentation viewer showing agent lifecycle and data flow

Getting started

1

Navigate to Wiki

Go to cubic.dev/wiki or click Wiki in the main navigation.
2

Generate documentation

Select a repository and click Generate. cubic analyzes your codebase and creates documentation in about 3 minutes.
3

Search and explore

Browse the documentation or ask questions in natural language to get instant answers.

Auto-refresh

Keep your wiki documentation automatically up to date without manual intervention. When enabled, cubic periodically regenerates your wiki to reflect the latest code changes. Auto-refresh is available on paid plans. You can still manually refresh any wiki at any time using the refresh button in the sidebar.
Weekly refresh works well for actively developed repositories. Monthly refresh is ideal for stable codebases with less frequent changes.

Wiki MCP

Your wiki is available through cubic’s MCP server. Connect Claude Code, Cursor, Windsurf, or any MCP-compatible tool and your AI assistant can query your wiki directly while you code. This is especially useful when working across multiple repositories. Your AI agent can pull documentation from any repo’s wiki without you leaving your editor.
Combine MCP access with auto-refresh to give your AI tools always-current documentation.

Asking questions

Ask questions about your codebase in plain English and get comprehensive answers with code references. You can even request visual diagrams to better understand complex architectures and flows.

Chat best practices

  • Be specific - “How does the OAuth2 refresh token work?”
  • Include context - “In the checkout flow, how are payments processed?”
  • Request visual outputs - “Show me a diagram of the authentication flow”
  • Ask for examples - “Show me examples of error handling”

Sharing answers

Every search generates a shareable URL. Share the link with teammates. Anyone in your GitHub organization with repository access can view it.

Frequently asked questions

When enabled, cubic automatically regenerates your wiki on your chosen schedule (weekly or monthly). This runs in the background, so your documentation stays current without any manual effort. Auto-refresh requires an active paid subscription.
Yes, every search generates a shareable URL for your team members with repository access.
Yes, Wiki works with both public and private repositories. Access follows GitHub permissions.
Wiki is especially valuable for new team members getting up to speed, customer success teams understanding product architecture, and anyone who needs to navigate unfamiliar codebases quickly. It eliminates the need to hunt through code or rely on tribal knowledge.