Skip to main content
All integrations are open source in the Tracecat GitHub repository.
  • View YAML action templates here.
  • View Python integrations here.
Interested in contributing to the official Tracecat Registry? Check out the contributing guide on GitHub for more information.All accepted contributions are then maintained by the Tracecat team!

Before you begin

Check out the custom integrations tutorial to learn how to configure and sync custom integrations from a private Git repository into Tracecat.

What is Tracecat Registry?

Tracecat Registry is a collection of community-driven integrations and response actions in both YAML and Python. The majority of integrations are written in YAML as Action Templates, which are reusable building blocks for response automation. Tracecat also provides built-in OAuth integrations for secure connections to third-party services with automatic credential management and token refresh. All integrations can be found under the tools namespace with the following naming convention in lower snake case:
tools.<integration_name>.<action_name>
For example, the Crowdstrike list alerts action is called tools.crowdstrike.list_alerts and the Slack post notification action is called tools.slack.post_notification.

Learn more

I