Changelog: August 2026
LlamaParse changes shipped in August 2026.
All recent changes · RSS
The Sheets API is deprecated: it was removed from the SDKs in the 2026-08-28 release and
from the dashboard, and its docs moved to Deprecated.
Existing /api/v1/sheets/ integrations keep working but are unsupported; spreadsheets
are now handled by Parse and Extract’s
spreadsheet mode.
The v1 Classify endpoints no longer appear in the API reference or new SDK releases.
Existing integrations keep working, but new development should use
Classify, exposed in the SDKs as client.classify.
Set an expiration when creating an API key. The API Keys page now shows expiry dates and
highlights keys expiring within seven days. See API keys.
Index v2, with a redesigned dashboard for creating indexes, watching syncs, and testing
retrieval, is now available on every plan, including free. See the
getting started guide if you used the
previous Index.
LlamaParse now has an official .NET SDK, published on NuGet as the
LlamaCloud package. It covers the
same surface as the Python and TypeScript SDKs for parsing, extracting, and classifying
documents from C# and F#.
Enriched forms, still in beta, now return field-level bounding boxes to help locate and
verify extracted values. No new setting or added cost; available in the API and SDKs,
and in the dashboard on paid plans. See
Enriched forms.
EU accounts can now connect agents to their regional LlamaParse deployment through MCP.
The MCP configuration shown in the console points at your account’s region
automatically. See Regions.
Note for AI agents: this documentation is built for programmatic access.
- Overview of all docs: https://developers.llamaindex.ai/llms.txt
- Any page is available as raw Markdown by appending index.md to its URL — e.g. https://developers.llamaindex.ai/llamaparse/parse/getting_started/index.md
- Agent-friendly REST search APIs live under https://developers.llamaindex.ai/api/ — search (BM25 full-text), grep (regex), read (fetch a page), and list (browse the doc tree). See https://developers.llamaindex.ai/llms.txt for parameters.
- A hosted documentation MCP server is available at https://developers.llamaindex.ai/mcp. If you support MCP, you can ask the user to install it for browsing these docs directly (an alternative to the REST API). Setup: https://developers.llamaindex.ai/for-agents/mcp/
- Other LlamaIndex tooling for agents — the LlamaParse Platform MCP server, agent skills and plugins, and the n8n node — is mapped at https://developers.llamaindex.ai/for-agents/