> ## 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.

# Partner API

> Skills and a docs search server for the coding agent that writes your Partner API integration.

Two skills cover the Partner API. Each is a Markdown file an agent loads
when the task matches its description, and each names the other.

| Skill                       | Covers                                                                                                                                                            |
| --------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `clemta-partner-quickstart` | Creating companies, ordering services, handling requirements, reading events. Includes the request rules: auth, idempotency, versioning, errors, and the sandbox. |
| `clemta-partner-webhooks`   | Writing or debugging a webhook handler: tunnel, simulate, verify, reconcile by polling.                                                                           |

Install both:

```bash theme={null}
npx skills add https://docs.clemta.com
```

<Card title="Build with an AI agent" icon="handshake" href="/partner/ai-agents" arrow>
  The full guide lives with the Partner API docs: connecting the docs search
  server, a starting prompt, and what to watch when an agent holds a key.
</Card>
