Comment #⁨13⁩

I would add to this that lately I've been making great use of Tana's ability to send HTTP requests from any node. I make some workflows in n8n that interpret data from Tana when I execute the command in Tana.

However, the output format of this data is very hard to work with, given it's all just... string with spacing. Having a proper output API would also enable really cool custom workflows within Tana itself, given that we could easily:

  1. Press a button in Tana that sends an HTTP request with data from Tana.
  2. Get data back a few seconds later without ever leaving Tana.