Sourcebot

Sourcebot is a self-hosted code understanding platform built by Taqla Inc. that helps developers and AI agents search, navigate, and understand large enterprise codebases. It indexes every repository across GitHub, GitLab, Bitbucket, Azure DevOps, Gerrit, and Gitea and runs entirely inside your own infrastructure, so source code never leaves your deployment. Alongside a fast regex- and symbol-aware code search UI with file explorer and git history/blame, Sourcebot ships "Ask Sourcebot" natural-language codebase Q&A and an agent code context layer (an MCP server) that gives coding agents like Cursor and Claude Code grounded context across every repo. Its public REST API exposes search, symbol navigation, repository listing, git history/blame/diff, and enterprise user/audit endpoints, secured with API keys (and EE OAuth for agent clients). Free self-hosted Basic tier, paid Pro tier for AI and enterprise security.

Sourcebot publishes 5 APIs on the APIs.io network, including Enterprise (EE) API, Git API, Repositories API, and 2 more. Tagged areas include Company, Code Search, Code Intelligence, Developer Tools, and Source Code.

Sourcebot’s developer surface includes documentation, API reference, getting-started guide, quickstart, engineering blog, pricing, signup flow, and 21 more developer resources.

51.5/100 developing ▬ flat Agent 52/100 agent ready Full breakdown ↓
scored 2026-07-27 · rubric v0.5
AccessSelf serve
5 APIs 1 MCP Servers
CompanyCode SearchCode IntelligenceDeveloper ToolsSource CodeGitMCPAI Coding AgentsEnterprise SearchSelf-Hosted

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-07-27 · rubric v0.5
Composite quality — 51.5/100 · developing
Contract Quality 12.8 / 25
Developer Ergonomics 13.9 / 20
Commercial Clarity 8.9 / 20
Operational Transparency 5.8 / 13
Governance 0.0 / 12
Discoverability 10.0 / 10
Agent readiness — 52/100 · agent ready
Machine-Readable Contract 18 / 18
Agentic Access Contract 15 / 15
MCP Server 12 / 12
Machine-Readable Auth 0 / 10
Idempotency 0 / 9
Stable Error Semantics 0 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 0 / 7
Typed Event Surface 0 / 6
Agent Skills 5 / 5
Well-Known Catalog 4 / 4
Consent & Bot Identity 0 / 3
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/sourcebot: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 5

Individual APIs this provider publishes, each with its own machine-readable definition.

Sourcebot Enterprise (EE) API

Enterprise endpoints for user management and audit logging.

Sourcebot Git API

Git history, diff, and file content endpoints.

Sourcebot Repositories API

Repository listing and metadata endpoints.

Sourcebot Search & Navigation API

Code search and symbol navigation endpoints.

Sourcebot System API

System health and version endpoints.

MCP Servers 1

Model Context Protocol servers that expose these APIs to AI agents.

sourcebot-mcp.yml

MCP SERVER

Security Posture 2

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Sourcebot Authentication

http/apiKey/oauth2 · 3 schemes

SECURITY

Sourcebot Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Agentic Access 1

Recommended x-agentic-access execution contracts for AI agents.

Sourcebot Agentic Access

17 operations · 5 acting

17 operations · 5 acting

AGENTIC

Resources

Get Started 5

Portal, sign-up, and the first successful call

Documentation 2

Reference material describing how the API behaves

Agent Surfaces 5

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 2

Pagination, idempotency, versioning, errors, and events

Build 3

SDKs, sample code, and the tooling you integrate with

Access & Security 1

Authentication, authorization, and security posture

Operate 5

Status, limits, changes, and where to get help

Commercial 3

Pricing, plans, and the legal terms of use

Company 2

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: sourcebot
name: Sourcebot
description: Sourcebot is a self-hosted code understanding platform built by Taqla Inc. that helps developers and AI agents
  search, navigate, and understand large enterprise codebases. It indexes every repository across GitHub, GitLab, Bitbucket,
  Azure DevOps, Gerrit, and Gitea and runs entirely inside your own infrastructure, so source code never leaves your deployment.
  Alongside a fast regex- and symbol-aware code search UI with file explorer and git history/blame, Sourcebot ships "Ask Sourcebot"
  natural-language codebase Q&A and an agent code context layer (an MCP server) that gives coding agents like Cursor and Claude
  Code grounded context across every repo. Its public REST API exposes search, symbol navigation, repository listing, git
  history/blame/diff, and enterprise user/audit endpoints, secured with API keys (and EE OAuth for agent clients). Free self-hosted
  Basic tier, paid Pro tier for AI and enterprise security.
url: https://raw.githubusercontent.com/api-evangelist/sourcebot/refs/heads/main/apis.yml
accessModel:
  pricing: unknown
  onboarding: self-serve
  trial: false
  try_now: false
  public: false
  label: Self-serve signup
  confidence: medium
  source:
  - authentication
  generated: '2026-07-22'
  method: derived
image: https://github.com/sourcebot-dev.png
x-type: company
x-source: vc-portfolio
x-backed-by:
- y-combinator
x-tier: active
x-tier-reason: enriched-from-public-api
x-company: Taqla Inc.
specificationVersion: '0.20'
created: '2026-07-17'
modified: '2026-07-21'
tags:
- Company
- Code Search
- Code Intelligence
- Developer Tools
- Source Code
- Git
- MCP
- AI Coding Agents
- Enterprise Search
- Self-Hosted
apis:
- aid: sourcebot:sourcebot-enterprise-ee-api
  name: Sourcebot Enterprise (EE) API
  description: Enterprise endpoints for user management and audit logging.
  humanURL: https://docs.sourcebot.dev/api-reference/search-&-navigation/search-code
  baseURL: https://app.sourcebot.dev
  tags:
  - Enterprise (EE)
  properties:
  - type: OpenAPI
    url: openapi/sourcebot-enterprise-ee-api-openapi.yml
  - type: Authentication
    url: authentication/sourcebot-authentication.yml
  - type: Conventions
    url: conventions/sourcebot-conventions.yml
  - type: ErrorCatalog
    url: errors/sourcebot-problem-types.yml
  - type: DataModel
    url: data-model/sourcebot-data-model.yml
