orkasa

Concepts

llms.txt

This documentation is written to be read by machines too.

More and more, whoever is reading this page is a language model working for someone. So the documentation is served in three shapes meant for that.

The index

https://docs.orkasa.app/llms.txt

Every page, in navigation order, with its title and description. It is to a model what sitemap.xml is to a crawler: it says what exists before the model has to guess.

Everything in one file

https://docs.orkasa.app/llms-full.txt

The whole documentation concatenated. Useful when you would rather paste the entire context once than chain requests.

Every page as Markdown

Append .md to any URL:

https://docs.orkasa.app/en/api/leads.md
https://docs.orkasa.app/es/mcp/herramientas.md

Returns the Markdown source, without the HTML around it.

And Orkasa itself speaks MCP

This is documentation. The connector is a different thing: it lets an agent's assistant read and move their actual CRM. It lives at https://orkasa.app/api/mcp and is explained in MCP.

Do not mix them up when configuring a client. One serves pages; the other touches a brokerage's data.