Customer Agent

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

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.md

Page 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

On this page