Creating Tana Nodes with the Undocumented Tana API
Tana presently offers no public API or webhooks. That will change, but until then, there is a rudimentary API that is both undocumented, but possibly useful for now. If you care only about creating nodes from a script (such as Google Apps Script), this might help.
Apparently there is only a single method supported (addToNode) which is expressed in the endpoint URL:
Likewise, there is apparently a single parameter for this method; note. The note parameter may only include plain text, so it rules out any possibility of Markdown to shape these new nodes as they are created. I tested many note variants without success.
Tana API Token
Tokens are made available relative to each node in your workspace. Position your cursor on the node where you want to generate new nodes and use Cmd/Ctrl-K to get the token for the target node.
Using the command, Get API Token, it will return a token that looks like this and it’s automatically copied into your copy buffer.