Beautiful day for flying. Olympics in the background, Delta jet in the foreground. #nt

A postman collection would be fantastic
//

I would disagree with that. I like docs AND examples :)
//

your API docs suggest Now might be valid. ?

//

what about "Now" resulting in a blog post that shows up publicly 8 hours later? I am in GMT-8, maybe that's it?

//

I fixed my workflows so I'm using a static auth token now. 30 days is fine provided it's an inactivity timer and not "auth every 30 days" timer.

//

Creating a new workflow that doesn't auth every time it runs, but uses a static token. Let's see if this works. #nt

I would think you'd want to expire the tokens just to keep your database small. I see that as a potential denial of service angle if some a-hole wanted to cause 10C trouble.
//

You should really fix that. Might even make it an option to specify a time limit. In my case (for use in Workflow), I'd make it a minute.

Who knows how many I've created testing Workflow since it probably creates a new token each time I run my workflow. It only uses that token one time.
//