AI docs
Entry points for AI assistants that need Customer Agent SDK context.
Use these entry points when an AI assistant, coding agent, or editor plugin needs Customer Agent SDK documentation as plain text. They are generated from the same public reference pages in this site.
AI Accessible Documentation
/llms.txt
Structured index of public documentation pages. Point an AI tool here for a quick map.
/llms-full.txt
Complete public documentation in one text file for full-context assistant reads.
.md page suffix
Add .md to any docs page URL to get raw markdown content, for example
/docs/sdk/methods.md.
Context Files
Add this to project context files such as CLAUDE.md, AGENTS.md, or editor rules when an
assistant will edit a host application that embeds Customer Agent.
## Customer Agent
This project uses Customer Agent for web support and interview messaging.
Documentation: https://your-docs-host.example.com/llms-full.txt
Key SDK references:
- Entrypoints: /docs/entrypoints/script.md and /docs/entrypoints/esm.md
- Methods: /docs/sdk/methods.md
- Options: /docs/sdk/configuration.md
- Identity and context: /docs/sdk/context.md
- Events: /docs/sdk/events.md
- Support/interview sessions: /docs/sdk/sessions.md
- React hooks: /docs/sdk/react.mdPage Markdown
Every public docs page has a markdown form. Common paths:
/docs/entrypoints/script.md
/docs/entrypoints/esm.md
/docs/sdk/methods.md
/docs/sdk/configuration.md
/docs/sdk/context.md
/docs/sdk/events.md
/docs/sdk/sessions.md
/docs/sdk/react.md