Docs search (MCP)
A search server for these pages runs athttps://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.
Markdown and llms.txt
- Add
.mdto any page URL for its Markdown:https://docs.clemta.com/partner/webhooks.md. /llms.txtlists every page./llms-full.txtis the whole site in one file.
CLAUDE.md, AGENTS.md, or .cursorrules file.
Page menu
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 bothllms 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 namedclemta-<product>-<topic>, and the clemta
skill is an index of all of them. One command installs the set:
/.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.