Activate Akismet on installation with akismet key

The link Bainternet provides looks quite promising. Now you only need to automatticaly add the API key. Akismet has a constant for this called *WPCOM_API_KEY* (source code).

So you could add something like this to your wp-config.php file and Akismet would use it as API key.

define( 'WPCOM_API_KEY', 'abcd1234efgh' );