Creates a new client key (DSN) for an existing Sentry project, with optional custom rate limit configuration.
namestringAn optional descriptive name for the client key. If not provided, Sentry will generate a default name.
rateLimit__countintegerThe maximum number of events that can be accepted for this key within the specified `rateLimit_window`. If omitted, no custom rate limit will be applied to this key.
rateLimit__windowintegerThe time window in seconds for the `rateLimit_count`. For example, if `rateLimit_count` is 1000 and `rateLimit_window` is 3600, the key will accept up to 1000 events per hour. If omitted, no custom rate limit will be applied to this key.
project_id_or_slugRequiredstringThe unique identifier (ID) or human-readable slug for the Sentry project for which the client key will be created.
organization_id_or_slugRequiredstringThe unique identifier (ID) or human-readable slug for the Sentry organization to which the project belongs.
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.