Add a GitHub repository to Entelligence for code analysis and AI-powered insights. The repository will be analyzed asynchronously. After adding, you can use the 'interact_with_the_repository_agent' action to ask questions about the codebase. Returns a repo_uuid that can be used…
UrlRequiredstringThe full GitHub repository URL (e.g., 'https://github.com/owner/repo'). Must be a valid, accessible GitHub repository URL.
NameRequiredstringA display name for the repository (e.g., 'my-react-app'). This can be different from the actual repository name.
BranchstringThe branch to analyze (e.g., 'main', 'master', 'develop'). If not specified, the default branch will be used.
IsPublicRequiredbooleanSet to true for public repositories, false for private repositories. For private repos, you must also provide an AccessToken.
UserUUIDstringUUID of the user adding the repository. If not provided, the system will generate one.
IngestPrsbooleanSet to true to ingest and analyze pull requests from the repository. Defaults to false.
IngestDocsbooleanSet to true to ingest and analyze documentation files from the repository. Defaults to false.
AccessTokenstringGitHub personal access token for private repositories. Required when IsPublic is false.
VectorDBURLstringURL of an existing vector database to use for this repository. If not provided, a new vector DB will be created.
IngestIssuesbooleanSet to true to ingest and analyze issues from the repository. Defaults to false.
IsMergedRepobooleanSet to true if this repository is a merged/combined repository from multiple sources. Defaults to false.
DocumentationUrlstringURL to external documentation for this repository (e.g., 'https://docs.example.com'). Useful for linking to official docs.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
Aident-managed access. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.