> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.simz.com/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.simz.com/_mcp/server.

# API Reference 概览

> Public SimZ API reference for submitting leads.

公开 API Reference 目前只包含 Lead Receive 提交接口。账单、支持、Webhook 管理、登录、API key 管理和内部接口不会在公开 API Reference 中展示。

## 常见操作

* 阅读本页的配置要点。
* 在 SimZ portal 中完成对应操作。
* 上线前检查安全和权限设置。

## Included API

| API                                                          | Auth                |
| ------------------------------------------------------------ | ------------------- |
| `POST /api/lead-receive-service/agent/receiveLead/{agentId}` | `X-Company-API-Key` |

## 注意事项

请将 API key 和 webhook secret 存放在安全的密钥管理系统中，不要放在前端代码、邮件或公开聊天里。