Skip to main content
This guide walks you through authenticating, listing your organizations, and reading a node from the Yertle API.

1. Get an account

Sign up at yertle.com and create or join an organization. Make note of your email and password — you’ll use them to authenticate.

2. Authenticate

Yertle uses Cognito-issued JWT bearer tokens. The simplest way to get one is via the Yertle CLI:
This stores your access token at ~/.yertle/config.json. You can extract it with:
For details on doing this without the CLI, see the Authentication guide.

3. Make your first API call

List the organizations you belong to:
You should see a JSON response with your orgs:

4. Read a node

Pick an org ID and a node ID from your workspace, then fetch the complete state:
This returns the full node with parents, children, connections, tags, directories, and visual properties.

Next steps

Core Concepts

Understand the Git-like model behind the API.

API Reference

Browse every endpoint.