Skip to main content

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.

Artifacts are the underlying documents, recordings, and source files behind processes — BRDs, SOPs, video recordings, screenshots, audio, diagrams, logs.
ToolWhen to use
search_artifactsHybrid semantic + lexical search across artifact text chunks. Returns short snippets. Start here for artifact discovery.
search_workspace_artifactsLookup by display name.
get_artifact_detailLatest artifact matching exact display name or resource key.
get_artifact_detailsFull metadata + content (~15k token cap).
get_artifact_contentFull text up to ~15k tokens.
get_artifact_linesLine-numbered text up to ~5k tokens. Use when you need to cite specific lines.
search_artifact_textWithin one artifact, find line-numbered matches.
get_artifact_screenshotsPull PNG screenshots from a VIDEO artifact at specific timestamps.
sample_video_framesSame idea — up to 5 timestamps, returns image files.

Artifact types and origins

FieldValues
Typevideo, audio, document, diagram, log, image, folder, rav_session_data, session_analysis
Originuser_input, system_input, ai_generated, system_processed, gold_document
Filter by these when the user is asking for a specific kind of source — “show me the gold SOP for X”, “find the recording of the migration walkthrough”.

Common chains

  • Cite a passage: search_artifactsget_artifact_lines with the line range → quote the lines back to the user
  • Read a full SOP: search_workspace_artifacts (exact name) → get_artifact_detailget_artifact_content
  • Pull a frame from a recording: search_artifactsget_artifact_screenshots with the timestamps the user cares about
  • Search inside one artifact: get_artifact_detailsearch_artifact_text to find specific mentions