> ## Documentation Index
> Fetch the complete documentation index at: https://docs.clemta.com/llms.txt
> Use this file to discover all available pages before exploring further.

> ## Agent Instructions
> Use a clmt_test_ key while developing. It never touches live data. Send a UUID Idempotency-Key on every POST, PUT and DELETE, generated once per operation and reused on retries. Pin Clemta-Version: 2026-08-13 on every request. Branch on the error code field, never on detail. Retry only timeouts, 5xx and 429, and honor Retry-After. Test companies never advance on their own. Drive them with POST /sandbox/companies/{id}/simulate. OpenAPI: https://api.clemta.com/v1/openapi.json. Skills: npx skills add https://docs.clemta.com. Docs search MCP: https://docs.clemta.com/mcp. Guide: https://docs.clemta.com/partner/ai-agents.md.

# Overview

> Connect an agent to Clemta, or let one build your integration.

Agents meet Clemta in two places, for two different people.

<CardGroup cols={2}>
  <Card title="Connect an agent to Clemta" icon="plug" href="/ai/clemta-mcp">
    For people using the Clemta app, and for partner teams who would rather
    ask about a company than query for it. In development.
  </Card>

  <Card title="Build with an agent" icon="code" href="/ai/coding-agents">
    For developers. Skills, a docs search server, Markdown pages, and llms.txt
    for the coding agent that writes your integration.
  </Card>
</CardGroup>

## By product

<CardGroup cols={2}>
  <Card title="Partner API" icon="handshake" href="/ai/partner-api">
    Skills that carry the request rules and the sandbox, a starting prompt, and
    what to watch when an agent holds a key.
  </Card>
</CardGroup>

## Pick your path

| You want to...                                         | Go to                                |
| ------------------------------------------------------ | ------------------------------------ |
| Ask about a company from Claude or any MCP client      | [Clemta MCP server](/ai/clemta-mcp)  |
| Let an agent read these docs from your editor          | [Docs for agents](/ai/coding-agents) |
| Have an agent write or debug a Partner API integration | [Partner API](/ai/partner-api)       |
