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

# Account & Utilities

> Verify credentials, connect a CMS, and reference internal endpoints and webhooks.

Account-level and utility endpoints. `GET /me` and `POST /connect` have live playgrounds in the sidebar; the internal endpoints below are documented for reference only.

## What you can do

<CardGroup cols={2}>
  <Card title="Verify credentials" icon="key">
    `GET /me` returns basic profile info and works on any valid key — the fastest way to test authentication.
  </Card>

  <Card title="Connect a CMS" icon="plug">
    `POST /connect` registers a Framer or WordPress integration against your API key.
  </Card>
</CardGroup>

<Tip>
  `GET /me` skips the paid-tier check, so it succeeds on any valid API key regardless of subscription. Use it in health checks and setup wizards to confirm a key is live.
</Tip>

## Internal endpoints

These endpoints exist on the API surface but are not intended for direct integration.

### Track bot hit

```http theme={null}
POST /track-bot
```

Used by the Keupera in-page tracker script to record AI bot visits. **Not intended for direct integration** — read the data via the [Analytics bot-traffic endpoints](/api-reference/analytics) instead.

## Webhooks

Configure outbound webhooks in **Account → Integrations**. Keupera will `POST` a JSON payload to your endpoint on the events you subscribe to.

### Inbound webhooks

| Path                         | Purpose                                                        |
| ---------------------------- | -------------------------------------------------------------- |
| `POST /api/v1/polar-webhook` | Polar billing events (Keupera-internal — do not call directly) |
