# Claude Code Kixo Instructions

First read `AGENTS.md` in this repository. It is the shared source of truth for Kixo SDK integration.

When implementing Kixo:

- Inspect the app stack before choosing Web, iOS, or Android.
- Configure exactly one SDK once at app startup.
- Add only product-specific custom events; do not duplicate Kixo auto-tracked events.
- Prefer the smallest useful change, then verify with one auto event and one custom event.
- Never add internal Kixo dev-routing flags, dashboard/admin tokens, or APIs absent from the current platform SDK reference.

Canonical docs:

- https://docs.kixo.io/quickstart
- https://docs.kixo.io/ai-agents
- https://docs.kixo.io/tracking-in-context
- https://docs.kixo.io/sdk/events
