Can I add a Shard key after I created a table

Can I add a Shard key after I created a table?

Unfortunately you cannot add or modify a shard key on an existing table. Instead, you will have to recreate the table - you can e.g. create the new table, use insert-select to copy the data, and ALTER TABLE RENAME to swap the table name.