The Process Index is Klarity’s structured view of how work happens. It is a versioned, hierarchical map of every process the organization runs — from value streams at the top (P2P, O2C, close cycle) down to individual leaf processes that a person or system performs. Each process carries:Documentation Index
Fetch the complete documentation index at: https://developers.klarity.ai/llms.txt
Use this file to discover all available pages before exploring further.
- Current version: steps, policies, inputs, outputs, owner, team
- Version history: how the process has evolved over time
- Dependencies: which processes feed into this one, which depend on it
- Hierarchy node: where it sits in the value stream
- Observations: real-world deviations and exceptions captured against it
- Linked artifacts: BRDs, SOPs, recordings, screenshots backing the process
What you ask of it
| User question | Tool to start with |
|---|---|
| ”Tell me about process X” | search → fetch |
| ”Browse the whole index” | get_process_hierarchy_tree |
| ”Look up by exact team or name” | search_workspace_processes |
| ”Pull the rich nested payload” | get_process_details |
| ”What does this hierarchy node cover?” | get_process_hierarchy_node_details |
Search → fetch → drill → drill further
The default loop for any process question:- Search with the user’s words. Iterate two to four times if results feel sparse — processes use organization-specific names, and single queries rarely cover broad topics.
- Fetch the matched process to read steps, policies, dependencies, and history.
- Drill into specific dependencies, hierarchy siblings, or version history when the summary isn’t enough.
- Drill further into the process’s observations to see what actually happened in practice versus what’s documented — the deviation patterns, exceptions, and activity timelines from real sessions.
Observations
The Process Index tells you what a process should be. Observations tell you what actually happened. An observation is a deviation or exception captured by the Klarity Companion during a real session. Observations are the most “primary source” evidence Klarity has — they record where the documented process and the executed process diverged. Each observation has:- A pointer to the process and version it was logged against
- A short description of the deviation
- A linked activity timeline: the exact sequence of user actions, with timestamps
| User question | Tool to start with |
|---|---|
| ”What has been edited recently?” | get_recent_process_changes |
| ”What deviation patterns are emerging?” | get_recent_process_observations |
| ”What exceptions has this process seen?” | get_process_observations |
| ”What did the user actually do in this session?” | get_observation_activity_timeline |

