Codacy

Integrate Codacy with your AI workspace

Codacy is an automated code review tool that helps developers monitor code quality, track technical debt, and enforce coding standards across multiple programming languages.

Explore Triggers and Actions

Create API Token

Creates a new account API token for the authenticated user. The token inherits all permissions from the account owner and provides access to the same organizations and repositories. Note: The token is created with default settings. To configure expiration dates or other settings, use the Codacy web interface. The newly created token can be used to authenticate API requests by including it in the 'api-token' header.

ActionTry it

Delete API Token

Tool to delete a specific API token from the authenticated user's account. Use after confirming the token ID.

ActionTry it

Get Account Details

Tool to retrieve details of the authenticated user's account. Use when confirming authentication before user-level operations.

ActionTry it

Get Configuration Status

Tool to retrieve the current configuration status of the Codacy system. Use when checking system setup completion or first-time configuration status.

ActionTry it

Get Health

Tool to check the health status of the Codacy API. Use when verifying API connectivity and service availability.

ActionTry it

Get Organizations Repositories Settings Languages

Tool to get the list of all languages with their extensions and enabled status for a repository. Use when you need to understand which programming languages are detected and enabled for analysis in a specific Codacy repository.

ActionTry it

Get Tool Pattern

Tool to retrieve the definition of a specific pattern for a given tool. Use when you need to get detailed information about a specific code pattern including its description, examples, parameters, and configuration.

ActionTry it

Get User Organizations

Retrieves all organizations the authenticated user belongs to for a specific Git provider. Returns organization details including name, provider, avatar, access permissions (DAST, SCA), and join status. Use this to discover which organizations a user can access on Codacy for a given Git provider (GitHub, GitLab, or Bitbucket). Requires the user to have connected the specified provider to their Codacy account.

ActionTry it

Get Version

Tool to retrieve the version of the Codacy installation. Use when checking the Codacy API version for compatibility or debugging purposes.

ActionTry it

List Analysis Organizations Repositories

Tool to list organization repositories with analysis information for the authenticated user. Use when you need to retrieve repositories from a specific organization with their analysis status. For Bitbucket, ensure you URL encode the cursor before using it in subsequent API calls.

ActionTry it

List Duplication Tools

Tool to retrieve the list of duplication detection tools available in Codacy. Use when you need to identify which tools can analyze code duplication for different programming languages.

ActionTry it

List Languages and Tools

Tool to retrieve the list of languages supported by available tools. Use when you need to determine which programming languages are supported by Codacy's analysis tools.

ActionTry it

List Login Integrations

Tool to list configured login providers on Codacy's platform. Use when you need to discover available authentication methods for Codacy login.

ActionTry it

List Metrics Tools

Tool to retrieve the list of metrics tools available in Codacy. Use when you need to discover which tools calculate metrics on projects and which languages they support.

ActionTry it

List Projects

Tool to list all projects accessible to the authenticated user. Use when you need a list of repositories after confirming API token validity.

ActionTry it

List Provider Integrations

Tool to list provider integrations existing on Codacy's platform. Use when you need to discover available Git providers that can be integrated with Codacy for authentication and repository management.

ActionTry it

List Tools

Tool to retrieve the list of analysis tools available in Codacy. Use when you need to identify which code analysis tools are available and which programming languages they support.

ActionTry it

List Tools Patterns

Tool to retrieve the list of patterns for a specific tool. Returns code patterns that the tool can use to find issues, with pagination support.

ActionTry it
Codacy integration | Dench