Skip to main content

Tutorials

The module pages explain what each part of the platform is. These tutorials show you how to use it — end to end, in the order you'd actually do it, with every call given for the CLI, the TypeScript SDK and curl.

Every step is a real API call against the single public contract — there is nothing here that only the console can do.

Before you start

You need two things for any tutorial on this page:

  1. A credential. A nat_sk_… API key, or a session JWT from Auth.

  2. A shell that knows about it. Every example below reads NATURALI_TOKEN:

    export NATURALI_TOKEN=nat_sk_...

Pick your client once and the tabs throughout the tutorials stay on it.

Each tutorial is atomic: it delivers one complete, working value on its own, and anything it needs from earlier is a linked prerequisite rather than a repeated walkthrough.

Available tutorials

They are listed in the order a newcomer should read them — each one's Prerequisites section names what it expects you to arrive with, and links to the tutorial that produces it.