Docs for agents

If you’re using an AI coding agent or assistant (Cursor, Claude Code, GitHub Copilot, ChatGPT, or similar) to integrate Uploadcare, these are the tools available to help it work from accurate, current information instead of guessing from outdated training data.

Documentation index

A machine-readable index of every page in these docs is available at uploadcare.com/docs/llms.txt. Point your agent at this file first. It lists every page with a short description, so it can find the right page before reading anything in full.

Markdown version of any page

Append .md to any documentation URL to get a clean Markdown version, no navigation, no HTML, no styling, just the content. For example:

https://uploadcare.com/docs/file-uploader/installation.md

This is the fastest way for an agent to read a specific page directly.

Copy page button

Every page in these docs has a Copy page button near the top. It copies the page’s content as Markdown, ready to paste directly into a chat-based AI tool that doesn’t have its own way to fetch a URL.

CLI

The Uploadcare CLI is built to be invoked reliably by AI agents as well as by people: predictable exit codes, a full command reference with all flags and arguments, and consistent JSON output where applicable. If you’re already automating file operations, conversions, or project management from a script, an agent can use the same commands the same way.

Root-level index

A separate, marketing-maintained index at uploadcare.com/llms.txt covers the wider Uploadcare product line for general-purpose AI tools and assistants, not specific to these developer docs.