> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.telekesher.dev/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.telekesher.dev/_mcp/server.

# Authentication

For now, get your credentials from support. Self-service credential management is coming soon.

Send the credentials with every request:

```http
Authorization: Bearer <app_uuid>:<api_key>
```

For webhook signature verification, see [Webhook Signatures](/webhooks/webhook-signatures).