- aid: sourcebot:sourcebot-git-api
  name: Sourcebot Git API
  description: Git history, diff, and file content endpoints.
  humanURL: https://docs.sourcebot.dev/api-reference/search-&-navigation/search-code
  baseURL: https://app.sourcebot.dev
  tags:
  - Git
  properties:
  - type: OpenAPI
    url: openapi/sourcebot-git-api-openapi.yml
  - type: Authentication
    url: authentication/sourcebot-authentication.yml
  - type: Conventions
    url: conventions/sourcebot-conventions.yml
  - type: ErrorCatalog
    url: errors/sourcebot-problem-types.yml
  - type: DataModel
    url: data-model/sourcebot-data-model.yml
- aid: sourcebot:sourcebot-repositories-api
  name: Sourcebot Repositories API
  description: Repository listing and metadata endpoints.
  humanURL: https://docs.sourcebot.dev/api-reference/search-&-navigation/search-code
  baseURL: https://app.sourcebot.dev
  tags:
  - Repositories
  properties:
  - type: OpenAPI
    url: openapi/sourcebot-repositories-api-openapi.yml
  - type: Authentication
    url: authentication/sourcebot-authentication.yml
  - type: Conventions
    url: conventions/sourcebot-conventions.yml
  - type: ErrorCatalog
    url: errors/sourcebot-problem-types.yml
  - type: DataModel
    url: data-model/sourcebot-data-model.yml
- aid: sourcebot:sourcebot-search-navigation-api
  name: Sourcebot Search & Navigation API
  description: Code search and symbol navigation endpoints.
  humanURL: https://docs.sourcebot.dev/api-reference/search-&-navigation/search-code
  baseURL: https://app.sourcebot.dev
  tags:
  - Search & Navigation
  properties:
  - type: OpenAPI
    url: openapi/sourcebot-search-navigation-api-openapi.yml
  - type: Authentication
    url: authentication/sourcebot-authentication.yml
  - type: Conventions
    url: conventions/sourcebot-conventions.yml
  - type: ErrorCatalog
    url: errors/sourcebot-problem-types.yml
  - type: DataModel
    url: data-model/sourcebot-data-model.yml
- aid: sourcebot:sourcebot-system-api
  name: Sourcebot System API
  description: System health and version endpoints.
  humanURL: https://docs.sourcebot.dev/api-reference/search-&-navigation/search-code
  baseURL: https://app.sourcebot.dev
  tags:
  - System
  properties:
  - type: OpenAPI
    url: openapi/sourcebot-system-api-openapi.yml
  - type: Authentication
    url: authentication/sourcebot-authentication.yml
  - type: Conventions
    url: conventions/sourcebot-conventions.yml
  - type: ErrorCatalog
    url: errors/sourcebot-problem-types.yml
  - type: DataModel
    url: data-model/sourcebot-data-model.yml
common:
- type: AgenticAccess
  url: agentic-access/sourcebot-agentic-access.yml
- type: DomainSecurity
  url: security/sourcebot-domain-security.yml
- type: DeveloperPortal
  url: https://docs.sourcebot.dev/
- type: Documentation
  url: https://docs.sourcebot.dev/
- type: APIReference
  url: https://docs.sourcebot.dev/api-reference/search-&-navigation/search-code
- type: GettingStarted
  url: https://docs.sourcebot.dev/docs/deployment/deploy-sourcebot
- type: Quickstart
  url: https://docs.sourcebot.dev/docs/deployment/deploy-sourcebot
- type: Website
  url: https://www.sourcebot.dev
- type: Blog
  url: https://www.sourcebot.dev/blog
- type: Pricing
  url: https://www.sourcebot.dev/pricing
- type: SignUp
  url: https://app.sourcebot.dev
- type: Support
  url: https://github.com/sourcebot-dev/sourcebot/issues
- type: GitHubOrganization
  url: https://github.com/sourcebot-dev
- type: TermsOfService
  url: https://www.sourcebot.dev/terms
- type: PrivacyPolicy
  url: https://www.sourcebot.dev/privacy
- type: StatusPage
  url: https://status.sourcebot.dev
- type: Deprecation
  url: https://docs.sourcebot.dev/docs/upgrade/v4-to-v5-guide
- type: ChangeLog
  url: https://www.sourcebot.dev/changelog
- type: ChangeLog
  name: Sourcebot Changelog (artifact)
  url: changelog/sourcebot-changelog.yml
- type: Lifecycle
  url: lifecycle/sourcebot-lifecycle.yml
- type: MCPServer
  url: mcp/sourcebot-mcp.yml
- type: AgentSkill
  url: skills/_index.yml
- type: Packages
  url: packages/sourcebot-packages.yml
- type: CLI
  url: cli/sourcebot-cli.yml
- type: Sandbox
  url: sandbox/sourcebot-sandbox.yml
- type: WellKnown
  url: well-known/sourcebot-well-known.yml
- type: Conformance
  url: conformance/sourcebot-conformance.yml
- type: LLMsTxt
  url: llms/sourcebot-llms.txt
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
x-enrichment:
  date: '2026-07-21'
  status: enriched
  artifacts_added: 22
  pass: local-v1