Developer Tools8 toolsPaste one API key
Sourcegraph integration for AI agents
Sourcegraph is a code intelligence platform that enables developers to search, understand, and manage code across large codebases.
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect Sourcegraph once and call the same tools from all of them.
Setup
Connect Sourcegraph through ClawLink's hosted setup.
- Auth: Paste one API key. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
- Where: the ClawLink dashboard, or ask your agent to connect it.
What your agent can do
Sourcegraph exposes 8 tools through ClawLink.
| Tool | What it does | Kind |
|---|---|---|
sourcegraph_check_site_settings_edit_permission | Check whether site settings can be edited through the API | Read |
sourcegraph_compare_commits | Compare two commits in a repository and retrieve their file diffs | Read |
sourcegraph_get_commit_details | Get detailed information about a specific commit in a repository | Read |
sourcegraph_get_current_user | Retrieve information about the currently authenticated user | Read |
sourcegraph_get_file_contents | Fetch the contents of a specified file on the default branch | Read |
sourcegraph_list_repositories | List repositories on the Sourcegraph instance | Read |
sourcegraph_list_repository_files | List all files and directories in a repository path | Read |
sourcegraph_list_repository_languages | List languages used in a repository | Read |