Creates a new Sentry project for an existing organization and team, allowing configuration of its name, slug, platform, and default alert rules.
nameRequiredstringDisplay name for the new Sentry project.
slugstringOptional unique identifier for the project (e.g., for URLs), auto-generated from the name if omitted. Pattern: `^[a-z][a-z0-9_\-]*$`.
platformstringPrimary platform or language (e.g., python, javascript, java) for SDK setup instructions and issue processing.
default_rulesbooleanSpecifies whether to create default alert rules. If true (API default when parameter is omitted), an alert is triggered for every new issue. If false, no default alerts are created.
team_id_or_slugRequiredstringID or slug of the Sentry team to associate with the project.
organization_id_or_slugRequiredstringID or slug of the Sentry organization where the project will be created.
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
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.