This guide walks you through authenticating, listing your organizations, and reading a node from the Yertle API.Documentation Index
Fetch the complete documentation index at: https://docs.yertle.com/llms.txt
Use this file to discover all available pages before exploring further.
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:~/.yertle/config.json. You can extract it with:
3. Make your first API call
List the organizations you belong to:4. Read a node
Pick an org ID and a node ID from your workspace, then fetch the complete state:Next steps
Core Concepts
Understand the Git-like model behind the API.
API Reference
Browse every endpoint.