DeepSource
DeepSource is a code-quality and security platform that performs static analysis, SCA, secrets detection, AI code review, and Autofix across repositories. Its developer platform is a GraphQL API at https://api.deepsource.com/graphql/ exposing repositories, analysis runs, issues, checks, analyzers, and quality-gate management, authenticated with a Personal Access Token Bearer credential.
APIs
DeepSource Repositories API
GraphQL queries and mutations over the `repository` and `account` root fields - fetch repository metadata, DSN, default branch, activation state, enabled analyzers, and activate...
DeepSource Issues API
GraphQL access to detected issues, issue occurrences, dependency vulnerability (SCA) occurrences, ignore rules, and team-level issue suppression across a repository's analysis r...
DeepSource Runs and Checks API
GraphQL queries over the `run` root field and a repository's `analysisRuns` - fetch analysis runs by UID or commit SHA, their per-analyzer checks, status, and introduced/resolve...
DeepSource Analyzers API
GraphQL queries over the `analyzer`/`analyzers` and `codeFormatter`/`codeFormatters` root fields - list available analyzers and code formatters, their metadata, shortcodes, and ...
Collections
GraphQL
DeepSource GraphQL API
The [DeepSource](https://deepsource.com) developer platform is a single **GraphQL API**
GRAPHQL