DeepWiki works with public GitHub repositories only. To use private repositories or Devin platform actions, connect the separate Devin AI connector.
Before You Start
You need:- The GitHub owner and repository name for each public codebase Rootly AI should investigate.
- Permission in Rootly to manage AI connectors.
Connect DeepWiki
Use these steps to enable DeepWiki for Rootly AI.1
Open AI Connectors
In Rootly, go to AI & Agents → Connectors and find the DeepWiki card.
2
Connect DeepWiki
Click Connect. There are no credentials or authorization screens to complete.
3
Confirm the Connection
Rootly checks DeepWiki’s hosted MCP endpoint and reviewed tool catalog. The card shows Connected after validation succeeds.
What Rootly AI Can Read
Rootly exposes all three tools in DeepWiki’s public MCP catalog:
Repository names are sent as
owner/repo, such as rails/rails. Rootly pins these three tool names, so a tool that Cognition adds later does not become available until Rootly reviews it.
Investigation Examples
Ask questions that name the repository and connect the codebase to the incident:- “In
rails/rails, where is connection-pool checkout implemented, and what can exhaust the pool?” - “Show the architecture sections for
kubernetes/kubernetesthat explain request admission.” - “How does
redis/redispersist data during a restart, and which configuration changes affect recovery time?” - “This stack trace points into an open-source dependency. Find the relevant component and explain the likely failure path.”
- “Compare the documented retry behavior with the timeout pattern in this incident. What edge cases should we test?”
Access and Data Handling
- Public repositories only: DeepWiki cannot read private GitHub repositories through this connector.
- No stored credential: The connection does not use an API key, OAuth grant, or other customer secret.
- Reviewed tool set: Rootly exposes only the three public repository tools listed above.
- On-demand queries: Rootly AI queries DeepWiki when an investigation or direct question needs repository context.
- Data sent to Cognition: Repository identifiers and free-text questions are processed by Cognition through DeepWiki.
- Redacted session history: Raw tool results and the response derived from them are available during the active investigation but are replaced with omission markers in durable AI session history.
- Quality traces: Connector results can appear in retained large language model (LLM) traces used for quality monitoring. See Data Privacy for Rootly AI for the retention boundary.
Managing the Connection
Open the DeepWiki card to disconnect it. Disconnecting prevents future DeepWiki queries and requires no credential revocation in Cognition. To reconnect, click Connect again. Rootly validates DeepWiki’s hosted endpoint and reviewed tools again before marking the connector as connected.Troubleshooting
DeepWiki cannot find the repository
DeepWiki cannot find the repository
Confirm the repository is public on GitHub and enter its full
owner/repo name. Forks and similarly named repositories can produce different documentation, so include the exact owner.An answer is too broad or misses the incident context
An answer is too broad or misses the incident context
Name the repository, component, observed symptom, and relevant error or operation in the question. Ask Rootly AI to inspect the wiki structure first when you do not know how DeepWiki organizes the repository.
DeepWiki queries time out
DeepWiki queries time out
Narrow the question to one repository and component, then retry. Broad architecture questions can take longer because DeepWiki generates an answer from multiple parts of the codebase.
Frequently Asked Questions
Can DeepWiki read a private GitHub repository?
Can DeepWiki read a private GitHub repository?
No. DeepWiki’s public MCP endpoint works only with public GitHub repositories. Use the separate Devin connector for repositories available to your Devin organization.
Do I need a Devin account or API key?
Do I need a Devin account or API key?
No. DeepWiki is a no-authentication connector. Click Connect in Rootly without creating or storing a Cognition credential.
Can DeepWiki change a repository?
Can DeepWiki change a repository?
No. The reviewed tools read generated documentation and answer questions. They cannot create branches, change files, open pull requests, or launch a Devin session.
Why are DeepWiki and Devin separate connectors?
Why are DeepWiki and Devin separate connectors?
DeepWiki provides no-authentication access to public repository knowledge. Devin uses your organization’s service-user credential and can access repositories and platform actions allowed by that account. Keeping them separate lets your team choose the appropriate access boundary.
Related Pages
Devin
Add authenticated repository knowledge and authorized Devin platform actions.
Connectors
Browse all Rootly AI connectors and how investigations use them.
DeepWiki MCP
Review Cognition’s DeepWiki MCP tools and client configuration.