Yeah, I can confirm it's not blynk! :-D
btw, the 1.0.6 fw is not in relation to the version of firmware running on the Oak (user rom or config rom), but the version of the firmware that your code (user rom) with be compiled against. So as long as you're Oak is online and receptive of OTA programming, it should work.
I suspect all the libraries included with the Oak are there behind the scenes, so those ones won't be an issue. Third party libraries may be an issue... you can add extra tabs and import the files that way, which would work, but be annoying. Hopefully the 'Community libraries' will work with the Oak, my concern there being they may have been tailored for the Photon/Electron, and thus be not compatible with the Oak. If there is some way of getting integration with Arduino Create, that would be a better option, as they let you import zip libraries, and have a view so you can see the custom libraries you've loaded.
However, only time and
breaking testing will tell!

In lieu of official docs... maybe the attachment will wet your appetite and show the layout of things a bit?
The important thing to do at this time is to go into Devices, choose your victim (it has a star next to it's name), and then click the ">" beside it, and make sure it will compile using 1.0.6 (otherwise you WILL need a USB to serial adapter to unbrick your Oak about 30 seconds after pressing the "Flash (Upload)" button). Then write code to your hearts content, make sure it compiles (Verify) and then send it to your Oak when ready (Flash).
Now, if Particle's DNS wasn't down at the moment!!!