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

# クイックスタート

> Submit your first leads to a SimZ agent.

このページでは、SimZ の portal と連携フローで必要な概念、操作、セキュリティ上の注意点を説明します。

## 主な操作

* このページの設定ポイントを確認します。
* SimZ portal で対応する操作を完了します。
* 本番利用前にセキュリティと権限を確認します。

## Base path

```text
/api/lead-receive-service
```

## Example request

```bash
curl -X POST "https://api.simz.com/api/lead-receive-service/agent/receiveLead/agent_123" \
  -H "Content-Type: application/json" \
  -H "X-Company-API-Key: sk_comp_example" \
  -d '{"leads":[{"phoneNumber":"+15551234567","firstName":"Jane","lastName":"Doe"}]}'
```

## 注意事項

API キーと webhook secret は安全なシークレット管理に保存し、フロントエンド、メール、公開チャットに置かないでください。