> ## Documentation Index
>
> Fetch the complete documentation index at: https://lithi.ai/llms.txt
>
> Use this file to discover all available pages before exploring further.

---
title: Compute reference
description: >-
  The reference section for Lithi Compute. Work operations, management resources, schemas, limits,
  formats, states and versions, plus the authority that publishes each fact.
route: /docs/compute/reference
page_id: docs-compute-reference
page_type: hubIndex
content_layer: guided documentation
surface_profile: guided_docs
audience: 'Integrators, platform engineers and AI agents reading exact Compute facts'
voice: D
reader_question: 'Where is the exact fact I need, and which authority publishes it?'
primary_action: Open the reference page for the fact you need
source_locale: en-US
source_status: APPROVED
source_version: docs-compute-reference-en-us-2026-09-05-v1
last_updated: '2026-09-05'
robots: index
claim_registry_pinned: true
claim_registry_resync: "npm run governed:tsx -- scripts/build-compute-public-claim-registry.ts --write"
---

## What this section covers

Reference pages carry exact facts and no walkthrough. Five kinds of fact live here, and they are kept apart on purpose.

Work operations quote, admit and return work. Management resources configure your organization. Schemas describe the shapes you send and receive. Limits bound one request. Errors are published per operation, never as one global list.

## The reference pages

- [Work API operations](/docs/compute/reference/work-api) — quote, run, batch, status, result, artifacts and cancellation
- [Management API resources](/docs/compute/reference/management-api) — the thirteen resource families and their shared lifecycle
- [Schemas](/docs/compute/reference/schemas) — TaskSpec, Job and ResultBundle, narrowing and unknown fields
- [Limits](/docs/compute/reference/limits) — body, artifact, item, batch, token, concurrency, rate, budget and retention
- [Formats](/docs/compute/reference/formats) — the versioned format subsets Lithi reads and writes
- [States](/docs/compute/reference/states) — every public wire value, its terminal rule and its next action
- [Versioning](/docs/compute/reference/versioning) — six version lines and what breaks
- [Changelog](/docs/compute/reference/changelog) — how to read a change entry
- [Migration guide](/docs/compute/reference/migration-guide) — moving to a new version safely

## Which authority publishes each value

| Fact you need | Authority that publishes it |
| --- | --- |
| Base URL, current API version, your key's scopes | Developer settings in the portal |
| Operation paths, request and response shapes | The API description you download from the portal |
| Per-operation refusals | That operation's generated error schema |
| Workflow parameters, item ceiling, output schema | The workflow descriptor |
| The most you can be charged | Your quote |
| Retention for one result bundle | That bundle's `result-manifest.json` |
| The name and version of a released client | The client page for that language |

No reference page overrides those authorities. Where a page and a generated authority differ, the generated authority is correct, and the page is stale.
