常田です

OpenWhiskが正式にリリースされたこと(多分他のこと)もありAPIキーがリセットされます。
既に利用されているユーザの方は

にアクセスして

openwhisk_-_cli

を実行してください。

$  wsk property set --apihost openwhisk.ng.bluemix.net --auth 367d53c0-144...
ok: whisk auth set to 367d53c0-1448-4c09-a...
ok: whisk API host set to openwhisk.ng.bluemix.net

$  wsk property unset --namespace                                                                                              
ok: whisk namespace unset; the default value of _ will be used.

$  wsk property get                                                                                                            whisk auth       367d53c0-14...
whisk API host      openwhisk.ng.bluemix.net
whisk API version   v1
whisk namespace     _
whisk CLI version   2016-12-09T12:48:26+00:00
whisk API build     2016-12-13T10:49:44Z
whisk API build number  whisk-build-2366

$  wsk action invoke /whisk.system/utils/echo -p message hello --blocking --result                                             {
    "message": "hello"
}

以上で新しいキーになりました。