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

# Using LLMs

> Use AI assistants with 0xkey documentation.

### Using AI to integrate 0xkey

0xkey documentation supports Mintlify contextual actions (Copy, View, ChatGPT, Claude) on each page. For broader context, ingest the curated page list below into custom GPTs or agent workflows.

#### LLM feed file

* [`llms.txt`](https://docs.0xkey.io/llms.txt) — high-signal list of Phase 1 core pages (quickstart, EWK, roadmap, API overview, security).

Refresh this file when major docs ship; it intentionally excludes Coming soon pages that redirect to the [Roadmap](/0xkey/roadmap).

### Tips for accurate answers

1. **Check the Roadmap first** — many Public API endpoints exist for compatibility but return stubs or mocks. The [Roadmap](/0xkey/roadmap) is the authoritative Supported / Partial / Coming soon matrix.
2. **Use `@0xkey-io/*` packages** — Phase 1 SDKs: `@0xkey-io/react-wallet-kit`, `@0xkey-io/core`, `@0xkey-io/sdk-server`.
3. **Auth Proxy for embedded auth** — frontend OTP/OAuth/signup should call the [Auth Proxy](/reference/auth-proxy), not stamp activities directly from the browser with parent org API keys.
4. **Signing vs broadcast** — EVM/Solana signing is Supported; on-chain broadcast and gas sponsorship are **Coming soon**.

### Example prompts

* "How do I set up `@0xkey-io/react-wallet-kit` with Auth Proxy env vars?"
* "What is Partial vs Supported on the 0xkey Roadmap for webhooks?"
* "How do stamps work on 0xkey Public API submissions?"

For API method details, point models at [API reference](/api-reference/overview) plus the Roadmap status notes on stubbed endpoints.
