Skip to main content
Every page on this site is also served in a form an agent can read. None of it needs a key. Product-specific skills are listed by product, starting with the Partner API.

Docs search (MCP)

A search server for these pages runs at https://docs.clemta.com/mcp. It searches the docs and does not call the API. To use Clemta itself from an agent, see the Clemta MCP server.
The Connect entries in the menu at the top of every page do the same in one click.

Markdown and llms.txt

  • Add .md to any page URL for its Markdown: https://docs.clemta.com/partner/webhooks.md.
  • /llms.txt lists every page. /llms-full.txt is the whole site in one file.
Any of these can go in a CLAUDE.md, AGENTS.md, or .cursorrules file. The menu at the top of every page copies the page as Markdown, opens it in Claude or ChatGPT, connects the docs search server to Cursor or VS Code, and downloads the OpenAPI description.

Agent instructions

Every Markdown export, and both llms files, end with a short block of instructions: use a clmt_test_ key while developing, send an Idempotency-Key on every write, pin Clemta-Version, and branch on error code.

Skills

A skill is a Markdown file an agent loads when the task matches its description. Skills are named clemta-<product>-<topic>, and the clemta skill is an index of all of them. One command installs the set:
The index is at /.well-known/agent-skills/index.json and each file at /.well-known/agent-skills/<name>/SKILL.md, for tools that read the agent-skills format directly. See Partner API for what each skill covers.
Last modified on September 22, 2026